Duplicate VBulletin 4 importer error

Rob1st

New member
Affected version
2.0.2
New to XenForo, importing from VB4. Ran the importer, all going well until this:

Code:
XF\Db\Exception: MySQL statement prepare error [1146]: Table 'rburns_rugbyrefs_forums.blog_attachment' doesn't exist src/XF/Db/AbstractStatement.php:212
Generated by: Robert Burns Feb 25, 2018 at 2:24 AM
Stack trace
SELECT MAX(attachmentid) FROM blog_attachment
------------

#0 src/XF/Db/Mysqli/Statement.php(196): XF\Db\AbstractStatement->getException('MySQL statement...', 1146, '42S02')
#1 src/XF/Db/Mysqli/Statement.php(40): XF\Db\Mysqli\Statement->getException('MySQL statement...', 1146, '42S02')
#2 src/XF/Db/Mysqli/Statement.php(54): XF\Db\Mysqli\Statement->prepare()
#3 src/XF/Db/AbstractAdapter.php(79): XF\Db\Mysqli\Statement->execute()
#4 src/XF/Db/AbstractAdapter.php(91): XF\Db\AbstractAdapter->query('SELECT MAX(atta...', Array)
#5 src/XF/Import/Importer/vBulletinBlogTrait.php(392): XF\Db\AbstractAdapter->fetchOne('SELECT MAX(atta...')
#6 src/XF/Import/Runner.php(126): XF\Import\Importer\vBulletin4WithBlog->getStepEndBlogAttachments()
#7 src/XF/Import/Runner.php(57): XF\Import\Runner->setupRunnableStep()
#8 src/XF/Admin/Controller/Import.php(232): XF\Import\Runner->run()
#9 src/XF/Mvc/Dispatcher.php(249): XF\Admin\Controller\Import->actionRun(Object(XF\Mvc\ParameterBag))
#10 src/XF/Mvc/Dispatcher.php(89): XF\Mvc\Dispatcher->dispatchClass('XF:Import', 'run', 'html', Object(XF\Mvc\ParameterBag), 'importData', Object(XF\Admin\Controller\Import), NULL)
#11 src/XF/Mvc/Dispatcher.php(41): XF\Mvc\Dispatcher->dispatchLoop(Object(XF\Mvc\RouteMatch))
#12 src/XF/App.php(1889): XF\Mvc\Dispatcher->run()
#13 src/XF.php(328): XF\App->run()
#14 admin.php(13): XF::runApp('XF\\Admin\\App')
#15 {main}
Request state
array(4) {
  ["url"] => string(24) "/XF/admin.php?import/run"
  ["referrer"] => string(44) "http://rugbyrefs.com/XF/admin.php?import/run"
  ["_GET"] => array(1) {
    ["import/run"] => string(0) ""
  }
  ["_POST"] => array(1) {
    ["_xfToken"] => string(8) "********"
  }
}

And it stopped. Any idea. I have no idea what it means.

Installing onto a test area, so none of this is affecting the main site. Want to understand how XF works before I make it live.
 
Top Bottom