Ver Mensaje Individual
  #1 (permalink)  
Antiguo 12/07/2012, 20:20
irum
 
Fecha de Ingreso: junio-2006
Mensajes: 5
Antigüedad: 18 años, 5 meses
Puntos: 0
Pregunta problemas con include_once

Hola
Tengo un CMS Joomla 1.5.x instalado con el componente DOCman, en PHP 5.2 no hubo problemas pero cuando actualizaron los del servidor a PHP 5.3 empece a tener el siguiente error
Warning: include_once() [function.include-once]: SAFE MODE Restriction in effect. The script whose uid is 34037 is not allowed to access /usr/lib/php/PEAR5.php owned by uid 0 in /home3/xxxx/public_html/blog/libraries/pear/PEAR.php on line 766

Warning: include_once(/usr/lib/php/PEAR5.php) [function.include-once]: failed to open stream: No such file or directory in /home3/xxxxx/public_html/blog/libraries/pear/PEAR.php on line 766

Warning: include_once() [function.include]: Failed opening 'PEAR5.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home3/xxxxx/public_html/blog/libraries/pear/PEAR.php on line 766

Lo que investigue dice que hay que cambiar el modo SAFE MODE a off en PHP.ini pero como es un servidor compartido no van a acceder.
Otra cosa que investigue tambien es que no se pueden llamar funciones de un archivo que se haya incluido con include.
Bueno no sé que hacer porque no sé PHP. Debe haber alguna manera de arreglarlo.