Fatal error in functions.php in wp-includes
-
In my WordPress error log, I often get these PHP fatal errors:
[24-Sep-2015 13:28:49] PHP Fatal error: Maximum execution time of 60 seconds exceeded in /wp-includes/functions.php on line 384[24-Sep-2015 05:15:32] PHP Fatal error: Maximum execution time of 60 seconds exceeded in /wp-includes/wp-db.php on line 1094The errors occur at random, it doesn’t affect the website visitors in any way as it’s in the logs (you can’t see it on the website), but it bothers me that there’s something wrong going on in the background.
I refuse to increase the execution time because there shouldn’t be any scripts on the website that need more than 60 seconds to execute in my opinion.
The website’s running on the latest WordPress 4.3.1. Please help me figure it out. I can provide more debug details if needed.
The topic ‘Fatal error in functions.php in wp-includes’ is closed to new replies.