XF 2.1 Fatal Error: Maximum execution time of 30 seconds exceeded

Mave

Active member
Should I be worried about these?

cYjZTHt.png
 
What is the actual error with stack trace and request state?

Code:
Stack trace

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

Request state

array(4) {
  ["url"] => string(32) "/index.php?topic=18075.msg172985"
  ["referrer"] => bool(false)
  ["_GET"] => array(1) {
    ["topic"] => string(15) "18075.msg172985"
  }
  ["_POST"] => array(0) {
  }
}

and

Code:
Stack trace

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

Request state

array(4) {
  ["url"] => string(24) "/whats-new/posts/216125/"
  ["referrer"] => bool(false)
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(0) {
  }
}
 
Top Bottom