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.

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 18 2025 18:21:29
Script start
Timing: Jan 18 2025 18:21:29
Module start 'layout'
Timing: Jan 18 2025 18:21:29
Module start 'content'
Timing: Jan 18 2025 18:21:30
Module end 'content'
Timing: Jan 18 2025 18:21:30
Script end

Main resources:

Total runtime0.8910 sec
Peak memory usage4,096.0000 KB
Database Queries63

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0066 588.2109152.6563
Module start 'layout' 0.00660.0053 740.867239.4922
Module start 'content' 0.01190.8779 780.3594560.1016
Module end 'content' 0.88980.0011 1,340.460912.0938
Script end 0.8910  1,352.5547 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00400.4534160.0003
Check MTime0.00160.1788160.0001
Mysql Total
Database connection0.00090.102510.0009
Mysqli_queries0.835593.7771630.0133
Looping result0.00120.1294610.0000
Template Total0.849095.320.4245
Template load0.00200.223420.0010
Template processing0.847095.064820.4235
Template load and register function0.00020.022610.0002
states
state_id_array0.00090.103710.0009
state_identifier_array0.00100.109820.0005
Override
Cache load0.00170.1879350.0000
Sytem overhead
Fetch class attribute can translate value0.00050.054920.0002
Fetch class attribute name0.00120.136660.0002
XML
Image XML parsing0.00050.053520.0002
class_abstraction
Instantiating content class attribute0.00000.001360.0000
General
dbfile0.00090.1058160.0001
String conversion0.00000.001640.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
5content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
10content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
5content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 23
 Number of unique templates used: 6

Time used to render debug report: 0.0001 secs