Entry
Where can I find error information for "Fatal error Maximum execution time of 30 seconds exceeded"?
Aug 4th, 2003 18:13
Mitch Ch, James Prestwood, Zan,
This error, as it sounds, means that your script is taking too long to
execute, either it's a billion lines long or somewhere there is an
infinite loop. It may be worth checking your coding (if you wrote the
script yourself) for any mistakes.
----------------------
increace in /usr/local/lib/php.ini max_execution_time :
;;;;;;;;;;;;;;;;;;;
; Resource Limits ;
;;;;;;;;;;;;;;;;;;;
max_execution_time = 30 ; Maximum execution time of each script, in
seconds