Reply to Re: Fatal error: Maximum execution time of 30 seconds exceeded

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

Your reply

Name *
Email 
Title *
Text *
CAPTCHA image
Enter the code displayed on the image:
Click on the image to generate another one if it is hard to read it. The case is important