I keep getting the message "There seems to be a problem with the MySQL server, sorry for the inconvenience. We should be back shortly." when I click a file like "index.php". This is what I did. First off I uploaded all my files via FTP. Then I created a database and imported "nuke.sql" (btw im using PHPNUKE8.0). I edited the config file:

"rnksite.vndv.com";
$dbuname = "rnksite_database";
$dbpass = "xxxxxxxx";
$dbname = "rnksite_database";
$prefix = "nuke";
$user_prefix = "nuke";
$dbtype = "MySQL";
$sitekey =

The tutorial told me to follow this:

$dbhost = "localhost";
$dbuname = "username_nuke";
$dbpass = "yourpass";
$dbname = "username_nuke";

so I edited the files and saved it then imported into my Database. I have no clue what I am doing wrong, someone please help me out!!


thank you in advance