Fixed Fatal Error: Maximum execution time of 120 seconds exceeded

alfa1

Well-Known Member
I get this error every day at 7:00 PM:

ErrorException: Fatal Error: Maximum execution time of 120 seconds exceeded - library/Zend/Db/Statement/Mysqli.php:208
Generated By: Unknown Account, Today at 7:00 PM
Stack Trace
#0 [internal function]: XenForo_Application::handleFatalError()
#1 {main}
Request State
array(3) {
["url"] => string(36) "https://forum.com/deferred.php"
["_GET"] => array(0) {
}
["_POST"] => array(3) {
["_xfRequestUri"] => string(41) "/threads/57253/"
["_xfNoRedirect"] => string(1) "1"
["_xfResponseType"] => string(4) "json"
}
}

The only cron that runs at 7:00PM is nobita_Teams_dailyStats
 
I have removed the cron and move to deferred to working for many groups. The deferred auto each 1 hour.
 
Back
Top