First of all, I have verified that this error only occurs when Drupal vB is set to create a vBulletin account when a new Drupal user is created. When I create a new user I get the error:

Warning: Table 'xxxxxx_forum.system' doesn't exist query: SELECT * FROM system WHERE type = 'theme' in /home/xxxxx/public_html/drupal/includes/database.mysql.inc on line 172

Of course system doesn't exist in the forum database, it's in drupal's database. It seems like it's using the database settings for the forum when accessing drupal's database. The array in settings.php is indeed correct. The only thing that differs the two array elements apart is the last string telling the name of the database.

Thanks,

Comments

sun’s picture

Status: Active » Fixed

Drupalvb 5.x-2.x implements a completely overhauled database interface to vBulletin now. A development snapshot should be available within the next 12 hours. A first release candidate will follow in the next days.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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