Closed (fixed)
Project:
vBulletin (and Photopost) to Drupal
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Mar 2011 at 07:14 UTC
Updated:
27 May 2012 at 02:40 UTC
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
Comment #1
liam mcdermott commentedSorry 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!