Private Label and Cobranded VoIP Solutions
BrainCast internet & phone based message/memo recording & reminder organization system
Internet Phone Service and Broadband Phone Service by ViaTalk

Go Back   VoIP Forums, Internet Phone Service Forums, & Web Hosting Forums > CoderForums - Programming Discussion > General Programming Issues > Programming Languages & Technologies > PHP

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 02-28-2002, 03:52 PM
rosaflako rosaflako is offline
Registered User
 
Join Date: Feb 2002
Posts: 3
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?
Reply With Quote
  #2  
Old 02-28-2002, 04:06 PM
rosaflako rosaflako is offline
Registered User
 
Join Date: Feb 2002
Posts: 3
I got it fixed!

I changed "MySQL" to "mysql" and it works now.
Reply With Quote
Reply

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump