Fatal error: Maximum execution time of 30 seconds exceeded

See all posts See thread Reply

Re: Fatal error: Maximum execution time of 30 seconds exceeded new!
by colin, 17 years, 4 months ago
Do you do a lot of image processing? How many thumbnail do you generate.

Try to add the following in your .htaccess file:
php_value max_execution_time 30000
(the number is the number of seconds).

If that does not work either (some hosts forbid this as well), try to add the following to your script, before processing the uploads:
ini_set ('max-execution_time', '30000' )
Reply
Re: Fatal error: Maximum execution time of 30 seconds exceeded new!
by nnamoko uchenna, 5 years, 5 months ago
l can't upload my documents for two weeks nowReply