Active
Project:
Content Profile
Version:
6.x-1.0-beta2
Component:
Miscellaneous
Priority:
Critical
Category:
Support request
Assigned:
Reporter:
Created:
1 Dec 2008 at 11:59 UTC
Updated:
24 Mar 2011 at 01:31 UTC
When a new user logs in and tries to create a new profile when they click on save this is the error it spits 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 is on line 892 of content.module
if (!$function($item, $field)) {
$filtered[] = $item;
I am not a php developer I can only barely edit php so I am unsure what I need to do to resolve this error. I am not sure if it is related to content profile or to the core of CCK.
Comments
Comment #1
euphoria.studio commentedI am having this same issue with the current version 1.0. Turning off Content Profile allows me to create accounts again, but I still need a way to use/create profiles for users. Any help?