Moderators Kyle Posted February 25, 2011 Moderators Report Share Posted February 25, 2011 Hey guys, I have over 1,000 flights to burn into my database, and I used to bring like 500 flights and during the import, I get the Exectuion Error Max time reached. Is there anyway for me to boost up the php Exection limit or add anything? Thanks. Quote Link to comment Share on other sites More sharing options...
Administrators simpilot Posted February 25, 2011 Administrators Report Share Posted February 25, 2011 put this in the start of your script set_time_limit(240) The "240" is seconds that you want to extend the timeout by Quote Link to comment Share on other sites More sharing options...
Moderators Kyle Posted February 25, 2011 Author Moderators Report Share Posted February 25, 2011 Ok, thanks simpilot Cheers! Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted February 25, 2011 Administrators Report Share Posted February 25, 2011 You can set that to 0 (zero) for no time l imit Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.