Drupal doesn't allow different database connectors for multiple databases. When switching the connection type for Drupal (from mysql to mysqli, for example), the vBulletin database connection string still contains the old type, which results in no connection being made. The attached patch fixes this issue by correcting the connection type when required.
Comments
Comment #1
sunCommitted to HEAD and 5.x-2.x.
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.