Page 1 of 1

Database Server Not Configured Error

Posted: Mon Jan 26, 2015 6:49 pm
by dhlewis
Hello,

I have successfully uploaded all the files to a folder on my server.

However, every time I try to access the install script I get an error saying the database is not configured.

I edited the config.php file and have verified that the credentials are correct.

Can anyone give me any ideas?

Thanks,

Dennis

Re: Database Server Not Configured Error

Posted: Mon Jan 26, 2015 9:02 pm
by dhlewis
I just resolved this.

The password for the database included a dollar sign $.

This was creating an error and wouldn't let the script connect to the database.

To fix this I changed the double quotes in the config.php for single quotes on the password line:

$nuConfigDBPassword = 'Pas$word';

Hopefully this may help someone else in the future.

Regards,

Dennis

Re: Database Server Not Configured Error

Posted: Wed Jan 28, 2015 1:55 am
by admin
Thanks Dennis.