Calendar Beta 7: 102 Server Errors – "Undefined Index"

Code:
Error Info
Undefined index: hasEvents - library/NixFifty/Calendar/ViewPublic/Calendar/Index.php:52

Stack Trace
#0 /Applications/XAMPP/xamppfiles/htdocs/forum/library/NixFifty/Calendar/ViewPublic/Calendar/Index.php(52): XenForo_Application::handlePhpError(8, 'Undefined index...', '/Applications/X...', 52, Array)
#1 /Applications/XAMPP/xamppfiles/htdocs/forum/library/NixFifty/Calendar/ViewPublic/Calendar/Index.php(99): NixFifty_Calendar_ViewPublic_Calendar_Index->_collapsibleNavigation(Array, 2)
#2 /Applications/XAMPP/xamppfiles/htdocs/forum/library/NixFifty/Calendar/ViewPublic/Calendar/Index.php(38): NixFifty_Calendar_ViewPublic_Calendar_Index->_collapsibleNavigation(Array)
#3 /Applications/XAMPP/xamppfiles/htdocs/forum/library/XenForo/ViewRenderer/Abstract.php(229): NixFifty_Calendar_ViewPublic_Calendar_Index->renderHtml()
#4 /Applications/XAMPP/xamppfiles/htdocs/forum/library/XenForo/ViewRenderer/HtmlPublic.php(71): XenForo_ViewRenderer_Abstract->renderViewObject('NixFifty_Calend...', 'Html', Array, 'nf_calendar_cal...')
#5 /Applications/XAMPP/xamppfiles/htdocs/forum/library/XenForo/FrontController.php(624): XenForo_ViewRenderer_HtmlPublic->renderView('NixFifty_Calend...', Array, 'nf_calendar_cal...', NULL)
#6 /Applications/XAMPP/xamppfiles/htdocs/forum/library/XenForo/FrontController.php(176): XenForo_FrontController->renderView(Object(XenForo_ControllerResponse_View), Object(XenForo_ViewRenderer_HtmlPublic), Array)
#7 /Applications/XAMPP/xamppfiles/htdocs/forum/index.php(13): XenForo_FrontController->run()
#8 {main}

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

    [_POST] => Array
        (
        )

)
 
I did re-save them and then this happened in the frontend and backend when I opened the Calendar index page:

Code:
Error Info
Undefined index: hasEvents - library/NixFifty/Calendar/ViewPublic/Calendar/Index.php:52

Stack Trace
#0 /Applications/XAMPP/xamppfiles/htdocs/forum/library/NixFifty/Calendar/ViewPublic/Calendar/Index.php(52): XenForo_Application::handlePhpError(8, 'Undefined index...', '/Applications/X...', 52, Array)
#1 /Applications/XAMPP/xamppfiles/htdocs/forum/library/NixFifty/Calendar/ViewPublic/Calendar/Index.php(38): NixFifty_Calendar_ViewPublic_Calendar_Index->_collapsibleNavigation(Array)
#2 /Applications/XAMPP/xamppfiles/htdocs/forum/library/XenForo/ViewRenderer/Abstract.php(229): NixFifty_Calendar_ViewPublic_Calendar_Index->renderHtml()
#3 /Applications/XAMPP/xamppfiles/htdocs/forum/library/XenForo/ViewRenderer/HtmlPublic.php(71): XenForo_ViewRenderer_Abstract->renderViewObject('NixFifty_Calend...', 'Html', Array, 'nf_calendar_cal...')
#4 /Applications/XAMPP/xamppfiles/htdocs/forum/library/XenForo/FrontController.php(624): XenForo_ViewRenderer_HtmlPublic->renderView('NixFifty_Calend...', Array, 'nf_calendar_cal...', NULL)
#5 /Applications/XAMPP/xamppfiles/htdocs/forum/library/XenForo/FrontController.php(176): 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/calendar/
    [_GET] => Array
        (
        )

    [_POST] => Array
        (
        )

)
 
Back
Top