Ver Mensaje Individual
  #1 (permalink)  
Antiguo 11/12/2008, 16:36
Avatar de Italico76
Italico76
 
Fecha de Ingreso: abril-2007
Mensajes: 3.303
Antigüedad: 17 años, 1 mes
Puntos: 292
Exclamación open_basedir restriction - problema de seciones

Amigos: no he tocado NADA en el server donde tengo mi web pero ahora me sale un problema muy feo:

Warning: session_start() [function.session-start]: open_basedir restriction in effect. File(/home/beavey/tmp) is not within the allowed path(s): (/home/yeapdir/:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/yeapdir/public_html/es/blogs.php on line 6

Fatal error: session_start() [<a href='function.session-start'>function.session-start</a>]: Failed to initialize storage module: files (path: ) in /home/yeapdir/public_html/es/blogs.php on line 6

En la linea 6 lo que tengo es el ob_start(), vean:

Código PHP:
<?
Include "tiempo.inc";
$PrecisionDecimal 4// La cantidad de números decimales devueltos
$start            InicioCronometro();  

session_start(); // inicio Sesion
ob_start(); // inicio retencion de salida en buffer

...
Como se soluciona ?? el server es pago (no es mi pc) ....... gracias!!!!!!!
__________________
Salu2!