Hi,
we are using Metatag module in all of our custom installation profiles. Today I've updated Metatag to version 1.0 and started an installation. The installation failed during the "Verify requirements" step with a "The specified database connection is not defined: default" error message.

As I've found out, Metatag was repsonsible for this error, in detail your hook_requirements() implementation during install phase, which was introduced here causes this bug.

I've already found out, how to fix it. Patch will follow in a few minutes.

Andy

Comments

agoradesign’s picture

StatusFileSize
new785 bytes

ok, here's the patch - I've added a "Database::isActiveConnection()" check to the if condition. Normally this shouldn't break the related issue (#1391554)

damienmckenna’s picture

Status: Active » Fixed

I was concerned the checks I added would not be enough, thanks for the patch. I've committed it.

damienmckenna’s picture

I've released v7.x-1.1, which includes this fix.

Status: Fixed » Closed (fixed)

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