You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 20, 2024. It is now read-only.
For some reason when using all_databases: true it requests a parameter called %database_name%. Under normal Symfony installations this parameter exists, but in my case I have an alternative configuration that does not define this parameter.
Surely when using all_databases: true then no database name parameter should be required at all?
Temporary solution is simply to define the parameter:
For some reason when using
all_databases: trueit requests a parameter called%database_name%. Under normal Symfony installations this parameter exists, but in my case I have an alternative configuration that does not define this parameter.Surely when using
all_databases: truethen no database name parameter should be required at all?Temporary solution is simply to define the parameter:
I'm using Symfony 3.3 with Doctrine / MySQL