Tickets Fixed 1.6: Server Errors Default Message/Ticket Message

I have no idea when this happened...

Code:
Error Info
Undefined variable: defaultMessage - library/NixFifty/Tickets/ControllerPublic/Ticket.php:2425

Stack Trace
#0 /var/www/clients/client180/web812/web/library/NixFifty/Tickets/ControllerPublic/Ticket.php(2425): XenForo_Application::handlePhpError(8, 'Undefined varia...', '/var/www/client...', 2425, Array)
#1 /var/www/clients/client180/web812/web/library/XenForo/FrontController.php(369): NixFifty_Tickets_ControllerPublic_Ticket->actionReply()
#2 /var/www/clients/client180/web812/web/library/XenForo/FrontController.php(152): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#3 /var/www/clients/client180/web812/web/index.php(13): XenForo_FrontController->run()
#4 {main}

Request State
Array
(
    [url] => https://www.mywebsite.com/support/ticket-title.113/reply
    [_GET] => Array
        (
            [/support/ticket-title_113/reply] => 
        )

    [_POST] => Array
        (
        )

)


Code:
Error Info
Undefined variable: ticketMessage - library/NixFifty/Tickets/ControllerPublic/Ticket.php:2424

Stack Trace
#0 /var/www/clients/client180/web812/web/library/NixFifty/Tickets/ControllerPublic/Ticket.php(2424): XenForo_Application::handlePhpError(8, 'Undefined varia...', '/var/www/client...', 2424, Array)
#1 /var/www/clients/client180/web812/web/library/XenForo/FrontController.php(369): NixFifty_Tickets_ControllerPublic_Ticket->actionReply()
#2 /var/www/clients/client180/web812/web/library/XenForo/FrontController.php(152): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#3 /var/www/clients/client180/web812/web/index.php(13): XenForo_FrontController->run()
#4 {main}

Request State
Array
(
    [url] => https://www.mywebsite.com/support/ticket-title.113/reply
    [_GET] => Array
        (
            [/support/ticket-title_113/reply] => 
        )

    [_POST] => Array
        (
        )

)
 
Back
Top