![Decabeza](http://static.forosdelweb.com/fdwtheme/images/smilies/decabeza.png)
Recientemente instalé php-nuke y me arroja el siguiente Warning cuando ejecuto admin.php
"Warning: Supplied argument is not a valid MySQL result resource in g:\foxserv\www\nuke\html\includes\sql_layer.php on line 238"
Al ver el sql_layer.php la instrucción 238 es
237 case "MySQL":
238 $rows=mysql_num_rows($res);
239 return $rows;
240 break;;
Por favor, alguien podría orientarme como corregirlo (o bien como elimar los warning). Instalé php-nuke con foxserver.
Gracias, Alex.