Hello

Iam using multisites install, i have my forum working well, i follow all the instruction, i have difference database for drupal and vb, in my setting page i add the line

$db_url['default'] = 'mysql://username:password@localhost/biladi5';
   $db_url['vbulletin'] = 'mysql://username:password@localhost/forums';

I am not using prefix in both installation,

In mysite.com/admin/settings/drupalvb

user warning: Table 'biladi5.datastore' doesn't exist query: SELECT data FROM datastore WHERE title = 'options' in /home/web/site/includes/database.mysql.inc on line 172.

When i visit mysite/admin/settings/drupalvb/config

user warning: Table 'biladi5.usergroup' doesn't exist query: SELECT usergroupid, title FROM usergroup in /home/web/site/includes/database.mysql.inc on line 172.

Comments

drupaldevloper’s picture

same issue pls reply if solution is found
thnks

sun’s picture

Component: User interface » Code
Status: Active » Fixed

This seems to be fixed in 5.x-1.1.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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