vbtodrupal is able to import vBulletin users, but pukes afterwards. It looks like this is due to the default database not being restored in _vbtodrupal_db_restore():

user warning: Table 'main.vb_cache' doesn't exist query: SELECT data, created, headers, expire, serialized FROM vb_cache WHERE cid = 'theme_registry:' in /home/user/drupal-6.20/includes/cache.inc on line 26.

My vBulletin database is "main" and it has a table prefix of "vb_". My drupal database is named just "drupal" and it has no table prefix.

Comments

liam mcdermott’s picture

Status: Active » Fixed

Sorry for never replying to this, I was never able to reproduce the bug, which sucks. On reflection it might have been a bug with how vB to Drupal handles table prefixes.

I'm hoping this has been fixed in the meantime, if anyone is still seeing this bug, please do re-open it by changing the 'Status' to 'active', along with any details of what's going wrong. Thanks!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.