CodeIgniter Forums
Your request timed out. Please retry the request. - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Your request timed out. Please retry the request. (/showthread.php?tid=60906)



Your request timed out. Please retry the request. - El Forum - 07-28-2014

[eluser]Unknown[/eluser]
Quote:Your request timed out. Please retry the request.
Sometime, I get this only sentence on my screen, randomly and quite often. I just need to refresh the page to make it disappear, but I don't know why this appear and how to fix this issue. If anyone has an idea for this, it'd be nice to explain me.

Thank you.


Your request timed out. Please retry the request. - El Forum - 07-28-2014

[eluser]CroNiX[/eluser]
You're either hitting the php timeout (max_execution_time) value, or the webservers. I believe they default to 300 seconds. So if you send a request to the webserver and it takes longer than that period of time before sending the response back, you get that message.

It has nothing to do specifically with CI, other than whatever you are doing is taking longer than the timeout period allows. Sometimes it's due to an overloaded server, like if you're on a shared host and the other websites are hogging the CPU, so it doesn't process as fast.