Closed (fixed)
Project:
Content Construction Kit (CCK)
Version:
6.x-2.1
Component:
content.module
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
1 Dec 2008 at 12:41 UTC
Updated:
15 Dec 2008 at 23:25 UTC
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
Comment #1
wickedradio commentedOk 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.