site.php define('DB_PASSWORD', ''); and define('PASSWORD_SALT', '');
Permalink
I am migrating a Domain from one host to my godaddy server space. I am filling the site.php with my new database connection information and it is not connecting correctly. This is the error I am getting...
Unable to connect to database.
A database error occurred while processing this request.
Catchable fatal error: Argument 1 passed to ConfigStore::__construct() must be an instance of Database, null given, called in /home/content/51/9672651/html/cms/models/config.php on line 48 and defined in /home/content/51/9672651/html/cms/models/config.php on line 136
I think it has something to do with the encryption of the passwords but I'm not sure what all is keeping me from connecting to the database?
Unable to connect to database.
A database error occurred while processing this request.
Catchable fatal error: Argument 1 passed to ConfigStore::__construct() must be an instance of Database, null given, called in /home/content/51/9672651/html/cms/models/config.php on line 48 and defined in /home/content/51/9672651/html/cms/models/config.php on line 136
I think it has something to do with the encryption of the passwords but I'm not sure what all is keeping me from connecting to the database?