Using nuke 6.8 and trying to use the recipe module found at
http://www.heartstorm.org/ I get the following error
Quote:
|
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/virtual/site156/fst/var/www/html/includes/sql_layer.php on line 342
|
This goes along with the code
Code:
case "MySQL":
$row = array();
$row = mysql_fetch_array($res);
return $row;
break;;
I did not have this problem with any earlier version of Nuke. Ideas?