Forums / Install & configuration / Please help - Having trouble during EZPUBLISH installation

Please help - Having trouble during EZPUBLISH installation

Author Message

sriram thiru

Friday 07 November 2008 8:40:34 am

I am having trouble during the first step of Ezpublish installation. Before explaining the issue here are my software versions:

Ezpublish : 4.01
Operating System: Windows Vista
MySql: 5.0.67
Php: 5.2.6
Apache: 1.3.41

I have installed all the individual components except ezpublish successfully. This includes Mysql, PHP, Apache, PEAR, EzComponents. PHP is connecting with apache and mysql without any issues. I have also created the database for ezpublish and set the permissions.

Here is the issue. When I unzipped the ezpublish 4.01 into the apache htdoc directory I get the initial installation screen which sets my language as english (american). Once I click next nothing happens. I get the below error:

<
Fatal error: eZ Publish did not finish its request

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

There is nothing in the debug output. I changed apache to debug mode and looked at the logs, but there is really no information. I have a bunch of 304 messages on the access log and after a post for index.php nothing happens.

I am stuck. Any help is greatly appreciated.

Björn Dieding@xrow.de

Friday 07 November 2008 8:55:06 am

turn the switch so that php outputs errors...

after that post back the error...

Looking for a new job? http://www.xrow.com/xrow-GmbH/Jobs
Looking for hosting? http://hostingezpublish.com
-----------------------------------------------------------------------------
GMT +01:00 Hannover, Germany
Web: http://www.xrow.com/

sriram thiru

Friday 07 November 2008 9:41:47 am

I changed the following in the php.conf file

implicit_flush = on
display_startup_errors = on
error_log = "C:/php/error.txt"

Stopped and restarted apache. Both apache and PHP starts fine, but I don't get errors from PHP. The error.txt file never gets created. Ezpublish gives the same error during installation.

Can you let me know if I have to do anything else to get more error details from PHP ?

sriram thiru

Sunday 16 November 2008 7:47:03 am

Any suggesstions please. I am kinda stuck at this step. Help !!!

sriram thiru

Sunday 16 November 2008 9:44:48 am

I was able to resolved the issue and the ezpublish install worked like a charm. For other users benefit, this is what I did. Thanks.

max_execution_time = 200 ; Maximum execution time of each script, in seconds
max_input_time = 200 ; Maximum amount of time each script may spend parsing request data

Updated the above values to 200.