Odd Problem

Author Message

Brendan O'Connor

Saturday 17 May 2003 3:56:31 am

I am having a very odd problem. The following error seems to show up more-or-less randomly, when I access various parts of my site-- and I can't make it go away.

Fatal error: Call to undefined function: attribute() in c:\program files\ez systems\ezpublish\kernel\classes\ezcontentobjecttreenode.php on line 371
Fatal error: eZ publish did not finish it's request

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

There is nothing below the word "below."
At this point I can't even load the admin login page, so this is rather a pressing problem!
Any help would be vastly appreciated.

Jo Henrik Endrerud

Saturday 17 May 2003 7:50:39 am

You should try to enable debugging to see what is causing the problem. This is done in site.ini (or one of the appends)

[DatabaseSettings]
SQLOutput=enabled

[DebugSettings]
DebugOutput=enabled
Debug=inline

this will give you debug output at the bottom of the page (just set "DebugOutput" to disabled to remove it again). Check for errors and see what is causing the problem. This could be error in the database, wrong permissions on files and so on.

Jo Henrik Endrerud | System Developer @ Seeds Consulting | http://www.seeds.no

Brendan O'Connor

Saturday 17 May 2003 12:26:24 pm

I enabled debugging, and the main error appears to be that it can't find the nodepath or nodedepth of some node-- which it then can't load, and thus it crashes. However, before that, it says "missing main operation memento for key:" followed by a key, and also it says that the variable "item" in ezxhtmlxmloutput is undefined.
I know what the nodeid and nodedepth are-- but I can't find out what node it's talking about. I don't know what the operation memento is at all.
Thanks much for any help.

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 18 2025 11:14:56
Script start
Timing: Jan 18 2025 11:14:56
Module start 'layout'
Timing: Jan 18 2025 11:14:56
Module start 'content'
Timing: Jan 18 2025 11:14:56
Module end 'content'
Timing: Jan 18 2025 11:14:56
Script end

Main resources:

Total runtime0.0187 sec
Peak memory usage2,048.0000 KB
Database Queries3

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0058 588.9141152.6094
Module start 'layout' 0.00580.0046 741.523439.4063
Module start 'content' 0.01040.0057 780.929789.1719
Module end 'content' 0.01600.0026 870.101634.3047
Script end 0.0186  904.4063 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.002714.4216140.0002
Check MTime0.00126.5774140.0001
Mysql Total
Database connection0.00126.230010.0012
Mysqli_queries0.003418.024530.0011
Looping result0.00000.149410.0000
Template Total0.002211.910.0022
Template load0.00105.287410.0010
Template processing0.00126.551810.0012
Override
Cache load0.00063.256710.0006
General
dbfile0.00031.339780.0000
String conversion0.00000.052440.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 1
 Number of unique templates used: 1

Time used to render debug report: 0.0001 secs