Ver Mensaje Individual
  #1 (permalink)  
Antiguo 26/06/2002, 11:25
anca
 
Fecha de Ingreso: junio-2002
Mensajes: 26
Antigüedad: 21 años, 9 meses
Puntos: 0
Warning con sql_layer.php


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.