Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
DB password variable name is not the same in config.php and autoconfig.php #8537
Comments
chuckbutler
commented
May 11, 2014
|
This may not affect most users, but I've encountered this issue while writing tests against a deployment routine. There's a failover case depending on which stage the deployment is in to look for autoconfig.php, or config.php - this variable is the only denormalized one out of the bunch. It would be nice to have them normalized so we can parse and evaluate using the same set of logic to reduce code duplication doing the same operation. |
|
@DeepDiver1975 What do you think? |
PVince81
added
the
Bug
label
May 12, 2014
|
This is basically a known issue - which is properly documented. But I agree this is kind if unnecessary mandness pull request to come .... |
DeepDiver1975
self-assigned this
May 14, 2014
chuckbutler
commented
May 14, 2014
|
@DeepDiver1975 You are my new hero. |
|
@DeepDiver1975 Ping. |
|
@DeepDiver1975 ping |
|
fixed with #14743 |

joseeantonior commentedMay 11, 2014
In the config.php file, the variable name for the DB password is 'dbpassword' but in autoconfig.php it's 'dbpass'.