Using the latest snapshot of CCK 3-dev or CCK 3-alpha1, on node view with error_reporting set to report all errors on PHP 5.3, there's a lot of notices on node view (well, one for each field associated to the content type), of the form:

Notice: Undefined index: $field_name_rendered in content_field() (line 884 of /var/www/localhost/htdocs/sites/all/modules/contrib/cck/content.module).

That's due to the concatenation in $addition, while the index doesn't exist in the array. Patch coming up shortly.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

DeFr’s picture

Status: Active » Needs review
FileSize
442 bytes
DeFr’s picture

New patch attached, fixing the original notice and two others that appears on the node page when you have a fieldgroup that's set to display has a "simple group" on the node page.

KarenS’s picture

Status: Needs review » Fixed

Fixed, thanks!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.