Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
sadams101 Posted April 5, 2018 Posted April 5, 2018 I am seeing in my error logs an issue with maximum execution time. To correct this issue I set the max_execution_time in my php.ini file from 30 seconds, to the php 7 default, which is 90 seconds. I have verified that it updated and changed. However, I am still getting the following errors. It seems to be somehow set at 30 seconds somewhere in the scripts. Any ideas? [05-Apr-2018 17:56:06 UTC] PHP Fatal error: Maximum execution time of 30 seconds exceeded in /home/user/public_html/init.php(449) : eval()'d code on line 19 [05-Apr-2018 17:57:03 UTC] PHP Fatal error: Maximum execution time of 30 seconds exceeded in /home/user/public_html/system/Http/Url/Friendly.php on line 58 [05-Apr-2018 17:58:06 UTC] PHP Fatal error: Maximum execution time of 30 seconds exceeded in /home/user/public_html/system/Data/AbstractData.php on line 120 [05-Apr-2018 17:59:14 UTC] PHP Fatal error: Maximum execution time of 30 seconds exceeded in /home/user/public_html/system/Data/Store.php on line 149 [05-Apr-2018 18:00:11 UTC] PHP Fatal error: Maximum execution time of 30 seconds exceeded in /home/user/public_html/system/Data/Store.php on line 237 [05-Apr-2018 18:04:51 UTC] PHP Fatal error: Maximum execution time of 30 seconds exceeded in /home/user/public_html/system/Data/Store.php on line 140 [05-Apr-2018 18:05:10 UTC] PHP Fatal error: Maximum execution time of 30 seconds exceeded in /home/user/public_html/system/Data/Store.php on line 140 [05-Apr-2018 18:06:04 UTC] PHP Fatal error: Maximum execution time of 30 seconds exceeded in /home/user/public_html/system/Http/Url/Friendly.php on line 595 [05-Apr-2018 18:07:08 UTC] PHP Fatal error: Maximum execution time of 30 seconds exceeded in /home/user/public_html/system/Http/Url.php on line 1095 [05-Apr-2018 18:08:05 UTC] PHP Fatal error: Maximum execution time of 30 seconds exceeded in /home/user/public_html/system/Data/Store.php on line 140 [05-Apr-2018 18:09:10 UTC] PHP Fatal error: Maximum execution time of 30 seconds exceeded in /home/user/public_html/system/Patterns/ActiveRecord.php on line 745 [05-Apr-2018 18:10:07 UTC] PHP Fatal error: Maximum execution time of 30 seconds exceeded in /home/user/public_html/system/Data/Store.php on line 140 [05-Apr-2018 18:11:12 UTC] PHP Fatal error: Maximum execution time of 30 seconds exceeded in /home/user/public_html/system/Db/Select.php on line 489 [05-Apr-2018 18:12:13 UTC] PHP Fatal error: Maximum execution time of 30 seconds exceeded in /home/user/public_html/system/Data/Store.php on line 237 [05-Apr-2018 18:16:46 UTC] PHP Fatal error: Maximum execution time of 30 seconds exceeded in /home/user/public_html/system/Login/Login.php on line 644 [05-Apr-2018 18:17:04 UTC] PHP Fatal error: Maximum execution time of 30 seconds exceeded in /home/user/public_html/system/Member/Member.php on line 745 [05-Apr-2018 18:18:02 UTC] PHP Fatal error: Maximum execution time of 30 seconds exceeded in /home/user/public_html/system/Patterns/ActiveRecord.php on line 219 [05-Apr-2018 18:19:05 UTC] PHP Fatal error: Maximum execution time of 30 seconds exceeded in /home/user/public_html/system/Db/Bind.php on line 67 [05-Apr-2018 18:20:05 UTC] PHP Fatal error: Maximum execution time of 30 seconds exceeded in /home/user/public_html/system/Patterns/ActiveRecord.php on line 348 [05-Apr-2018 18:21:04 UTC] PHP Fatal error: Maximum execution time of 30 seconds exceeded in /home/user/public_html/system/Data/Store.php on line 149 [05-Apr-2018 18:22:15 UTC] PHP Fatal error: Maximum execution time of 30 seconds exceeded in /home/user/public_html/system/Http/Url/Friendly.php on line 348 [05-Apr-2018 18:23:08 UTC] PHP Fatal error: Maximum execution time of 30 seconds exceeded in /home/user/public_html/system/Member/Member.php on line 745 [05-Apr-2018 18:24:28 UTC] PHP Fatal error: Maximum execution time of 30 seconds exceeded in /home/user/public_html/system/Http/Url.php on line 170 [05-Apr-2018 18:28:27 UTC] PHP Fatal error: Maximum execution time of 30 seconds exceeded in /home/user/public_html/system/Data/Store.php on line 140 [05-Apr-2018 18:29:01 UTC] PHP Fatal error: Maximum execution time of 30 seconds exceeded in /home/user/public_html/system/Data/Store.php on line 237 [05-Apr-2018 18:30:04 UTC] PHP Fatal error: Maximum execution time of 30 seconds exceeded in /home/user/public_html/system/Patterns/Bitwise.php on line 83 [05-Apr-2018 18:31:07 UTC] PHP Fatal error: Maximum execution time of 30 seconds exceeded in /home/user/public_html/system/Data/Store.php on line 140 [05-Apr-2018 18:32:07 UTC] PHP Fatal error: Maximum execution time of 30 seconds exceeded in /home/user/public_html/system/Data/Store.php on line 140 [05-Apr-2018 18:33:09 UTC] PHP Fatal error: Maximum execution time of 30 seconds exceeded in /home/user/public_html/system/Patterns/ActiveRecord.php on line 223
Jimi Wikman Posted April 6, 2018 Posted April 6, 2018 Not all hosting providers allow overrides in clients ini files even if you can create them yourself. Have you confirmed that this change will affect your account so there is not a server overrride, for example in the httpd.conf if you are on an apache server??
sadams101 Posted April 6, 2018 Author Posted April 6, 2018 Yes, I manage the entire server. When I changed this in my php.ini, I saw the change take effect in Support > PHP Info. The max_execution_time changed from 30 seconds to 90 seconds. I guess the question is, is there something in IPB that needs even more time than the default 90 seconds?
sadams101 Posted April 9, 2018 Author Posted April 9, 2018 This turned out to be a cron on a custom mod that updates my site map faster...turned it off.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.