Switching database connector breaks vBulletin connection
smk-ka - June 20, 2008 - 10:00
| Project: | Drupal vB |
| Version: | 5.x-2.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | smk-ka |
| Status: | closed |
Jump to:
Description
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.

#1
Committed to HEAD and 5.x-2.x.
#2
Automatically closed -- issue fixed for two weeks with no activity.