Applications Fixed 10x Server Errors

Freelancer

Member
This error appeared 10x in the log:

Code:
Error Info
Undefined index: hasApplications - library/NixFifty/Applications/ViewPublic/Application/List/Queue.php:52

Stack Trace
#0 /Applications/XAMPP/xamppfiles/htdocs/forum/library/NixFifty/Applications/ViewPublic/Application/List/Queue.php(52): XenForo_Application::handlePhpError(8, 'Undefined index...', '/Applications/X...', 52, Array)
#1 /Applications/XAMPP/xamppfiles/htdocs/forum/library/NixFifty/Applications/ViewPublic/Application/List/Queue.php(38): NixFifty_Applications_ViewPublic_Application_List_Queue->_collapsibleNavigation(Array)
#2 /Applications/XAMPP/xamppfiles/htdocs/forum/library/XenForo/ViewRenderer/Abstract.php(229): NixFifty_Applications_ViewPublic_Application_List_Queue->renderHtml()
#3 /Applications/XAMPP/xamppfiles/htdocs/forum/library/XenForo/ViewRenderer/HtmlPublic.php(71): XenForo_ViewRenderer_Abstract->renderViewObject('NixFifty_Applic...', 'Html', Array, 'nf_applications...')
#4 /Applications/XAMPP/xamppfiles/htdocs/forum/library/XenForo/FrontController.php(606): XenForo_ViewRenderer_HtmlPublic->renderView('NixFifty_Applic...', Array, 'nf_applications...', NULL)
#5 /Applications/XAMPP/xamppfiles/htdocs/forum/library/XenForo/FrontController.php(158): XenForo_FrontController->renderView(Object(XenForo_ControllerResponse_View), Object(XenForo_ViewRenderer_HtmlPublic), Array)
#6 /Applications/XAMPP/xamppfiles/htdocs/forum/index.php(13): XenForo_FrontController->run()
#7 {main}

Request State
Array
(
    [url] => http://localhost/forum/applications/queue
    [_GET] => Array
        (
        )

    [_POST] => Array
        (
        )

)
 
Back
Top