Were you previously hosted with GoDaddy? If so look for these lines in the config.php:
Code:
// ****** MASTER DATABASE SERVER NAME AND PORT ******
// This is the hostname or IP address and port of the database server.
// If you are unsure of what to put here, leave the default values.
//
// Note: If you are using IIS 7+ and MySQL is on the same machine, you
// need to use 127.0.0.1 instead of localhost
$config['MasterServer']['servername'] = 'localhost';
$config['MasterServer']['port'] = 3306;
Is yours set to localhost as shown or is it set to linweb2.atlas.pipex.net?
- If it's set to localhost then it's more than likely as Joe (BirdOfPrey) stated above.
- If it's set to linweb2.atlas.pipex.net then simply change to localhost as shown in the code example AND ensure the new database name, database user+password are correct in the config.php file and re-upload to /includes/ then check.