Ver Mensaje Individual
  #1 (permalink)  
Antiguo 24/04/2007, 15:19
josodi
 
Fecha de Ingreso: enero-2003
Ubicación: Lima
Mensajes: 214
Antigüedad: 21 años, 3 meses
Puntos: 0
[function.file]

al tratar de ejecutar un script me parace el siguiente error:

Warning: file() [function.file]: URL file-access is disabled in the server configuration in /home/root/public_html/v1/library.php on line 49

Warning: file(http://www.url.com/browse?s=mp&t=&c=&l=&p=1) [function.file]: failed to open stream: no suitable wrapper could be found in /home/root/public_html/v1/library.php on line 49

Warning: implode() [function.implode]: Bad arguments. in /home/root/public_html/v1/library.php on line 51

__________________________________________________ ___

La linea 49 del archivo library.php contiene:

$results = file("http://www.url.com/browse?s=".$select."&t=".$time."&c=".$category."&l =&p=".$page);

La linea 51 deñ archivo library.php contiene:

$results = implode("", $results);

__________________________________________________ ___

Alguien me puede ayudar por favor