CodeIgniter Forums
PHP Fatal error: Maximum execution time of - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: PHP Fatal error: Maximum execution time of (/showthread.php?tid=82590)



PHP Fatal error: Maximum execution time of - andi777 - 07-27-2022

Hey guys. First of all, I wasn't able to find a search form on this forum, is that intended or am I missing something?
I have this error in the log:
[26-Jul-2022 17:10:36 America/New_York] PHP Fatal error:  Maximum execution time of 30 seconds exceeded in system/libraries/Session/drivers/Session_files_driver.php on line 212
Each time I upload a photo from a mobile browser that happens. From desktop works but not always. 3 out of 5 times after I upload an image to a profile from desktop, the submissions goes well from a desktop web browser but right after that the website becomes unresponsive for a time equal with the one I've set as the max exec time in PHP directives and that error is generated.
The submission fails 4 out of 5 times from the phone and 5 out of 5 times from an APK app with the webview function. The same app worked 100% 2 years ago with the same code, the only thing being changed now is the URL from the webview.
I know this is quite vague but please let me know if it's not clear and I will try to reformulate.


RE: PHP Fatal error: Maximum execution time of - php_rocs - 07-28-2022

@andi777, the search form is in the menu at the top of the page.


RE: PHP Fatal error: Maximum execution time of - andi777 - 07-28-2022

(07-28-2022, 04:59 AM)php_rocs Wrote: @andi777,  the search form is in the menu at the top of the page.

Thanks, My search returned no results unfortunately.


RE: PHP Fatal error: Maximum execution time of - kenjis - 07-28-2022

Of course, if the network is slow and the file cannot be transferred in the time, that error will occur.


RE: PHP Fatal error: Maximum execution time of - InsiteFX - 07-29-2022

stackoverflow - Fatal error: Maximum execution time of 30 seconds exceeded