Tickets Fixed No controller response from NixFifty_Tickets_ControllerPublic_Member::actionIndex

Error Info
XenForo_Exception: No controller response from NixFifty_Tickets_ControllerPublic_Member::actionIndex - library/XenForo/FrontController.php:486
Generated By: Alfa, A moment ago

Stack Trace
#0 /library/XenForo/FrontController.php(359): XenForo_FrontController->_handleControllerResponse(NULL, 'NixFifty_Ticket...', 'Index')
#1 /library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#2 /index.php(13): XenForo_FrontController->run()
#3 {main}
Request State
array(3) {
["url"] => string(38) "https://forum.com/tickets/member"
["_GET"] => array(0) {
}
["_POST"] => array(3) {
["category_id"] => string(0) ""
["ticket_state"] => string(1) "2"
["_xfToken"] => string(8) "********"
}
}

This happened when I tried to set the status to 'Locked' on ticket display options.
AFAIK 'Locked' status doesnt exist.
 
Back
Top