Reply to thread

We just ran into this exact error this evening. Tried with listeners disabled with no affect, still getting the error.


[CODE]Error Info

ErrorException: Undefined index: zombies - library/XenForo/Helper/UserChangeLog.php:140

Generated By: Russ, 4 minutes ago

Stack Trace

#0 /home/*********/public_html/library/XenForo/Helper/UserChangeLog.php(140): XenForo_Application::handlePhpError(8, 'Undefined index...', '/home/*********/p...', 140, Array)

#1 /home/*********/public_html/library/XenForo/Helper/UserChangeLog.php(75): XenForo_Helper_UserChangeLog->_prepareCustomField('postheader', Array)

#2 /home/*********/public_html/library/XenForo/Model/UserChangeLog.php(242): XenForo_Helper_UserChangeLog->prepareField(Array)

#3 /home/*********/public_html/library/XenForo/Model/UserChangeLog.php(209): XenForo_Model_UserChangeLog->prepareField(Array)

#4 /home/*********/public_html/library/XenForo/ControllerAdmin/Log.php(447): XenForo_Model_UserChangeLog->getChangeLogs(Array, Array)

#5 /home/*********/public_html/library/XenForo/FrontController.php(351): XenForo_ControllerAdmin_Log->actionUserChangeLog()

#6 /home/*********/public_html/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))

#7 /home/*********/public_html/admin.php(13): XenForo_FrontController->run()

#8 {main}

Request State

array(3) {

  ["url"] => string(52) "https://**********.com/admin.php?logs/user-change-log"

  ["_GET"] => array(1) {

    ["logs/user-change-log"] => string(0) ""

  }

  ["_POST"] => array(0) {

  }

}

[/CODE]


Back
Top Bottom