PHP Web Host - Quality Web Hosting For All PHP Applications $35/month $250/year (Unlimited) - $25/month - 200,000 impressions - Your Ad Could be Here - Click For Details
  Login or Register
 • Home • Downloads • Your Account • Forums • 

View next topic
View previous topic


Google
 
Web RavenPHPScripts (This Site)
Post new topic   Reply to topic
Author Message
RenaissanceHero
New Member
New Member


Joined: Mar 16, 2004
Posts: 4

PostPosted: Tue Mar 16, 2004 7:17 pm Reply with quote Back to top

I get this exact warning on the top of my page:

Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in C:\Program Files\Apache Group\Apache2\htdocs\raven\html\includes\sql_layer.php on line 286

What does this mean??? and how do I fix it??

Only registered users can see links on this board!
Get registered or login to the forums!


I thought I saw another thread regarding this issue, but I cannot find it.

Thanks for all your help....I really appreciate it.
View user's profile Send private message
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 15229
Location: Kansas

PostPosted: Tue Mar 16, 2004 9:25 pm Reply with quote Back to top

Search the forums for "Warning: mysql_fetch_row():" (no quotes and all terms). That will guide you to the resolution.
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
RenaissanceHero
New Member
New Member


Joined: Mar 16, 2004
Posts: 4

PostPosted: Fri Mar 19, 2004 4:41 pm Reply with quote Back to top

so.....with your help raven, I solved my issues here. Firstly,

I went to the sql_layer.php file, and changed lines 285-288
from:


Code:
    case "MySQL":
        $row = mysql_fetch_row($res);
        return $row;
    break;;



to

Code:
    case "MySQL":
    if ($row = mysql_fetch_row($res)) {
    return $row;
    } else {
    print (mysql_error());
    }
    break;; 


Then it told me that there was an error with my Database, and that I was missing a table. (nuke_iptracking)

Then i used raven-nuke.sql to alter the database....and wholla....perfecto...

Raven...Fantastic SITE!!!! Thanks for the help.
View user's profile Send private message
Donovan
Client


Joined: Oct 07, 2003
Posts: 691
Location: Ohio

PostPosted: Fri Apr 22, 2005 1:30 pm Reply with quote Back to top

I am getting this same thing with Raven's WhoisWhere v1.2 but this method doesn't tell me anything. Just the same error as before.

Quote:
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/xxxx/public_html/modules/RWH_WhoIsWhere/index.php on line 76
View user's profile Send private message Visit poster's website ICQ Number
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 15229
Location: Kansas

PostPosted: Fri Apr 22, 2005 4:29 pm Reply with quote Back to top

Make sure that you have followed the README instructions. Verify with phpMyAdmin that you have the table nuke_wiw_m created. Your may not be prefixed with 'nuke'.
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
JediStryker
Hangin' Around


Joined: Jun 27, 2004
Posts: 38
Location: San Antonio, TX

PostPosted: Mon May 30, 2005 6:39 pm Reply with quote Back to top

Any idea where I can download raven-nuke.sql now? It's not in the downloads section and I need the nuke_iptracking table!!!
View user's profile Send private message Send e-mail Visit poster's website AIM Address
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 15229
Location: Kansas

PostPosted: Mon May 30, 2005 7:37 pm Reply with quote Back to top

How about this instead?

Only registered users can see links on this board!
Get registered or login to the forums!
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
JediStryker
Hangin' Around


Joined: Jun 27, 2004
Posts: 38
Location: San Antonio, TX

PostPosted: Mon May 30, 2005 8:45 pm Reply with quote Back to top

I guess that'll work. <sigh> Wink

Thanks, Raven. All fixed.
View user's profile Send private message Send e-mail Visit poster's website AIM Address
Display posts from previous:       
Post new topic   Reply to topic

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Forums ©
 

All logos and trademarks in this site are property of their respective owner.
The comments are property of their posters, all the rest © 2002-2008 by Raven
Proud to be listed at Lobo Links Web Directory

You can syndicate our news using the file xml

CSE HTML Validator Helped Clean up This Page! [Valid RSS] valid RSS 2.0 Valid robots.txt Stop Spam Harvesters, Join Project Honey Pot

Website engines core code is © copyright by PHP-Nuke but has been heavily patched and modified by myself and others.
PHP-Nuke is a free software released under the GNU/GPL.


:: fisubice phpbb2 style by Daz :: PHP-Nuke theme by www.nukemods.com ::

:: fisubice Theme Recoded To 100% W3C CSS & HTML 4.01 Transitional Compliance by Raven and 64bitguy ::

:: W3C CSS Compliance Validation :: W3C HTML 4.01 Transitional Compliance Validation ::

zerosum