Tickets Fixed Tickets RC1 does not work. Undefined index: discussion_type

ErrorException: Undefined index: discussion_type - library/NixFifty/Tickets/Model/Ticket.php:1380
Generated By: Alfa, A moment ago

Stack Trace
#0 /library/NixFifty/Tickets/Model/Ticket.php(1380): XenForo_Application::handlePhpError(8, 'Undefined index...', '/home/...', 1380, Array)
#1 /library/NixFifty/Tickets/Model/Ticket.php(347): NixFifty_Tickets_Model_Ticket->isRedirect(Array)
#2 /library/NixFifty/Tickets/Model/Ticket.php(431): NixFifty_Tickets_Model_Ticket->prepareTicket(Array)
#3 /library/NixFifty/Tickets/ControllerPublic/Ticket.php(333): NixFifty_Tickets_Model_Ticket->prepareTickets(Array)
#4 /library/XenForo/FrontController.php(351): NixFifty_Tickets_ControllerPublic_Ticket->actionQueue()
#5 /library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#6 /index.php(13): XenForo_FrontController->run()
#7 {main}
Request State
array(3) {
["url"] => string(37) "https://forum.com/tickets/queue"
["_GET"] => array(0) {
}
["_POST"] => array(0) {
}
}
 
Run this:
Code:
ALTER TABLE xf_nixfifty_ticket ADD COLUMN `discussion_type` VARCHAR(25) NOT NULL DEFAULT ''

Could've sworn I put that in the installer...
 
Back
Top