Tickets Fixed TypeError: Argument 5 passed to NixFifty_Tickets_Model_Ticket::canViewTicketAndContainer() must be o

SeToY

Member
Hi,

seems to be correlated to the fact that the given username is non-existant (setoxy instead of setoy):

Code:
Server Error Log
Error Info
TypeError: Argument 5 passed to NixFifty_Tickets_Model_Ticket::canViewTicketAndContainer() must be of the type array or null, boolean given, called in D:\inetpub\wwwroot\domain.com\library\NixFifty\Tickets\ControllerPublic\Ticket.php on line 1963 - library\NixFifty\Tickets\Model\Ticket.php:2011
Generated By: Maurice, Today at 07:45
Stack Trace
#0 D:\inetpub\wwwroot\domain.com\library\NixFifty\Tickets\ControllerPublic\Ticket.php(1963): NixFifty_Tickets_Model_Ticket->canViewTicketAndContainer(Array, Array, NULL, NULL, false)
#1 D:\inetpub\wwwroot\domain.com\library\XenForo\FrontController.php(369): NixFifty_Tickets_ControllerPublic_Ticket->actionReassign()
#2 D:\inetpub\wwwroot\domain.com\library\XenForo\FrontController.php(152): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#3 D:\inetpub\wwwroot\domain.com\index.php(13): XenForo_FrontController->run()
#4 {main}
Request State
array(3) {
  ["url"] => string(79) "https://domain.com/tickets/vergessenes-passwort.1835/reassign"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(3) {
    ["username"] => string(6) "setoxy"
    ["_xfToken"] => string(8) "********"
    ["_xfConfirm"] => string(1) "1"
  }
}
 
Back
Top