Error when publishing medium-sized article

Author Message

Halvor M

Sunday 03 April 2005 4:05:39 am

My site works smoothly with shorter articles, but this one (about 9-10 pages of text) causes the following error message when editing:

Fatal error: Maximum execution time of 30 seconds exceeded in \lib\ezfile\classes\ezdir.php on line 242
Fatal error: eZ publish did not finish its request

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

Strange thing is that I was able to post the article, but now I cannot edit it.

Anything I can do to prevent this from popping up?

Lazaro Ferreira

Sunday 03 April 2005 11:24:42 am

Hi,

Probably you need to increase some php parameters at <b>php.ini</b>

Search the forum, for more info on this parameters, in our experience ezp needs the following values to work properly with a Pentium IV machine :

max_execution_time = 60     ; Maximum execution time of each script, in seconds
max_input_time = 60     ; Maximum amount of time each script may spend parsing request data
memory_limit = 128M      ; Maximum amount of memory a script may consume (8MB)

Lazaro
http://www.mzbusiness.com

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 14:04:15
Script start
Timing: Jan 19 2025 14:04:15
Module start 'layout'
Timing: Jan 19 2025 14:04:15
Module start 'content'
Timing: Jan 19 2025 14:04:16
Module end 'content'
Timing: Jan 19 2025 14:04:16
Script end

Main resources:

Total runtime1.0695 sec
Peak memory usage4,096.0000 KB
Database Queries54

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0045 589.2891152.6406
Module start 'layout' 0.00450.0021 741.929739.4766
Module start 'content' 0.00661.0617 781.4063486.5469
Module end 'content' 1.06830.0011 1,267.95318.2813
Script end 1.0694  1,276.2344 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00280.2639160.0002
Check MTime0.00120.1116160.0001
Mysql Total
Database connection0.00060.057910.0006
Mysqli_queries1.032896.5701540.0191
Looping result0.00050.0444520.0000
Template Total1.044097.620.5220
Template load0.00190.181520.0010
Template processing1.042197.439620.5210
Template load and register function0.00020.017310.0002
states
state_id_array0.00090.081210.0009
state_identifier_array0.00120.108120.0006
Override
Cache load0.00160.1514120.0001
Sytem overhead
Fetch class attribute can translate value0.00050.049620.0003
Fetch class attribute name0.00120.109220.0006
XML
Image XML parsing0.00020.018920.0001
class_abstraction
Instantiating content class attribute0.00000.000620.0000
General
dbfile0.00120.1088100.0001
String conversion0.00000.000640.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
2content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
3content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
2content/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: 9
 Number of unique templates used: 5

Time used to render debug report: 0.0001 secs