Calendar 1.0.3 Server Error while creating Event

Freelancer

Member
Seems like the fresh install did not add every table in the Database

Code:
Error Info
Mysqli prepare error: Unknown column 'rsvp_attendee_limit' in 'field list' - 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('INSERT INTO `xf...')
#1 /Applications/XAMPP/xamppfiles/htdocs/forum/library/Zend/Db/Adapter/Mysqli.php(381): Zend_Db_Statement->__construct(Object(Zend_Db_Adapter_Mysqli), 'INSERT INTO `xf...')
#2 /Applications/XAMPP/xamppfiles/htdocs/forum/library/Zend/Db/Adapter/Abstract.php(478): Zend_Db_Adapter_Mysqli->prepare('INSERT INTO `xf...')
#3 /Applications/XAMPP/xamppfiles/htdocs/forum/library/Zend/Db/Adapter/Abstract.php(574): Zend_Db_Adapter_Abstract->query('INSERT INTO `xf...', Array)
#4 /Applications/XAMPP/xamppfiles/htdocs/forum/library/XenForo/DataWriter.php(1638): Zend_Db_Adapter_Abstract->insert('xf_nf_calendar_...', Array)
#5 /Applications/XAMPP/xamppfiles/htdocs/forum/library/XenForo/DataWriter.php(1627): XenForo_DataWriter->_insert()
#6 /Applications/XAMPP/xamppfiles/htdocs/forum/library/XenForo/DataWriter.php(1419): XenForo_DataWriter->_save()
#7 /Applications/XAMPP/xamppfiles/htdocs/forum/library/NixFifty/Calendar/ControllerPublic/Event.php(635): XenForo_DataWriter->save()
#8 /Applications/XAMPP/xamppfiles/htdocs/forum/library/XenForo/FrontController.php(369): NixFifty_Calendar_ControllerPublic_Event->actionSave()
#9 /Applications/XAMPP/xamppfiles/htdocs/forum/library/XenForo/FrontController.php(152): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#10 /Applications/XAMPP/xamppfiles/htdocs/forum/index.php(13): XenForo_FrontController->run()
#11 {main}

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

    [_POST] => Array
        (
            [event_title] => Friday Oldtown Beer Meeting
            [start_date] => 2018-06-29
            [start_time] => 1200
            [end_date] => 2018-06-29
            [end_time] => 1300
            [is_recurring] => on
            [recurring_options] => Array
                (
                    [interval] => 1
                    [unit] => weeks
                    [weekdays] => Array
                        (
                            [0] => 5
                        )

                    [end_type] => never
                )

            [description_html] => <p>We meet for beers every Friday evening in Düsseldorf Old Town at the Rhine River.</p><p><br></p><p><img src="attachments/104374856-56a3adc05f9b58b7d0d32321-jpg.5550/?temp_hash=7373e1f7a4a6eea72f1d4ae20357c7e6" class="attachFull bbCodeImage" alt="attachFull5550"> <br></p>
            [_xfRelativeResolver] => http://localhost/forum/events/add
            [event_location] => 
            [event_timezone] => Europe/Amsterdam
            [request_rsvp] => on
            [rsvp_limit] => unlimited
            [rsvp_attendee_limit] => 1
            [attachment_hash] => 7373e1f7a4a6eea72f1d4ae20357c7e6
            [calendar_id] => 4
            [_xfToken] => ********
            [_xfRequestUri] => /forum/events/add
            [_xfNoRedirect] => 1
            [_xfResponseType] => json
        )

)
 
Back
Top