Forums / Install & configuration / Installing Problems FATA ERROR

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

Installing Problems FATA ERROR

Author Message

Kim Stieber

Wednesday 21 February 2007 4:20:35 am

today i tried my first steps with Exponential. 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/Exponential-3.9.0/kernel/setup/steps/ezstep_create_sites.php on line 645
Fatal error: Exponential did not finish its request

The execution of Exponential 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 Exponential 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/Exponential-3.9.0/lib/ezxml/classes/ezxml.php on line 499
Fatal error: Exponential did not finish its request

The execution of Exponential 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