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

sun’s picture

Status: Needs review » Fixed

Committed to HEAD and 5.x-2.x.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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