Warning: touch(): SAFE MODE Restriction in effect. The script whose uid is 22747 is not allowed to access /home/virtual/site54/fst/home/.../My Album owned by uid 48.PHP Code:if (!file_exists($dir))
mkdir($dir, 0777);
if(is_writeable($dir))
{
touch($filepath);
chmod($filepath,0644);
}
Is there a way around this? The directory is created without flaw. However, I can't create a file.
-cilverphox





Bookmarks