Tickets Fixed Undefined index: order

I am getting a lot of these:

ErrorException: Undefined index: order - library/NixFifty/Tickets/ControllerPublic/Ticket.php:29
Generated By: Somewhere in the middle, Today at 12:35 AM

Stack Trace
#0 /library/NixFifty/Tickets/ControllerPublic/Ticket.php(29): XenForo_Application::handlePhpError(8, 'Undefined index...', '/home/...', 29, Array)
#1 /library/XenForo/FrontController.php(351): NixFifty_Tickets_ControllerPublic_Ticket->actionIndex()
#2 /library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#3 /index.php(13): XenForo_FrontController->run()
#4 {main}
Request State
array(3) {
["url"] => string(46) "https://site.com/tickets/"
["_GET"] => array(0) {
}
["_POST"] => array(0) {
}
}
 
Back
Top