Ver Mensaje Individual
  #1 (permalink)  
Antiguo 01/09/2004, 07:47
Avatar de daosorio
daosorio
 
Fecha de Ingreso: mayo-2002
Ubicación: Veracruz
Mensajes: 235
Antigüedad: 21 años, 10 meses
Puntos: 3
Error en miarroba...

Estimados colegas:

Subí a mi espacio de miarroba un servicio para subir/bajar archivos.

Pero me marca error en una línea del index.
El error es el siguiente:


Warning: main(): open_basedir restriction in effect. File(/home/html/download/include/constants.php) is not within the allowed path(s): (/home/webcindario/ebrrg) in /home/webcindario/ebrrg/download/include/conf.php on line 39

Warning: main(/home/html/download/include/constants.php): failed to open stream: Operation not permitted in /home/webcindario/ebrrg/download/include/conf.php on line 39

Warning: main(): Failed opening '/home/html/download/include/constants.php' for inclusion (include_path='.') in /home/webcindario/ebrrg/download/include/conf.php on line 39

Warning: main(): open_basedir restriction in effect. File(/home/html/download/include/common.php) is not within the allowed path(s): (/home/webcindario/ebrrg) in /home/webcindario/ebrrg/download/index.php on line 27

Warning: main(/home/html/download/include/common.php): failed to open stream: Operation not permitted in /home/webcindario/ebrrg/download/index.php on line 27

Warning: main(): Failed opening '/home/html/download/include/common.php' for inclusion (include_path='.') in /home/webcindario/ebrrg/download/index.php on line 27

Fatal error: Call to undefined function: load_user_profile() in /home/webcindario/ebrrg/download/index.php on line 215



Orignalmente me marcaba error en la línea 26 y 27, y en estas se encuentra lo siguiente:


25 //$include_location = $HTTP_SERVER_VARS['DOCUMENT_ROOT'].dirname($HTTP_SERVER_VARS['PHP_SELF'])."/";
26 include($include_location.'include/conf.php');
27 include($include_location.'include/common.'.$phpExt);


Espero puedan ayudarme
Este es el sitio Ver sitio

Gracias

Última edición por daosorio; 01/09/2004 a las 08:21