Forums / Developer / Extend time execution
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