Ver Mensaje Individual
  #1 (permalink)  
Antiguo 26/02/2010, 11:33
Labelin
 
Fecha de Ingreso: marzo-2009
Mensajes: 164
Antigüedad: 15 años, 1 mes
Puntos: 1
Error muy raro con include()

Buenas, en una carpeta llamada "sub" tengo un archivo llamado arses.php y este en la primera linea tiene:
Código PHP:
include '../SSI.php'
cuando abro la web el index.php hace un
Código PHP:
include 'sub/arses.php' 
y me da el error:


Código:
Warning: include(../SSI.php) [function.include]: failed to open stream: No such file or directory in xxxxx/arses.php on line 3

Warning: include(../SSI.php) [function.include]: failed to open stream: No such file or directory in xxxxx/arses.php on line 3

Warning: include() [function.include]: Failed opening '../SSI.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in xxxxx/arses.php on line 3
Sin embargo yo cojo el directorio que me tira en el error y si que me entra al ssi.php :S ¿Error? ¿Cual? Gracias!!