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
|