Spycat Posted September 21, 2005 Share Posted September 21, 2005 Why does a posting attempt time out after 30 seconds? Sometimes it takes me 25++ attempts to get the post to go through. Some of us are still on 56k :`( Thanks Link to comment https://forums.phpfreaks.com/topic/2547-30-second-time-out/ Share on other sites More sharing options...
marker5a Posted September 21, 2005 Share Posted September 21, 2005 Yea, its a setting in your php.ini file. Make sure you are editing the correct ini file, run a phpinfo(); and see where the file is. Open it up, and change the max_execution_time variable from 30 to 60. Save the ini file, and restart the server Chris Link to comment https://forums.phpfreaks.com/topic/2547-30-second-time-out/#findComment-8451 Share on other sites More sharing options...
effigy Posted September 21, 2005 Share Posted September 21, 2005 try using the lofi version. Link to comment https://forums.phpfreaks.com/topic/2547-30-second-time-out/#findComment-8452 Share on other sites More sharing options...
txmedic03 Posted March 30, 2006 Share Posted March 30, 2006 Two problems marker5a. 1) I believe that Spycat was refering to the forums here, not on a personal server so they can't change the php.ini file. 2) You should try to eliminate as much load time as possible. If you just keep cranking up your execution time out you could have an excessive load time that your users will not hang around for. 30 seconds should be more than enough. If your script executes longer than 30 seconds I strongly recommend you rethink your code. Link to comment https://forums.phpfreaks.com/topic/2547-30-second-time-out/#findComment-22230 Share on other sites More sharing options...
interaxis Posted May 15, 2006 Share Posted May 15, 2006 [a href=\"http://dynamicreport.com/1000.html\" target=\"_blank\"]http://dynamicreport.com/1000.html[/a] There is a simple article there on an automated work-around to batch processes using javascript so that you can break-down your looooong database operations, etc. Link to comment https://forums.phpfreaks.com/topic/2547-30-second-time-out/#findComment-36066 Share on other sites More sharing options...
ober Posted May 15, 2006 Share Posted May 15, 2006 Thanks for making your first response on the forums as a bump to a thread that's nearly a month and a half old! Thread closed! Link to comment https://forums.phpfreaks.com/topic/2547-30-second-time-out/#findComment-36071 Share on other sites More sharing options...
Recommended Posts