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?

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 19 2025 19:01:25
Script start
Timing: Jan 19 2025 19:01:25
Module start 'layout'
Timing: Jan 19 2025 19:01:25
Module start 'content'
Timing: Jan 19 2025 19:01:26
Module end 'content'
Timing: Jan 19 2025 19:01:26
Script end

Main resources:

Total runtime1.0183 sec
Peak memory usage4,096.0000 KB
Database Queries60

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0050 589.1484152.6250
Module start 'layout' 0.00500.0026 741.773439.4297
Module start 'content' 0.00751.0095 781.2031521.3672
Module end 'content' 1.01700.0013 1,302.570312.1875
Script end 1.0183  1,314.7578 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00300.2948160.0002
Check MTime0.00130.1234160.0001
Mysql Total
Database connection0.00070.070010.0007
Mysqli_queries0.971195.3685600.0162
Looping result0.00050.0513580.0000
Template Total0.992397.420.4961
Template load0.00200.201020.0010
Template processing0.990297.243120.4951
Template load and register function0.00030.025410.0003
states
state_id_array0.00080.074610.0008
state_identifier_array0.00110.112020.0006
Override
Cache load0.00170.1681240.0001
Sytem overhead
Fetch class attribute can translate value0.00060.058020.0003
Fetch class attribute name0.00170.170350.0003
XML
Image XML parsing0.00060.060920.0003
class_abstraction
Instantiating content class attribute0.00000.001250.0000
General
dbfile0.00070.0703160.0000
String conversion0.00000.000740.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
4content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
7content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
3content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
1content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 18
 Number of unique templates used: 7

Time used to render debug report: 0.0001 secs