Fatal error: Maximum execution time of 30 seconds exceeded

See all posts Reply

Fatal error: Maximum execution time of 30 seconds exceeded new!
by JvM, 17 years, 4 months ago
I'm getting the next error on the latest version and the version before that.

Fatal error: Maximum execution time of 30 seconds exceeded in /home/..../admin/foto-upload.php on line 23

Something to do about it or is it my own script?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, 4 months ago
l can't upload my documents for two weeks nowReply