Default conf.php should have variables stored in single quotes. PHP attempts to interpret data inside double quotes.
Example: If database password contains a $, php will try to interpret it as a variable name instead of the literal character $.
Log in to post a comment.