Saturday 21 February 2004 6:25:04 am
Hi guys,
I'm currently working with eZ publish 3.3-2 (SVN 4764) and realized a few days ago that user sign up fails with a "fatal error"!
By sending out my user information I get the following output:
"Fatal error: Call to a member function on a non-object in [mysite]/kernel/content/ezcontentoperationcollection.php on line 221
Fatal error: eZ publish did not finish it's request The execution of eZ publish was abruptly ended, the debug output is present below." First I thought it was my error but a diff between my ezcontentoperationcollection.php and the original one in the release didn't find any difference!
Line 220-222 in the file are:
"$parentNode =& eZContentObjectTreeNode::fetch( $nodeID );
$parentNodeID = $parentNode->attribute( 'node_id' ); $existingNode =& eZContentObjectTreeNode::findNode( $nodeAssignment->attribute( 'parent_node' ) , $object->attribute( 'id' ), true );"
I can't find an error.. as I tried to define $parentNode as a global variable at function start registration didn't fail but the user wasn't created :( Can somebody help me? I suppose my php skills are not enough for this problem..
|