Permissions
« on: December 24, 2007, 08:50:58 PM »
My server has a security feature that will not allow 777 permissions.  I need a workaround for setting up the data files.

Please advise
Re: Permissions
« Reply #1 on: December 25, 2007, 11:39:49 PM »
You should modify the file/folder "ownership" then so that it matches the process that is running php scripts on your server. That will allow it to work with permissions of 0755. You should contact your hosting support for more details on how to achieve that.