No controller response from vw_XenForo_ControllerAdmin_Wiki::actionIndex
Error after upgrade from RC4 to RC5 when accessing Wiki tab in XF admincp
After running the upgrade to RC5, I get the following error when accessing the Wiki tab of the admincp:
Code:
Server Error
No controller response from vw_XenForo_ControllerAdmin_Wiki::actionIndex
XenForo_FrontController->_handleControllerResponse() in XenForo/FrontController.php at line 355
XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
XenForo_FrontController->run() in /path/to/forums/admin.php at line 13
From the Server Logs:
Code:
XenForo_Exception: No controller response from vw_XenForo_ControllerAdmin_Wiki::actionIndex - library/XenForo/FrontController.php:465
Stack Trace
#0 /path/to/forums/library/XenForo/FrontController.php(355): XenForo_FrontController->_handleControllerResponse(NULL, 'vw_XenForo_Cont...', 'Index')
#1 /path/to/forums/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#2 /path/to/forums/admin.php(13): XenForo_FrontController->run()
#3 {main}
Request State
array(3) {
["url"] => string(43) "http://url.com/admin.php?wiki/conflict"
["_GET"] => array(2) {
["wiki/conflict"] => string(0) ""
["panel"] => string(8) "conflict"
}
["_POST"] => array(0) {
}
}