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
Comment #1
Griffin80 commentedComment #2
liam mcdermott commentedThink 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.
Comment #3
Griffin80 commentedLiam thanks for your help, a setting in Drupal or vBulletin? or both?
Comment #4
Griffin80 commentedok from reading the other thread, the best option is too reinstall both Drupal and this mod? geezz
Comment #5
Griffin80 commentedIm 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
Comment #6
Griffin80 commentedok 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
Comment #7
sunMost probably, this is a duplicate of #350732: DrupalvB should not close Drupal's default database connection