Tickets Fixed No controller response from NixFifty_Tickets_ControllerPublic_Member::actionIndex

SeToY

Member
Hi,

I just started getting the following error when looking for tickets of a user. I think the problem might be that the user does not exist and I pressed enter:

Code:
Server Error Log
Error Info
XenForo_Exception: No controller response from NixFifty_Tickets_ControllerPublic_Member::actionIndex - library\XenForo\FrontController.php:486
Generated By: SeToY, 1 minute ago
Stack Trace
#0 D:\inetpub\wwwroot\domain.com\library\XenForo\FrontController.php(359): XenForo_FrontController->_handleControllerResponse(NULL, 'NixFifty_Ticket...', 'Index')
#1 D:\inetpub\wwwroot\domain.com\library\XenForo\FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#2 D:\inetpub\wwwroot\domain.com\index.php(13): XenForo_FrontController->run()
#3 {main}
Request State
array(3) {
  ["url"] => string(51) "https://domain.com/tickets/member"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(0) {
  }
}
 
Back
Top