Problem

Author Message

Jacek Olszak

Monday 20 December 2004 2:46:21 am

Hi...

I've successfully installed ezpublish 3 (and made my own website) on my local machine. Now I want to send these files to the remote server (Linux, PHP 4.3.8, MySQL). I've sent all the files (and import data to mysql) but the website isn't working. I see the following error:

Fatal error: Call to a member function on a non-object in /home/w/i/wiedzanet-www/public_html/kernel/classes/ezcontentobjecttreenode.php on line 956
Fatal error: eZ publish did not finish it's request


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

What I'm doing wrong? Please help...

Łukasz Serwatka

Monday 20 December 2004 3:23:30 am

Hi Jacek,

It`s nice to see polish name on ez.no forum ;-)

Did you clear the cache and set right permissions to var/design/settings dirs?

Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog

Jacek Olszak

Monday 20 December 2004 3:41:18 am

Did you clear the cache and set right permissions to var/design/settings dirs?

Yeah, I've clear the cache. I've also set 777 permissions to <i>var</i> directory and 755 to design and settings dirs. But this doesn't help.

Any other ideas?

Conor Murray

Monday 20 December 2004 6:31:53 am

Try turning on debug output (in site.ini for your siteaccess, see the default site.ini for info). Often this output makes tracing problems very easy, although this isn't always the case! You should clear all caches again also when you change this setting. The 'clearcache.sh --clear-all' command line method of clearing the cache seems to be more reliable than the web admin method, by the way.

Language is a virus - William S Burroughs

Roy Bøhmer

Monday 20 December 2004 11:48:12 am

Do you always get this message? (I.e all siteaccesses/urls return the same error)

Have you checked the line in the php-file (/kernel/classes/ezcontentobjecttreenode.php on line 956)if this gives you any hint of where the problem is?

Roy

Jacek Olszak

Tuesday 21 December 2004 2:50:29 am

Thanks everyone for help me. I've found the problem. I had a wrong database configuration (be precise a wrong name of database). The problem was really silly but those fatal errors misguide me.

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 22:34:20
Script start
Timing: Jan 18 2025 22:34:20
Module start 'layout'
Timing: Jan 18 2025 22:34:20
Module start 'content'
Timing: Jan 18 2025 22:34:21
Module end 'content'
Timing: Jan 18 2025 22:34:21
Script end

Main resources:

Total runtime1.4652 sec
Peak memory usage4,096.0000 KB
Database Queries70

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0114 587.8047152.6094
Module start 'layout' 0.01140.0044 740.414139.4141
Module start 'content' 0.01581.4476 779.8281634.2656
Module end 'content' 1.46350.0017 1,414.093812.2031
Script end 1.4651  1,426.2969 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00540.3692160.0003
Check MTime0.00260.1761160.0002
Mysql Total
Database connection0.00200.133210.0020
Mysqli_queries1.400195.5560700.0200
Looping result0.00070.0486680.0000
Template Total1.422097.120.7110
Template load0.00250.167720.0012
Template processing1.419696.887420.7098
Template load and register function0.00020.011810.0002
states
state_id_array0.00120.079410.0012
state_identifier_array0.00160.108120.0008
Override
Cache load0.00200.1380240.0001
Sytem overhead
Fetch class attribute can translate value0.00110.074740.0003
Fetch class attribute name0.00150.102970.0002
XML
Image XML parsing0.00280.190340.0007
class_abstraction
Instantiating content class attribute0.00000.001070.0000
General
dbfile0.00140.0958180.0001
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
6content/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
2content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
1content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.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: 6

Time used to render debug report: 0.0001 secs