View Single Post
Recipe module, mysql_fetch_array error
Old
  (#1 (permalink))
MurphDog
Junior Member
 
Status: Offline
Posts: 130
Join Date: Mar 2003
Location: Austin, TX
Recipe module, mysql_fetch_array error - 07-11-2003, 09:48 PM

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?
 Send a message via ICQ to MurphDog Send a message via Yahoo to MurphDog Send a message via AIM to MurphDog Send a message via MSN to MurphDog  
Reply With Quote