Ive just installed drupal VB with my vBulletin installation (vb.3.8.1 & Drupal 6.11)

And im getting this error when i enable the module:

* user warning: Table 'blue_forum.vb_usergroup' doesn't exist query: SELECT usergroupid, title FROM vb_usergroup in /home/pearl/public_html/includes/database.mysql.inc on line 128.
* user warning: Table 'blue_forum.vb_setting' doesn't exist query: SELECT varname, value FROM vb_setting in /home/pearl/public_html/sites/all/modules/drupalvb/drupalvb.inc.php on line 268.

Comments

Griffin80’s picture

Assigned: Griffin80 » Unassigned
liam mcdermott’s picture

Project: vBulletin (and Photopost) to Drupal » Drupal vB
Version: 6.x-1.x-dev » 6.x-2.x-dev

Think you've got the wrong project. ;)

*** EDIT ***
Was just looking through the Drupal vB issue queue, seems this could be a duplicate of #384248: Strange UserGroup Error while Integrating. At any rate it seems likely to be a settings problem, which is stopping Drupal vB connecting to the vBulletin database.

So, first thing to do is check your settings.

Griffin80’s picture

Liam thanks for your help, a setting in Drupal or vBulletin? or both?

Griffin80’s picture

ok from reading the other thread, the best option is too reinstall both Drupal and this mod? geezz

Griffin80’s picture

Im also getting this error:

Warning: Table 'pearl_bpdrupal.vb_watchdog' doesn't exist query: INSERT INTO vb_watchdog (uid, type, message, variables, severity, link, location, referer, hostname, timestamp) VALUES (1, 'php', '%message in %file on line %line.', 'a:4:{s:6:\"%error\";s:12:\"user warning\";s:8:\"%message\";s:112:\"Table 'pearl_forum.vb_usergroup' doesn't exist\nquery: SELECT usergroupid, title FROM vb_usergroup\";s:5:\"%file\";s:51:\"/home/pearl/public_html/includes/database.mysql.inc\";s:5:\"%line\";i:128;}', 3, '', 'http://www.bluepearl-design.com/admin/settings/drupalvb', 'http://www.bluepearl-design.com/admin/settings/drupalvb/variables', '220.244.39.30', 1242108192) in /home/pearl/public_html/includes/database.mysql.inc on line 128

Griffin80’s picture

ok so i uninstalled everything this time making note of all errors i get when installing the Drupal VB mod.

After i enable the mod i get this error:

Invalid database connection for vBulletin. Please configure the connection in Drupal vB's settings

When i go to correct the database name and username/password i get the follow error on a white screen:

Warning: Table 'pearl_bpdrupal.vb_watchdog' doesn't exist query: INSERT INTO vb_watchdog (uid, type, message, variables, severity, link, location, referer, hostname, timestamp) VALUES (1, 'php', '%message in %file on line %line.', 'a:4:{s:6:\"%error\";s:12:\"user warning\";s:8:\"%message\";s:100:\"Table 'pearl_forum.vb_user' doesn't exist\nquery: SELECT userid, username FROM vb_user\";s:5:\"%file\";s:51:\"/home/pearl/public_html/includes/database.mysql.inc\";s:5:\"%line\";i:128;}', 3, '', 'http://www.bluepearl-design.com/admin/settings/drupalvb/database', 'http://www.bluepearl-design.com/admin/settings/drupalvb/database', '220.244.39.30', 1242116564) in /home/pearl/public_html/includes/database.mysql.inc on line 128

sun’s picture

Status: Active » Closed (duplicate)