>>
Site Map
>>
Forums
>>
General 6x
Forum module - topics in forum:
General 6x - Discussions reagarding any other PHP-Nuke Problems.
Warning: mysql_fetch_row(): supplied argument is not a valid
On bottom of every page I get this error:
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/tehska/public_html/php/includes/sql_layer.php on line 286
and here`s the 286th line in sql_layer.php
$row = mysql_fetch_row($res);
so how do I fix this??
If it's just started happening what have you recently added?
If you've added something try removing it to see if error disappears.