Duplicate (1.2 Beta 5) VB 3.8 Post History Import

0ptima

Well-known member
Looks like the post history import did not work. I got over 50,000 errors in the Server Error Logs.


ErrorException: Undefined property: XenForo_Importer_vBulletin::$Had a great time! - library/XenForo/Importer/vBulletin.php:2774

Stack Trace

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

Request State

array(3) {
["url"] => string(75) "http://xf/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) "********"
}
}
 
Please don't report bugs against previous beta versions unless you can confirm them against the current version - this was reported and fixed for RC1.
 
Top Bottom