Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/virtual/site28/fst/var/www/html/includes/sql_layer.php on line 286
Hey Raven!
This error seen above pops up when I click the IP_Tracking module on my site. I am not sure what it means. I'd like to know why it is there, not just how to fix it, if anyone out there can help. Thanks!
Joined: Aug 27, 2002 Posts: 16987 Location: Kansas
Posted:
Mon Sep 22, 2003 10:07 am
This error means that MySQL was not able to access the table and or columns in the table as requested by the sql calling it. Normally it means that the sql call is not constructed properly for the table configuration. For example, calling a column user instead of user_name would generate that error. Attempting to insert 9 coulmns into a 10 or 8 column table, etc. For the IP_TRacking application, you should contact the author if you are not ble to figure it out. To get a more precise error message, set sql_debug to 1 in sql_layer.php
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