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
Comment #1
agoradesign commentedok, here's the patch - I've added a "Database::isActiveConnection()" check to the if condition. Normally this shouldn't break the related issue (#1391554)
Comment #3
damienmckennaI was concerned the checks I added would not be enough, thanks for the patch. I've committed it.
Comment #4
damienmckennaI've released v7.x-1.1, which includes this fix.