Saberman Posted August 25, 2009 Posted August 25, 2009 Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/shafiq/public_html/newspaper.php on line 685 Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/shafiq/public_html/newspaper.php on line 687 Quote
Strats Posted August 25, 2009 Posted August 25, 2009 Re: does anyone know what is most likeily to case these errors Is it a paid mod or a free mod? If it's free post it up Quote
Joel Posted August 25, 2009 Posted August 25, 2009 Re: does anyone know what is most likeily to case these errors Did you run the SQL's correctly? or are you putting in the correct data? Quote
Lowball Posted September 5, 2009 Posted September 5, 2009 Re: does anyone know what is most likeily to case these errors in your "mysql_fetch_array($x)" function, $x is not a valid resource. This must come from a mysql_query first, like: $x=mysql_query(...) Quote
Lithium Posted September 5, 2009 Posted September 5, 2009 Re: does anyone know what is most likeily to case these errors most likely empty fields on the table generating those errors Quote
Saberman Posted September 5, 2009 Author Posted September 5, 2009 Re: does anyone know what is most likeily to case these errors yea it was empty fields fixed now +1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.