XF 1.5 Fatal Error: Maximum execution time of 120 seconds exceeded

Nirjonadda

Well-known member
I am using MySQL version 5.6.37 and Does not get any Server Error Log. Today I Do Upgrade to MariaDB 10.2.8 and Now lot of Server Error Log happened about Fatal Error: Maximum execution time of 120 seconds exceeded. So this issue only happening with MariaDB. Xenforo are not fully compatible with MariaDB? Please let me know this fix. Where used Maximum execution time of 120 seconds? But we have set Maximum execution time of 300 seconds in my VPS server. Why not Xenforo use server standards setting?

I am using CentOS 7.3, PHP Version 7.1.8, MariaDB 10.2.8 with max_execution_time 300

Code:
Error Info
ErrorException: Fatal Error: Maximum execution time of 120 seconds exceeded - library/XenForo/Application.php:1014
Generated By: Unknown Account, 25 minutes ago
Stack Trace

#0 [internal function]: XenForo_Application::handleFatalError()
#1 {main}

Request State

array(3) {
  ["url"] => string(39) "/deferred.php"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(3) {
    ["_xfRequestUri"] => string(1) "/"
    ["_xfNoRedirect"] => string(1) "1"
    ["_xfResponseType"] => string(4) "json"
  }
}
 
Last edited:
Top Bottom