XF 1.5 Server error

tommydamic68

Well-known member
I just received this server error - any thoughts?

Code:
ErrorException: Fatal Error: Maximum execution time of 30 seconds exceeded - library/XenForo/Template/Abstract.php:191
Generated By: Unknown Account, Yesterday at 7:10 PM
Stack Trace
#0 [internal function]: XenForo_Application::handleFatalError()
#1 {main}
Request State
array(3) {
  ["url"] => string(174) "http://sph.com/community/members/?ug=2&&_xfRequestUri=%2Fcommunity%2Fthreads%2Fsph-halloween-costume-contest-2016.37841%2F&_xfNoRedirect=1&_xfResponseType=json"
  ["_GET"] => array(4) {
    ["ug"] => string(1) "2"
    ["_xfRequestUri"] => string(68) "/community/threads/sphy-halloween-costume-contest-2016.37841/"
    ["_xfNoRedirect"] => string(1) "1"
    ["_xfResponseType"] => string(4) "json"
  }
  ["_POST"] => array(0) {
  }
}
 
There's a few things I'm not sure about this.

I'm not sure where sph.com comes from, as I know that's not your URL.

I also don't find the URL format familiar. Specifically the ug=2 parameter there; I assume this is something to do with an add-on but there's no indication as to which.

Unless any of this is familiar to you, or the error keeps happening, it's probably safe to ignore for now.
 
Top Bottom