Tickets Fixed Undefined Index

Code:
Error Info
ErrorException: Undefined index: username - library/NixFifty/Tickets/ControllerPublic/Ticket.php:1265
Generated By: God's Child, Yesterday at 12:27 AM
Stack Trace
#0 /home/nginx/domains/christianforums.com/public/library/NixFifty/Tickets/ControllerPublic/Ticket.php(1265): XenForo_Application::handlePhpError(8, 'Undefined index...', '/home/nginx/dom...', 1265, Array)
#1 /home/nginx/domains/christianforums.com/public/library/XenForo/FrontController.php(351): NixFifty_Tickets_ControllerPublic_Ticket->actionReassign()
#2 /home/nginx/domains/christianforums.com/public/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#3 /home/nginx/domains/christianforums.com/public/index.php(13): XenForo_FrontController->run()
#4 {main}
Request State
array(3) {
  ["url"] => string(71) "https://www.christianforums.com/tickets/close-this-account.282/reassign"
  ["_GET"] => array(1) {
    ["/tickets/close-this-account_282/reassign"] => string(0) ""
  }
  ["_POST"] => array(3) {
    ["username"] => string(6) "(None)"
    ["_xfToken"] => string(8) "********"
    ["_xfConfirm"] => string(1) "1"
  }
}

Code:
Error Info
ErrorException: Undefined index: user_id - library/NixFifty/Tickets/ControllerPublic/Ticket.php:1264
Generated By: God's Child, Yesterday at 12:27 AM
Stack Trace
#0 /home/nginx/domains/christianforums.com/public/library/NixFifty/Tickets/ControllerPublic/Ticket.php(1264): XenForo_Application::handlePhpError(8, 'Undefined index...', '/home/nginx/dom...', 1264, Array)
#1 /home/nginx/domains/christianforums.com/public/library/XenForo/FrontController.php(351): NixFifty_Tickets_ControllerPublic_Ticket->actionReassign()
#2 /home/nginx/domains/christianforums.com/public/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#3 /home/nginx/domains/christianforums.com/public/index.php(13): XenForo_FrontController->run()
#4 {main}
Request State
array(3) {
  ["url"] => string(71) "https://www.christianforums.com/tickets/close-this-account.282/reassign"
  ["_GET"] => array(1) {
    ["/tickets/close-this-account_282/reassign"] => string(0) ""
  }
  ["_POST"] => array(3) {
    ["username"] => string(6) "(None)"
    ["_xfToken"] => string(8) "********"
    ["_xfConfirm"] => string(1) "1"
  }
}
 
Back
Top