Forums / Developer / Fatal error eZ publish

Fatal error eZ publish

Author Message

K259

Thursday 28 October 2004 2:05:43 am

Fatal error: eZ publish did not finish it's request

We're running 3.4.1 and some of our users now get this error when they try to login:

Fatal error: Call to a member function on a non-object in /kernel/classes/ezcontentobject.php on line 1864

I place this topic in the dev.section since we have run ez p. a couple of years now and this is not an installation bug. Important functionality has just stopped working:
ref. http://www.ez.no/community/forum/install_configuration/fatal_error_call_to_a_member_function_on_a_non_object__1

<b>-The problem/bug-</b>
Fatal error: eZ publish did not finish it's request

The execution of eZ publish was abruptly ended, the debug output is present below.

I tried to delete users who get this problem, and recreate them, but they still get the error message. So now we also can't create new users either.

Need urgent help!
Has this bug been fixed earlier? (url?)

Frederik Holljen

Thursday 28 October 2004 2:13:22 am

This doesn't seem to be a known problem. Please contact support if you require urgent help from us. http://ez.no/services/support

K259

Thursday 28 October 2004 4:21:09 am

I just noticed while testing, that all the users in a spesific usergroup get this error-message(this usergroup was created over a year ago). I also tried to create a new user in this group, by this user get the same error. I have also tried to republish the group, and the users, but with no success.

The error is on line 1864..and code:

  case 'Node':
                        {
                            $mainNodeID = $this->attribute( 'main_node_id' );
                            foreach ( $limitationArray[$key] as $nodeID )
                            {
                                $node = eZContentObjectTreeNode::fetch( $nodeID );
       THIS LINE: 1864      $limitationNodeID = $node->attribute( 'main_node_id' );
                                if ( $mainNodeID == $limitationNodeID )
                                {
                                    $access = 'allowed';
                                    break;
                                }

K259

Wednesday 03 November 2004 2:05:51 am

Created a new usergroup, added the same rights for the role, added the usergroup to this new role as the previous defect usergroup had, and moved the users to this new usergroup.

BUT, why does usergroups in eZ publish suddenly stop working?