PHP Fatal error: Maximum execution time of 30 seconds exceeded in term-meta.php
-
Hi all,
I’ve been racking my brain over this, and have been searching out a solution since December.
I have one site that generates an exceptionally huge error_log daily. It aggregates errors by the second, but the site itself loads fine. Even quickly.
The error line is now usually,
PHP Fatal error: Maximum execution time of 60 seconds exceeded in /home/####/public_html/wp-includes/plugin.php on line 233The reigning popular error line used to be for index.php when time limit was set to 30 secs.
And ocassionally something like,
PHP Fatal error: Maximum execution time of 60 seconds exceeded in /home/####/public_html/wp-content/themes/genesis/lib/admin/term-meta.php on line 25
PHP Fatal error: Maximum execution time of 60 seconds exceeded in /home/####/public_html/wp-includes/functions.php on line 3333 <– Fun fact, there is no line 3333, so I’m guessing this is a sign of a loop happening?
PHP Fatal error: Maximum execution time of 60 seconds exceeded in /home/####/public_html/wp-includes/query.php on line 4881 <– That line number also doesn’t exist.These errors coincide with constant emails such as this:
Time: Thu Jan 28 13:09:52 2016 -0500
Account: ####
Resource: Process Time
Exceeded: 9032 > 1800 (seconds) <–Not even close to the largest exceeded #
Executable: /usr/bin/php
Command Line: /usr/bin/php /home/####/public_html/index.php
PID: 21339 (Parent PID:21226)
Killed: NoI had deactivated the backup plugin earlier this month, which seemed to stop this issue from happening for almost a week (it was a redundant thing anyway.) But, it’s back again.
Out of sheer desperation, I’ve finally tried to up the time from 30 secs to 60, since that seems to be the only answer to find online, but the issue is still happening.
There have been a lot of instances that suggest there is something funky happening in the site’s terminology/taxonomy, but the site is fairly plain in that regard. There isn’t any custom taxonomy occuring, only tags and categories. The only plugin related to the taxes is “No Category Parents”, which I’ve been using on other similar sites without issue for years.
Is there a way to check MySQL for blanks? I.e. see if there is something missing within tax database that could be wreaking such havoc?
Do you have any suggestions on what I can look into? (And please explain how, if you do.)
Thanks for any help, it will be MUCH appreciated.
- The topic ‘PHP Fatal error: Maximum execution time of 30 seconds exceeded in term-meta.php’ is closed to new replies.