Calendar Alpha 2 Update to Alpha 4 Server Error

Since Alpha 3 was a "dud" I have overwritten the install with the files from the Alpha 4 package.

When I want to run the install xml, the following error comes:

Code:
Error Info
Mysqli statement execute error : Table 'xf_nf_event_response' already exists - library/Zend/Db/Statement/Mysqli.php:214

Stack Trace
#0 /Applications/XAMPP/xamppfiles/htdocs/forum/library/Zend/Db/Statement.php(297): Zend_Db_Statement_Mysqli->_execute(Array)
#1 /Applications/XAMPP/xamppfiles/htdocs/forum/library/Zend/Db/Adapter/Abstract.php(479): Zend_Db_Statement->execute(Array)
#2 /Applications/XAMPP/xamppfiles/htdocs/forum/library/NixFifty/Calendar/Install.php(53): Zend_Db_Adapter_Abstract->query('\n\t\t\tCREATE TABL...')
#3 /Applications/XAMPP/xamppfiles/htdocs/forum/library/XenForo/Model/AddOn.php(214): NixFifty_Calendar_Install::install(Array, Array, Object(SimpleXMLElement))
#4 /Applications/XAMPP/xamppfiles/htdocs/forum/library/XenForo/Model/AddOn.php(169): XenForo_Model_AddOn->installAddOnXml(Object(SimpleXMLElement), 'NixFifty_Calend...')
#5 /Applications/XAMPP/xamppfiles/htdocs/forum/library/XenForo/ControllerAdmin/AddOn.php(237): XenForo_Model_AddOn->installAddOnXmlFromFile('/Applications/X...', 'NixFifty_Calend...')
#6 /Applications/XAMPP/xamppfiles/htdocs/forum/library/XenForo/FrontController.php(351): XenForo_ControllerAdmin_AddOn->actionUpgrade()
#7 /Applications/XAMPP/xamppfiles/htdocs/forum/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#8 /Applications/XAMPP/xamppfiles/htdocs/forum/admin.php(13): XenForo_FrontController->run()
#9 {main}

Request State
Array
(
    [url] => http://localhost/forum/admin.php?add-ons/NixFifty_Calendar/upgrade
    [_GET] => Array
        (
            [add-ons/NixFifty_Calendar/upgrade] => 
        )

    [_POST] => Array
        (
            [server_file] => 
            [_xfConfirm] => 1
            [_xfToken] => ********
        )

)
 
Back
Top