Jun 10th, 2011, 10:08 AM
Hey guys,
So in Craig's case, the problem was that the password contained a dollar sign which wasn't properly escaped in the config.php file generation. Bug! If this is what's happening in anyone else's case, you can fix it by adding a backslash before the dollar sign in your /global/config.php file.
$g_password = "my\$password";
2.1.0 has much better error handling that 2.0.6, so this won't occur. Also, I'll make sure that passwords are properly escaped upon generation.
Apologies!
- Ben
So in Craig's case, the problem was that the password contained a dollar sign which wasn't properly escaped in the config.php file generation. Bug! If this is what's happening in anyone else's case, you can fix it by adding a backslash before the dollar sign in your /global/config.php file.
$g_password = "my\$password";
2.1.0 has much better error handling that 2.0.6, so this won't occur. Also, I'll make sure that passwords are properly escaped upon generation.
Apologies!
- Ben