Nukemods Forum  
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» .::.
tattoo fonts
http://www.checkoutmyink.com/category/tattoo-fonts-tattoo

Go Back   Nukemods Forum > NM Staff > Purged Topics

Reply
 
LinkBack Thread Tools Display Modes
My WEbsites got an Error right up top
Old
  (#1 (permalink))
Junior Member
 
Status: Offline
Posts: 65
Join Date: Dec 2002
Location: Tulsa OK U.S.A
My WEbsites got an Error right up top - 03-19-2003, 04:02 PM

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/somewhat/public_html/includes/sql_layer.php on line 253


that is what i get on top at

http://www.somewhatlucky.com


please help, i went to the error and it talks about rows in mysql, something that i have no idea what its talking about, i just need to get rid of it..


I am saving the world while you sleep
  Send a message via Yahoo to christian Send a message via AIM to christian Send a message via MSN to christian  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#2 (permalink))
Senior Member
 
Status: Offline
Posts: 619
Join Date: Oct 2002
Location: Alabama, USA
03-19-2003, 05:36 PM

I would start by disabling one block at a time to see if one of them (the ones you added) is the problem. Then try the modules one at a time (also the ones you added).
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#3 (permalink))
Moderator
 
dar63's Avatar
 
Status: Offline
Posts: 473
Join Date: Oct 2002
Location: UK
03-19-2003, 05:48 PM

Try disabling banners.
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#4 (permalink))
Junior Member
 
Status: Offline
Posts: 65
Join Date: Dec 2002
Location: Tulsa OK U.S.A
03-20-2003, 02:04 AM

still no luck, any other advice?


I am saving the world while you sleep
  Send a message via Yahoo to christian Send a message via AIM to christian Send a message via MSN to christian  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#5 (permalink))
Senior Member
 
Status: Offline
Posts: 619
Join Date: Oct 2002
Location: Alabama, USA
03-20-2003, 10:18 AM

It's possible one of your database tables has lost data. What is the newest addition to your database you added which included a database installer.php or sql file?
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#6 (permalink))
Senior Member
 
Status: Offline
Posts: 2,905
Join Date: Sep 2002
03-20-2003, 04:41 PM

Turn on debugging to better understand the error

open
Open sql_layer.php go to around line 300 and change:
Code:
case "MySQL": 
$row = mysql_fetch_row($res); 
return $row; 
break;;
to this
Code:
case "MySQL": 
if ($row = mysql_fetch_row($res)) { 
return $row; 
} else { 
print (mysql_error()); 
} 
break;;
mikem
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

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
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Free Websites? ultimitetinafan Site design 18 10-21-2007 03:43 PM
Error SQL Error : 1064 theme iCGstation XelAleX Nuke 7.x - Themes 0 03-21-2005 06:17 PM
error: phpBB critical error elb0m Purged Topics 15 01-24-2003 03:41 PM
how do i change the websites listed in My Headlines? Drax Purged Topics 2 01-18-2003 12:11 PM




vBulletin Skin developed by: vBStyles.com


LinkBacks Enabled by vBSEO 3.3.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31