I've got a simple script which creates two directories with the addition of a new item, one called /images/PersonName/ and another called /images/PersonName/thumbs/
When I create the directories with mkdir(), even if I specify a permission of 0777, it always creates both directories with permissions of 0755. The permissions can't be changed through FTP or chmod(), /thumbs/ can't be renamed or deleted, and nothing can be uploading through FTP or copied into these folders. Apparently I can only create dead, useless folders that can't be deleted using mkdir() on this server!
This seems to have something to do with "open_basedir restriction in effect"
I'm lost, this worked just fine on my test server, I've built systems like this before on a dozen different servers, and I've never seen this... please help!!!