Magento Connect and File Permissions

If you installed Magento via any other method than the downloader, then when you come to use Magento Connect, you will find that you are unable to due to permissions. For Magento Connect to work, all folders must have 777 permissions.

If you have SSH access to your server, you can fix this by running the following command:


find ./ –type d –exec chmod 777 {} \;

If you don’t have SSH access you could try a php based SSH emulator instead.

The other option is to use Filezilla 3 to recursively chmod the files for you. This can take a little while to run, but at least you don’t have to do it manually!


Tags: edmondscommerce