$db_prefix is not automatically converted to the DBTNG configuration array $databases, which should be now that we can have per-db prefixes.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Damien Tournoud’s picture

Status: Needs review » Needs work

Good catch!

The patch looks good, except this part:

+  if (empty($db_prefix)) die('db_prefix is empty :(');
Stevel’s picture

Status: Needs work » Needs review
FileSize
3.09 KB

Some leftover debug statement, woops :)

Damien Tournoud’s picture

Status: Needs review » Reviewed & tested by the community

Looks good, thanks.

webchick’s picture

Status: Reviewed & tested by the community » Fixed

Committed to HEAD. Thanks!

Status: Fixed » Closed (fixed)
Issue tags: -D7 upgrade path

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