XF 1.1 My 1st Server Error Log.

Sheratan

Well-known member
This morning, I found some error in Server Error Log.

Code:
Error Info
XenForo_Exception: No controller response from XenForo_ControllerPublic_Member::actionRecentActivity - library/XenForo/FrontController.php:428
Generated By: kirishima, Today at 9:29 AM
 
Stack Trace
#0 /home/***/public_html/forum/library/XenForo/FrontController.php(318): XenForo_FrontController->_handleControllerResponse(NULL, 'XenForo_Control...', 'RecentActivity')
#1 /home/***/public_html/forum/library/XenForo/FrontController.php(132): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#2 /home/***/public_html/forum/index.php(13): XenForo_FrontController->run()
#3 {main}
 
Request State
array(3) {
  ["url"] => string(217) "http://forum.komikanimasi.web.id/members/kirishima.65/recent-activity?_xfRequestUri=%2Fmembers%2Fkirishima.65%2F&_xfNoRedirect=1&_xfToken=65%2C1364956191%2Cf64756c9c1f9e0585ff7763f29691b1b4bcde375&_xfResponseType=json"
  ["_GET"] => array(4) {
    ["_xfRequestUri"] => string(22) "/members/kirishima.65/"
    ["_xfNoRedirect"] => string(1) "1"
    ["_xfToken"] => string(54) "65,1364956191,f64756c9c1f9e0585ff7763f29691b1b4bcde375"
    ["_xfResponseType"] => string(4) "json"
  }
  ["_POST"] => array(0) {
  }
}

Well, there are 3 errors like that, with 3 different members.

Any one to explain what is that? Because this is my first server error log. :)

Thank you.
 
All 1,162 checked files are present and correct. :)

Disabling some add on... and yes. It works.

Some questions, is there any way to disable "Recent Activity" tabs?
 
Top Bottom