Forums / Install & configuration / Installing Problems FATA ERROR

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