ibrian
Well-known member
Firstly, confession time - I'm only running php 5.2 on the server at the moment.
I know xenforo advise 5.4 minimum but this was only intended as a test install to explore the import process from vb3.8, and see what would be required with the overall process.
Everything has appeared to work - except that when importing attachments, the import has stopped on a page of error messages:
The question is, are these caused by using php 5.2 rather than 5.4?
Or, as I suspect, is there something else at play here?
I know xenforo advise 5.4 minimum but this was only intended as a test install to explore the import process from vb3.8, and see what would be required with the overall process.
Everything has appeared to work - except that when importing attachments, the import has stopped on a page of error messages:
Server Error
Mysqli statement execute error : Duplicate entry '4994' 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 1624
- XenForo_DataWriter->_insert() in XenForo/DataWriter.php at line 1613
- XenForo_DataWriter->_save() in XenForo/DataWriter.php at line 1405
- XenForo_DataWriter->save() in XenForo/Model/Import.php at line 1890
- XenForo_Model_Import->importAttachment() in XenForo/Model/Import.php at line 1936
- XenForo_Model_Import->importPostAttachment() in XenForo/Importer/vBulletin.php at line 3043
- XenForo_Importer_vBulletin->stepAttachments() in XenForo/Importer/Abstract.php at line 97
- XenForo_Importer_Abstract->runStep() in XenForo/ControllerAdmin/Import.php at line 187
- XenForo_ControllerAdmin_Import->_runStep() in XenForo/ControllerAdmin/Import.php at line 135
- XenForo_ControllerAdmin_Import->actionImport() in XenForo/FrontController.php at line 347
- XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
- XenForo_FrontController->run() in /home/sffchrom/public_html/admin.php at line 13
The question is, are these caused by using php 5.2 rather than 5.4?
Or, as I suspect, is there something else at play here?