10-03-2010, 04:03 PM
Nobody knows the sollution?
I try to investigate the source and I found pice of code, which is not working as it should.... but I am not sure.
if( !is_dir( $mkfolder ) ){
$res= @mkdir( "$mkfolder" , 0777);
if (!$res) return false;
}
On my opinion this should create direcotry? So anyhow i get false Return.
I try to investigate the source and I found pice of code, which is not working as it should.... but I am not sure.
if( !is_dir( $mkfolder ) ){
$res= @mkdir( "$mkfolder" , 0777);
if (!$res) return false;
}
On my opinion this should create direcotry? So anyhow i get false Return.