Duplicate Server errors after import from vB4

Claudio

Well-known member
I was testing beta 5 and I found the following server errors (46) after I finished the import:
ErrorException: Undefined property: XenForo_Importer_vBulletin4x::$CONTENTOFTHEPOST(I mean the error shows the posts message) - library/XenForo/Importer/vBulletin.php:2774

Stack Trace
Stack Trace
#0 /home3/user/public_html/forum/library/XenForo/Importer/vBulletin.php(2774): XenForo_Application::handlePhpError(0, Array)
#1 /home3/user/public_html/forum/library/XenForo/Importer/Abstract.php(77): XenForo_Importer_vBulletin->stepPostEditHistory(Object(XenForo_ControllerAdmin_Import), Object(XenForo_ImportSession), 'postEditHistory', 0, Array)
#2 /home3/user/public_html/forum/library/XenForo/ControllerAdmin/Import.php(180): XenForo_Importer_Abstract->runStep(Object(XenForo_Importer_vBulletin4x), Object(XenForo_ImportSession), 'postEditHistory', 0, Array)
#3 /home3/user/public_html/forum/library/XenForo/ControllerAdmin/Import.php(232): XenForo_ControllerAdmin_Import->_runStep(Object(XenForo_Importer_vBulletin4x), Object(XenForo_ImportSession), 'postEditHistory', Array)
#4 /home3/user/public_html/forum/library/XenForo/ControllerAdmin/Import.php(175): XenForo_ControllerAdmin_Import->_startStep()
#5 /home3/user/public_html/forum/library/XenForo/FrontController.php(337): XenForo_ControllerAdmin_Import->actionStartStep(Object(XenForo_RouteMatch))
#6 /home3/user/public_html/forum/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch()
#7 /home3/user/public_html/forum/admin.php(13): XenForo_FrontController->run()
#8 {main}


Request State
Request State
array(3) {
["url"] => string(66) "http://domain.com/community/admin.php?import/start-step"
["_GET"] => array(1) {
["import/start-step"] => string(0) ""
}
["_POST"] => array(2) {
["step_postEditHistory"] => string(24) "Import Post Edit History"
["_xfToken"] => string(8) "********"
}
}
 
Top Bottom