Welcome Guest, Not a member yet? Register   Sign In
Controller Times Out?
#2

[eluser]CroNiX[/eluser]
Yes, check the setting for max_execution_time in php.ini. Most, by default, are set to 5 minutes.

You can override it (if you host allows you to), by setting it manually either in your index.php (will affect all requests for all controllers), or in the particular controller you want a longer time limit.

Code:
ini_set('max_execution_time', 0);
"0" for unlimited time limit, or the number of seconds you want it to be able to run, like 600 for 10 minutes.


Messages In This Thread
Controller Times Out? - by El Forum - 12-06-2012, 11:01 AM
Controller Times Out? - by El Forum - 12-06-2012, 12:52 PM



Theme © iAndrew 2016 - Forum software by © MyBB