maethlin
Member
Made a lot of progress tonight but seriously stumped on this.
Some high level background:
Some googling shows this may be due to plugins (maybe Tapatalk?) on my SMF2 server.
That said, I don't know how to proceed from here. I am doing this trial import before actually forcing my users to go through downtime, so I REALLY would rather not have to start uninstalling plugins on my active SMF2 server right now just to do this trial import.
Is there just some table I could edit on my imported smf database on my new Xenforo host that I could edit in some way to get past this error?
Some high level background:
- Moving from SMF2 to Xenforo
- Moving from VPS to my own EC2 instance
- Xenforo installed successfully, took backup of fresh installed DB
- Did a basic MYSQL export from phpmyadmin from SMF2 host and copied backup file to Xenforo host
- Did a full import of the SQL backup file onto mysql on Xenforo host
- rsync'ed attachments directory from SMF2 host to Xenforo host
- Kicked off import process on Xenforo, all steps worked well until "Import Threads and Posts" step
Code:
Server Error
Mysqli statement execute error : Duplicate entry '1' for key 'PRIMARY'
Zend_Db_Statement_Mysqli->_execute() in Zend/Db/Statement.php at line 297
Zend_Db_Statement->execute() in Zend/Db/Adapter/Abstract.php at line 479
Zend_Db_Adapter_Abstract->query() in Zend/Db/Adapter/Abstract.php at line 574
Zend_Db_Adapter_Abstract->insert() in XenForo/DataWriter.php at line 1638
XenForo_DataWriter->_insert() in XenForo/DataWriter.php at line 1627
XenForo_DataWriter->_save() in XenForo/DataWriter.php at line 1419
XenForo_DataWriter->save() in XenForo/Model/Import.php at line 617
XenForo_Model_Import->_importData() in XenForo/Model/Import.php at line 1627
XenForo_Model_Import->importThread() in XenForo/Importer/SMF.php at line 1750
XenForo_Importer_SMF->stepThreads() in XenForo/Importer/Abstract.php at line 124
XenForo_Importer_Abstract->runStep() in XenForo/ControllerAdmin/Import.php at line 189
XenForo_ControllerAdmin_Import->_runStep() in XenForo/ControllerAdmin/Import.php at line 241
XenForo_ControllerAdmin_Import->_startStep() in XenForo/ControllerAdmin/Import.php at line 184
XenForo_ControllerAdmin_Import->actionStartStep() in XenForo/FrontController.php at line 351
XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
XenForo_FrontController->run() in /var/www/html/bb/admin.php at line 13
Some googling shows this may be due to plugins (maybe Tapatalk?) on my SMF2 server.
That said, I don't know how to proceed from here. I am doing this trial import before actually forcing my users to go through downtime, so I REALLY would rather not have to start uninstalling plugins on my active SMF2 server right now just to do this trial import.
Is there just some table I could edit on my imported smf database on my new Xenforo host that I could edit in some way to get past this error?