Forums / Install & configuration / 4.0 Installation difficulty
Chris Gilligan
Saturday 08 December 2007 9:27:40 pm
I have installed eZcomponents properly on Apache/2.2.3 (CentOS) with prefork module loaded, PHP 5.1.6 with the proper configuration, etc.
I can initiate the 4.0 install with the wizard... "fine tune" shows no problems, and all MySQL info is correctly entered. However, the installation fails after Language Options...
Fatal error: eZ Publish did not finish its request The execution of eZ Publish was abruptly ended, the debug output is present below.
Can anyone suggest what I may have done wrong with installation or configuration? I realize this is not much information to diagnose the problem, but I will attempt to give more information if possible.
Piotrek KaraĆ
Saturday 08 December 2007 11:34:24 pm
Wasn't there another line with that error message? Without that it's hard to guess... Check the logs, maybe there will be more...
-- Company: mediaSELF Sp. z o.o., http://www.mediaself.pl eZ references: http://ez.no/partners/worldwide_partners/mediaself eZ certified developer: http://ez.no/certification/verify/272585 eZ blog: http://ez.ryba.eu
MAA MED
Saturday 08 December 2007 11:53:49 pm
hi,I'v have i the same error too at the same step
when looking at errors logs I have this
eZTSTranslator::loadTranslationFile: Could not load translation file: share/translations/fre-FR/translation.ts "
I tried to change the installation language to english But I still have the same errorIn the apache logs the errors in
[Sun Dec 09 08:27:29 2007] [error] [client 127.0.0.1] PHP Fatal error: Class 'DOMDocument' not found in /var/www/html/ezpublish/kernel/setup/steps/ezstep_site_types.php on line 611, referer: http://127.0.0.1/ezpublish/index.php
PS: I have the same config: CentoS5; php 5.1.6;
Sunday 09 December 2007 11:49:03 am
Apache Error Log:
[Sun Dec 09 14:45:53 2007] [error] [client 68.53.242.224] PHP Fatal error: Class 'DOMDocument' not found in /home/VIRTUALSERVER/public_html/site/kernel/setup/steps/ezstep_site_types.php on line 611, referer: http://www.VIRTUALSERVER.net/site/index.php
Kim Johansen
Sunday 09 December 2007 12:25:31 pm
Hi,
It seems like you need to install the php-xml package.
See more about this issue here: http://issues.ez.no/IssueView.php?Id=12212&activeItem=7
Try out Free eZ Publish 4.0 Trial Hosting for 14 days: http://webdealhosting.com/ez-publish-trial-hosting High quality eZ Publish Hosting since 2001!
Sunday 09 December 2007 12:37:11 pm
Thanks for the quick reply!
solution - installed php-xml via yum, restarted apache, and the ez installation proceeded normally.