Hey guys. I have just moved my site to a new server. On the old server I used mkdir() and it worked just fine, it created the folder and set permissions to 777, which is what I need.
The new server, however, creates the folder but the permissions are 755 even though I have 0777 as the permission setting in the mkdir() function.
To top it off, I can't even manualy go in and change the permissions on the folder because it says I don't have permission.
Now, my question is, is the because Safe Mode is on? I am not sure safe mode was turned on on the old server (older version of php), but I know it is on this one.
We have a dedicated server, would it be ok to turn safe mode off? If not, what would be a good work around for this problem?
Thanks guys!