XF 1.5 Server error - Max Execution time

tommydamic68

Well-known member
I have been getting these errors lately - any thoughts?

Code:
ErrorException: Fatal Error: Maximum execution time of 30 seconds exceeded - library/XenForo/Template/Helper/Core.php:0
Generated By: nudieluvr, Yesterday at 8:15 PM
Stack Trace
#0 [internal function]: XenForo_Application::handleFatalError()
#1 {main}
Request State
array(3) {
  ["url"] => string(225) "http://sph.com/community/members/?ug=2&&_xfRequestUri=%2Fcommunity%2Fthreads%2Fraw-diet-questions.9990%2Fpage-2&_xfNoRedirect=1&_xfToken=9058%2C1456190114%2Ce7a8c3ffe584e3d01899a4f8e43944273fe45da1&_xfResponseType=json"
  ["_GET"] => array(5) {
    ["ug"] => string(1) "2"
    ["_xfRequestUri"] => string(49) "/community/threads/raw-diet-questions.9990/page-2"
    ["_xfNoRedirect"] => string(1) "1"
    ["_xfToken"] => string(56) "9058,1456190114,e7a8c3ffe584e3d01899a4f8e43944273fe45da1"
    ["_xfResponseType"] => string(4) "json"
  }
  ["_POST"] => array(0) {
  }
}
 
That's a slightly strange error, but the URLs involve seem to be even more strange. Is this something you're getting frequently? Is there any pattern in the URL?

We'd probably need to try to eliminate add-ons as the first cause.
 
That's a slightly strange error, but the URLs involve seem to be even more strange. Is this something you're getting frequently? Is there any pattern in the URL?

We'd probably need to try to eliminate add-ons as the first cause.
In the last few days, the one change I did do was go from a shared server to a VPS, not sure if that would have anything to do with it?

Edit: I did send quite a few emails yesterday also, perhaps I will wait to see if I get the errors again in the next few days?
 
That's a slightly strange error, but the URLs involve seem to be even more strange. Is this something you're getting frequently? Is there any pattern in the URL?

We'd probably need to try to eliminate add-ons as the first cause.
Just 3 since yesterday I believe, here is the other one, unfortunately I deleted the other one thinking it was just a random once off.

Code:
ErrorException: Fatal Error: Maximum execution time of 30 seconds exceeded - library/XenForo/Template/Abstract.php:105
Generated By: snajim, Today at 1:05 AM
Stack Trace
#0 [internal function]: XenForo_Application::handleFatalError()
#1 {main}
Request State
array(3) {
  ["url"] => string(226) "http://spair.com/community/members/?ug=2&&_xfRequestUri=%2Fcommunity%2Fthreads%2Fraw-diet-questions.9990%2Fpage-2&_xfNoRedirect=1&_xfToken=10755%2C1456207496%2C900635768e1f2378fbb1a22e8136be26ba91355d&_xfResponseType=json"
  ["_GET"] => array(5) {
    ["ug"] => string(1) "2"
    ["_xfRequestUri"] => string(49) "/community/threads/raw-diet-questions.9990/page-2"
    ["_xfNoRedirect"] => string(1) "1"
    ["_xfToken"] => string(57) "10755,1456207496,900635768e1f2378fbb1a22e8136be26ba91355d"
    ["_xfResponseType"] => string(4) "json"
  }
  ["_POST"] => array(0) {
  }
}
 
That's the same URL. I think I understand what it's doing -- I think it's listing all members in a user group, likely on one page. That URL will likely be listing every user on your site. This functionality is from an add-on so you'll need to see what provides that and bring it to the author's attention.
 
That's the same URL. I think I understand what it's doing -- I think it's listing all members in a user group, likely on one page. That URL will likely be listing every user on your site. This functionality is from an add-on so you'll need to see what provides that and bring it to the author's attention.
Ok thanks Mike, I think I may know which add on it may be.
 
Top Bottom