Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

Database Server Not Configured Error

Locked
dhlewis
Posts: 2
Joined: Mon Jan 26, 2015 6:46 pm

Database Server Not Configured Error

Unread post 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
dhlewis
Posts: 2
Joined: Mon Jan 26, 2015 6:46 pm

Re: Database Server Not Configured Error

Unread post 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
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: Database Server Not Configured Error

Unread post by admin »

Thanks Dennis.
Locked