Extend time execution

Author Message

Ashwini V

Wednesday 06 April 2005 5:03:47 am

Hi,

I got the error
"Fatal error: Maximum execution time of 30 seconds

Fatal error: eZ publish did not finish its request
The execution of eZ publish was abruptly ended, the debug output is present below
"
at the time of executing the huge file
ie. Class contain large no attributes.

So I need to extend the Time limit, for this purpose In which file i need to change the time limit.

Can any one guide me to solve this problem.

Regards,
Karthik.V

Ralph Ekekihl

Wednesday 06 April 2005 5:23:02 am

The setting for this is in your php.ini file.
So you have to find your php.ini file, and in it change the following:

max_execution_time = 30

to:

max_execution_time = 120

or into how much more time you need.

You need to restart you apache server for the change to take effect. Good luck!

Contactivity B.V.
http://www.contactivity.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 18 2025 19:28:13
Script start
Timing: Jan 18 2025 19:28:13
Module start 'layout'
Timing: Jan 18 2025 19:28:13
Module start 'content'
Timing: Jan 18 2025 19:28:13
Module end 'content'
Timing: Jan 18 2025 19:28:13
Script end

Main resources:

Total runtime0.0180 sec
Peak memory usage2,048.0000 KB
Database Queries3

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0064 589.0234152.6094
Module start 'layout' 0.00640.0033 741.632839.4141
Module start 'content' 0.00970.0053 781.046989.3047
Module end 'content' 0.01500.0030 870.351630.3047
Script end 0.0180  900.6563 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.003519.2089140.0002
Check MTime0.002011.3031140.0001
Mysql Total
Database connection0.00073.784910.0007
Mysqli_queries0.002915.942630.0010
Looping result0.00000.111110.0000
Template Total0.00189.810.0018
Template load0.00105.371110.0010
Template processing0.00084.405310.0008
Override
Cache load0.00073.778310.0007
General
dbfile0.00031.493680.0000
String conversion0.00000.048940.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 1
 Number of unique templates used: 1

Time used to render debug report: 0.0001 secs