Jump to content

Disable Maximum execution time


livewirerules

Recommended Posts

Things to try:

 

1) How are you setting it? You should be using:

set_time_limit(3000);

or

 

set_time_limit(0);

2) Is PHP running in safe mode? If so disable safe mode first otherwise there will be no effect.

 

3) I believe - though I may be wrong! - that you can only set this variable inside your php.ini file. Doing it in the script may not work.

 

4) Did you restart your web server (apache?!) after you modified php.ini (if you did)? If you didn't then the new settings may not be loaded.

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.