Calendar RSVP "Going" Action ---> MySQL Error

When I am in a Event and click on the RSVP "Going", the following Server Error appears:


Code:
Error Info
Mysqli prepare error: Table 'c180forumdatabase.xf_nf_event_rsvp' doesn't exist - library/Zend/Db/Statement/Mysqli.php:77

Stack Trace
#0 /Applications/XAMPP/xamppfiles/htdocs/forum/library/Zend/Db/Statement.php(115): Zend_Db_Statement_Mysqli->_prepare('\r\n\t\t\tINSERT INT...')
#1 /Applications/XAMPP/xamppfiles/htdocs/forum/library/Zend/Db/Adapter/Mysqli.php(381): Zend_Db_Statement->__construct(Object(Zend_Db_Adapter_Mysqli), '\r\n\t\t\tINSERT INT...')
#2 /Applications/XAMPP/xamppfiles/htdocs/forum/library/Zend/Db/Adapter/Abstract.php(478): Zend_Db_Adapter_Mysqli->prepare('\r\n\t\t\tINSERT INT...')
#3 /Applications/XAMPP/xamppfiles/htdocs/forum/library/NixFifty/Calendar/Model/Event.php(651): Zend_Db_Adapter_Abstract->query('\r\n\t\t\tINSERT INT...', Array)
#4 /Applications/XAMPP/xamppfiles/htdocs/forum/library/NixFifty/Calendar/ControllerPublic/Calendar.php(428): NixFifty_Calendar_Model_Event->updateOrAddResponseForUserId(1, Array, 'going')
#5 /Applications/XAMPP/xamppfiles/htdocs/forum/library/XenForo/FrontController.php(351): NixFifty_Calendar_ControllerPublic_Calendar->actionRsvp()
#6 /Applications/XAMPP/xamppfiles/htdocs/forum/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#7 /Applications/XAMPP/xamppfiles/htdocs/forum/index.php(13): XenForo_FrontController->run()
#8 {main}

Request State
Array
(
    [url] => http://localhost/forum/calendar/another-test-event.6/rsvp?response=going
    [_GET] => Array
        (
            [response] => going
        )

    [_POST] => Array
        (
        )

)
 
Back
Top