XF 2.0 XF2 upgrade failed: duplicate likes table

dehness

Well-known member
Cloned our board to test the beta and it failed with this error:
XF\Db\Exception: MySQL query error [1060]: Duplicate column name 'likes' in src/XF/Db/AbstractStatement.php at line 183
XF\Db\AbstractStatement->getException() in src/XF/Db/Mysqli/Statement.php at line 66
XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 67
XF\Db\AbstractAdapter->query() in src/XF/Db/Schema/AbstractDdl.php at line 136
XF\Db\Schema\AbstractDdl->apply() in src/XF/Db/SchemaManager.php at line 149
XF\Db\SchemaManager->alterTable() in src/XF/Install/Upgrade/2000010-200a.php at line 909
XF\Install\Upgrade\Version2000010->step12() in src/XF/Install/Controller/Upgrade.php at line 155
XF\Install\Controller\Upgrade->actionRun() in src/XF/Mvc/Dispatcher.php at line 232
XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 85
XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 41
XF\Mvc\Dispatcher->run() in src/XF/App.php at line 1777
XF\App->run() in src/XF.php at line 320
XF::runApp() in install/index.php at line 14
Didn’t know if this should go here or bug reports?
 
Top Bottom