Error during installation

Author Message

John Kelly

Sunday 13 March 2005 12:23:37 pm

Hey all:

I am getting the following error when I am trying to install the script. It occurs right after the 'register your site' page.

Can anyone help me figure out what the problem is and how to fix it.

Configuration:
FreeBSD 4.8
Apache 1.33
PHP 4.3.10

Error Message:

Fatal error: Maximum execution time of 30
seconds exceeded in
/pub/home/gershom9/htdocs/main/communiques/
kernel/common/ezi18noperator.php on line 181
Fatal error: eZ publish did not finish its
request

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

THnaks

J-A Eberhard

Sunday 13 March 2005 1:35:47 pm

Please read http://www.ez.no/ez_publish/documentation/installation/normal_installation/requirements_for_doing_a_normal_installation

IMPORTANT - PHP memory_limit issue
eZ publish requires at least 12 MB (in some cases 16 MB). This means that you'll have to increase the default memory_limit (in php.ini) from 8 MB to 12 or 16 MB. In some cases eZ publish requires even more memory - for example, the PDF export needs quite a lot.

First guess is that your memory_limit is too low

Open Source Solution Provider
Open-Net Ltd Switzerland
http://www.open-net.ch

John Kelly

Monday 14 March 2005 7:16:57 am

<i>First guess is that your memory_limit is too low</i>

Accoding to the phpinfo the memory_limit is set to 32M, so I doubt that this is the problem.

Do you have any other suggestions?

Thanks,

John

Łukasz Serwatka

Monday 14 March 2005 10:31:18 pm

Hi John,

Have you set high value for max_execution_time in php.ini?

Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog

John Kelly

Tuesday 15 March 2005 12:29:11 am

<i>Have you set high value for max_execution_time in php.ini?</i>

The value is set to 30. Is that enough or should it be set higher?

Thanks,

John

Łukasz Serwatka

Tuesday 15 March 2005 12:40:10 am

Should be higher, 90 for example, because with 30 you have error

Fatal error: Maximum execution time of 30
seconds exceeded in
/pub/home/gershom9/htdocs/main/communiques/
kernel/common/ezi18noperator.php on line 181

Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog

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 19 2025 00:17:52
Script start
Timing: Jan 19 2025 00:17:52
Module start 'layout'
Timing: Jan 19 2025 00:17:52
Module start 'content'
Timing: Jan 19 2025 00:17:52
Module end 'content'
Timing: Jan 19 2025 00:17:52
Script end

Main resources:

Total runtime0.6701 sec
Peak memory usage4,096.0000 KB
Database Queries68

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0054 589.4609152.6406
Module start 'layout' 0.00540.0033 742.101639.4609
Module start 'content' 0.00880.6599 781.5625615.3672
Module end 'content' 0.66870.0014 1,396.929716.1641
Script end 0.6701  1,413.0938 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00330.4885160.0002
Check MTime0.00140.2020160.0001
Mysql Total
Database connection0.00080.121510.0008
Mysqli_queries0.605990.4265680.0089
Looping result0.00070.1036660.0000
Template Total0.638195.220.3190
Template load0.00250.373720.0013
Template processing0.635694.846020.3178
Template load and register function0.00030.039710.0003
states
state_id_array0.00090.139110.0009
state_identifier_array0.00080.121920.0004
Override
Cache load0.00190.2875450.0000
Sytem overhead
Fetch class attribute can translate value0.00070.110330.0002
Fetch class attribute name0.00200.292580.0002
XML
Image XML parsing0.00110.168330.0004
class_abstraction
Instantiating content class attribute0.00000.004090.0000
General
dbfile0.00110.1583230.0000
String conversion0.00000.001340.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
6content/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
4content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
3content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
1content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 26
 Number of unique templates used: 7

Time used to render debug report: 0.0002 secs