Installing Problems FATA ERROR

Author Message

Kim Stieber

Wednesday 21 February 2007 4:20:35 am

today i tried my first steps with eZ Publish. After doing the things i ve been told during installation process i got up to 92%.

But....

Fatal error: Call to a member function on a non-object in /srv/www/vhosts/vXXXXXX.1blu.de/httpdocs/ez/ezpublish-3.9.0/kernel/setup/steps/ezstep_create_sites.php on line 645
Fatal error: eZ publish did not finish its request

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

So i looked up line 645

641        // Make sure objects use the selected main language instead of eng-GB
642        if ( $primaryLanguageLocaleCode != 'eng-GB' )
643        {
644            $engLanguageObj = eZContentLanguage::fetchByLocale( 'eng-GB' );
645            $engLanguageID = (int)$engLanguageObj->attribute( 'id' );
646            $updateSql = "UPDATE ezcontent_language

during the installation i selected german as default language....perhaps eZPublish doesnt like german :/

i would be thankful for a hint or just a solution :) thx

Kim Stieber

Wednesday 21 February 2007 4:27:54 am

After choosing english as default an german as additional language it went further but kicked me off with

Fatal error: Allowed memory size of 44040192 bytes exhausted (tried to allocate 24 bytes) in /srv/www/vhosts/vXXXXXX.1blu.de/httpdocs/ez/ezpublish-3.9.0/lib/ezxml/classes/ezxml.php on line 499
Fatal error: eZ publish did not finish its request

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

Kim Stieber

Wednesday 21 February 2007 6:08:01 am

problem was solved by setting up the mb_limit to 64M in php.ini

i found it in /etc/php.ini

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 21:18:05
Script start
Timing: Jan 19 2025 21:18:05
Module start 'layout'
Timing: Jan 19 2025 21:18:05
Module start 'content'
Timing: Jan 19 2025 21:18:06
Module end 'content'
Timing: Jan 19 2025 21:18:06
Script end

Main resources:

Total runtime1.0330 sec
Peak memory usage4,096.0000 KB
Database Queries55

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0053 589.2734152.6406
Module start 'layout' 0.00530.0021 741.914139.4766
Module start 'content' 0.00741.0244 781.3906436.8281
Module end 'content' 1.03170.0012 1,218.21888.1484
Script end 1.0329  1,226.3672 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00330.3147160.0002
Check MTime0.00140.1316160.0001
Mysql Total
Database connection0.00080.075010.0008
Mysqli_queries0.993996.2193550.0181
Looping result0.00040.0351530.0000
Template Total1.003697.220.5018
Template load0.00180.175420.0009
Template processing1.001896.979420.5009
Template load and register function0.00020.020210.0002
states
state_id_array0.00120.117610.0012
state_identifier_array0.00060.062320.0003
Override
Cache load0.00150.1453200.0001
Sytem overhead
Fetch class attribute can translate value0.00050.051710.0005
Fetch class attribute name0.00080.082130.0003
XML
Image XML parsing0.00010.010710.0001
class_abstraction
Instantiating content class attribute0.00000.000530.0000
General
dbfile0.00200.1888100.0002
String conversion0.00000.000540.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
3content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
6content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
2content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.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: 14
 Number of unique templates used: 6

Time used to render debug report: 0.0001 secs