RSS

Community/Troubleshooting Unify

Permissions Errors

Unit Interactive Staff Sep 28, 2009

If you are experiencing permissions errors, please try the following:

  • "Owner" should have permission to write to a file. You should be able to set your files down to 644 if you choose.
  • If you are experiencing a permission error after trying to set permissions on your files, or you are using a server that does not allow the user to write to files, you can set your FTP information in the dashboard/settings in order to publish properly.
 

Comments

User photo
Unit Interactive Staff
Unit Interactive

Setting Permissions on Windows Servers:

In Windows Explorer:

1. Right click on the root directory of your site and select "Properties".

2. Go to the "Security" tab.

3. Select “SYSTEM” and click “Edit”. You may need to do this for "Guest Accounts" too, if this does not work.

4. Make sure Deny Write isn’t checked, or select "Full Control". Also, make sure that this applies to all files and sub-directories.

5. Hit “OK”.

Basically, you need to make sure that the "system" (or possibly "guests") have "write" permissions.

Please note: you cannot change file permissions through FTP on Windows servers. If you do not have direct access to your server’s file system, you will need to contact your host and tell them to go through this process.

Feb-01 2010 12:36.
User photo
Unit Interactive Staff
Unit Interactive

We are working on a solution for permissions errors on apache servers, which will be out in v1.2 in the next couple of weeks.

Feb-19 2010 10:41.
User photo
Unit Interactive Staff
Unit Interactive

As of v1.2, you should be able to set your FTP information in order to work around permissions errors.

Mar-01 2010 11:39.
User photo
Dave McFarland

A lot of servers that I've encountered do not run PHP as the user, but instead as "nobody" so that it doesn't have as many privileges. In this case you either need to use the FTP option (but make sure your server has FTP enabled for PHP--the one I'm working on doesn't) or set the file options to 666 for web pages and 777 for directories (such as the image directory or files directory)

Sep-05 2010 13:17.