Quote:
Originally Posted by Disco_Dave
I would check your database username and password match the one on the new host:
PHP Code:
// ****** MASTER DATABASE USERNAME & PASSWORD ******
// This is the username and password you use to access MySQL.
// These must be obtained through your webhost.
$config['MasterServer']['username'] = 'edit here';
$config['MasterServer']['password'] = 'edit here';
--------------- Added [DATE]1386679439[/DATE] at [TIME]1386679439[/TIME] ---------------
Have you updated your named servers?
|
Yeah, they were solid.
Thanks for your help BTW, DD.