I am using drupal 6.2 and i have the latest content profile and CCK. when a new user tries to create and save a profile the following error gets spit out.

Fatal error: Call to undefined function nodereference_content_is_empty() in /usr/local/www/asylumtest/sites/all/modules/cck/content.module on line 892

the following code is from line 892 and I do not know php very well at all so I need a hand resolving this issue if anyone can help.

if (!$function($item, $field)) {
$filtered[] = $item;

Comments

wickedradio’s picture

Status: Active » Fixed

Ok I figured out what went wrong, in order for this to work you must have node reference enabled. Once I enabled Node Reference the error stopped happening.

Status: Fixed » Closed (fixed)

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