Código PHP:
function retornar_query($file){
$file = $_SERVER["DOCUMENT_ROOT"] ."/". $file;
if ($debug) echo $file;
$gestor=fopen($file,"r");
return $this->retornar_query_of_string( file_get_contents( $file ) );
}
Warning: fopen() [function.fopen]: open_basedir restriction in effect. File(/home/a2webhos/public_html/gateways/gateways/WEB-INF/sql/admon/usuario.sql) is not within the allowed path(s): (/home/lolita33:/usr/local/php5-pear:/tmp) in /home/lolita33/public_html/gateways/core/gestordb.inc on line 49