Have been trying for a month now to get this website up and running. I cant figure out what im doing wrong. Using PHPNuke-7.6. First thing i did was went into config.php and changed what the instalation log says to this....
$dbhost = "nukeh.domainname.com";
$dbuname = "name";
$dbpass = "password";
$dbname = "dbname";
$prefix = "nuke";
$user_prefix = "nuke";
$dbtype = "MySQL";
$sitekey = asdfasdfasdf;
$gfx_chk = 0;
$subscription_url = "";
$admin_file = "admin";
then I upload the whole phpnuke folder to my server
then I load the nuke.sql file to the database
and the site comes up just fine
I create a super user and it creates it
then i go to
http://phpnuke.org/admin to register the name and it says access denied
and i try to login as a superuser in my site..and it goes to the administration menu but doesnt let me in anything it just says access denied also.

Some one please help!!! What am i doing wrong???