Hi,
problem : php function copy - works fine for copying files with three deep directory paths,
eg: copy("public/myfile.php","/public/home/test/myfile.php")
but once I go one directory further,
eg: copy("public/myfile.php","/public/home/test/subtest/myfile.php")
I get a permission error copy fails !!
And its not a permission problem as everyone has full rights to the directory...
A puzzlier ??? 😕
Tyson