XF 1.2 Fatal Error: Maximum execution time

NickM22

Active member
Not sure what would be causing this, could someone shed some light on what this means?

PS, There are several more entries of this error all at the same time but on different lines.

Code:
Server Error Log
Error Info
ErrorException: Fatal Error: Maximum execution time of 30 seconds exceeded - library/XenForo/FrontController.php:337
Generated By: bazzaro135, Today at 12:18 AM
Stack Trace
#0 [internal function]: XenForo_Application::handleFatalError(Object(XenForo_RouteMatch))
#1 {main}
Request State
array(3) {
  ["url"] => string(29) "http://metrofusiongaming.com/"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(0) {
  }
}
 
I don't see any particular reason for it -- what are the other lines that are triggering it?

It could be some activity related to an add-on that is taking substantial time or it could indicate extremely high load on your server causing the page to render very slowly (the line number indicated there is fairly early in the request).
 
Back
Top Bottom