XF 1.5 Duplicate live site - server error

BassMan

Well-known member
Hello,

I created a duplicate site by Brogan's guide (thank you!), but when I click on a thread I get this:

ErrorException: Undefined index: activeCount - library/XenForo/ControllerPublic/Abstract.php:491

Stack Trace
.../library/XenForo/ControllerPublic/Abstract.php(491): XenForo_Application::handlePhpError(8, 'Undefined index...', '/home/mladiuc/p...', 491, Array)
#1 .../library/XenForo/ControllerPublic/Abstract.php(468): XenForo_ControllerPublic_Abstract->_updateModeratorSessionReportCounts()
#2 .../library/XenForo/ControllerPublic/Abstract.php(33): XenForo_ControllerPublic_Abstract->_updateModeratorSessionCaches()
#3 .../library/XenForo/Controller.php(310): XenForo_ControllerPublic_Abstract->_preDispatchType('Index')
#4 .../library/XenForo/FrontController.php(350): XenForo_Controller->preDispatch('Index', 'XenForo_Control...')
#5 .../library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#6 .../index.php(13): XenForo_FrontController->run()
#7 {main}



And on front page it says this:

Failed to get controller response and reroute to error handler (XenForo_ControllerPublic_Index::actionindex)
An exception occurred: Undefined index: activeCount in .../library/XenForo/ControllerPublic/Abstract.php on line 491

  1. XenForo_Application::handlePhpError() in XenForo/ControllerPublic/Abstract.php at line 491
  2. XenForo_ControllerPublic_Abstract->_updateModeratorSessionReportCounts() in XenForo/ControllerPublic/Abstract.php at line 468
  3. XenForo_ControllerPublic_Abstract->_updateModeratorSessionCaches() in XenForo/ControllerPublic/Abstract.php at line 33
  4. XenForo_ControllerPublic_Abstract->_preDispatchType() in XenForo/Controller.php at line 310
  5. XenForo_Controller->preDispatch() in XenForo/FrontController.php at line 350
  6. XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
  7. XenForo_FrontController->run() in .../index.php at line 13
 
Top Bottom