Closed (won't fix)
Project:
Drupal vB
Version:
5.x-2.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Jun 2008 at 08:30 UTC
Updated:
21 Jun 2008 at 15:35 UTC
Hi,
in function drupalvb_user_login() this part does not work when you are using two different databases for the site and the board:
else {
drupal_set_message(t('Login to forums failed.'), 'error');
watchdog('drupalvb', t('Login failed for forum user %user.', array('%user' => $account->name)), WATCHDOG_ERROR);
return FALSE;
}At this point of the function there's a connection to the database of vb established and the watchdog-function tries to write to a vb-prefixed table in the database.
Comments
Comment #1
TW-IYF commentedI searched a little bit longer and it was not a problem with Drupal VB but with my vBulletin installation. So this one can be closed or deleted!
Comment #2
sun