Forums / Setup & design / Odd Problem

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.

eZ debug

Timing: Jan 18 2025 04:05:17
Script start
Timing: Jan 18 2025 04:05:17
Module start 'content'
Timing: Jan 18 2025 04:05:17
Module end 'content'
Timing: Jan 18 2025 04:05:17
Script end

Main resources:

Total runtime0.4396 sec
Peak memory usage2,048.0000 KB
Database Queries141

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0146 591.2109180.8516
Module start 'content' 0.01470.0038 772.062593.7031
Module end 'content' 0.01840.4210 865.7656522.7109
Script end 0.4394  1,388.4766 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00400.9138200.0002
Check MTime0.00160.3594200.0001
Mysql Total
Database connection0.00100.227510.0010
Mysqli_queries0.384187.36921410.0027
Looping result0.00160.37281390.0000
Template Total0.420895.710.4208
Template load0.00070.167010.0007
Template processing0.420095.552710.4200
Override
Cache load0.00050.112410.0005
Sytem overhead
Fetch class attribute can translate value0.00090.202510.0009
XML
Image XML parsing0.00020.052110.0002
General
dbfile0.00180.4152200.0001
String conversion0.00000.002130.0000
Note: percentages do not add up to 100% because some accumulators overlap

CSS/JS files loaded with "ezjscPacker" during request:

CacheTypePacklevelSourceFiles
CSS0extension/community/design/community/stylesheets/ext/jquery.autocomplete.css
extension/community_design/design/suncana/stylesheets/scrollbars.css
extension/community_design/design/suncana/stylesheets/tabs.css
extension/community_design/design/suncana/stylesheets/roadmap.css
extension/community_design/design/suncana/stylesheets/content.css
extension/community_design/design/suncana/stylesheets/star-rating.css
extension/community_design/design/suncana/stylesheets/syntax_and_custom_tags.css
extension/community_design/design/suncana/stylesheets/buttons.css
extension/community_design/design/suncana/stylesheets/tweetbox.css
extension/community_design/design/suncana/stylesheets/jquery.fancybox-1.3.4.css
extension/bcsmoothgallery/design/standard/stylesheets/magnific-popup.css
extension/sevenx/design/simple/stylesheets/star_rating.css
extension/sevenx/design/simple/stylesheets/libs/fontawesome/css/all.min.css
extension/sevenx/design/simple/stylesheets/main.v02.css
extension/sevenx/design/simple/stylesheets/main.v02.res.css
JS0extension/ezjscore/design/standard/lib/yui/3.17.2/build/yui/yui-min.js
extension/ezjscore/design/standard/javascript/jquery-3.7.0.min.js
extension/community_design/design/suncana/javascript/jquery.ui.core.min.js
extension/community_design/design/suncana/javascript/jquery.ui.widget.min.js
extension/community_design/design/suncana/javascript/jquery.easing.1.3.js
extension/community_design/design/suncana/javascript/jquery.ui.tabs.js
extension/community_design/design/suncana/javascript/jquery.hoverIntent.min.js
extension/community_design/design/suncana/javascript/jquery.popmenu.js
extension/community_design/design/suncana/javascript/jScrollPane.js
extension/community_design/design/suncana/javascript/jquery.mousewheel.js
extension/community_design/design/suncana/javascript/jquery.cycle.all.js
extension/sevenx/design/simple/javascript/jquery.scrollTo.js
extension/community_design/design/suncana/javascript/jquery.cookie.js
extension/community_design/design/suncana/javascript/ezstarrating_jquery.js
extension/community_design/design/suncana/javascript/jquery.initboxes.js
extension/community_design/design/suncana/javascript/app.js
extension/community_design/design/suncana/javascript/twitterwidget.js
extension/community_design/design/suncana/javascript/community.js
extension/community_design/design/suncana/javascript/roadmap.js
extension/community_design/design/suncana/javascript/ez.js
extension/community_design/design/suncana/javascript/ezshareevents.js
extension/sevenx/design/simple/javascript/main.js

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1pagelayout.tpl<No override>extension/sevenx/design/simple/templates/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