Hola, alguien podria decirme pq da este error en esta linea?
 
Da el siguiente error:
Warning: fopen(): open_basedir restriction in effect. File(/.html) is not within the allowed path(s): (/home/user/:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/user/public_html/caching/caching.php on line 37 
Warning: fopen(/.html): failed to open stream: Operation not permitted in /home/user/public_html/caching/caching.php on line 37 
Error al intentar crear fichero. 
Y en esa linea hay: 
 Código PHP:
     $file = fopen($DIR.'/'.$HTTP_GET_VARS['articuloID'].'.html','w') or die("Error al intentar crear fichero."); 
    
  El directorio tiene permisos de escritura! No se que puede pasar... 
Gracias