|
Php-nuke
I keep getting the same error that i've read in other php nuke posts. I go to load my admin page and this is what comes up!
"Warning: Supplied argument is not a valid MySQL result resource in /home/graysta/public_html/phpnuke/includes/sql_layer.php on line 283"
It looks like some people say that its because the config.php was not setup correctly. But ive set it up as correct as I know to set it up.
$dbhost = "localhost";
$dbuname = "server_username";
$dbpass = "*******";
$dbname = "server_dbname";
$prefix = nuke;
$user_prefix = "";
$dbtype = "MySQL";
I left the prefix= nuke with no quotations because when it does have quotes the pages will bring up even more errors.
Did anyone find a way to get past this error? What were your solutions, if you had this same thing happen to you?
|