Magento Connect Manager & ftp write file permissions

穿精又带淫゛_ 提交于 2019-12-11 01:59:30

问题


After transferring my site from development domain to a live domain I have tried to use the magento connect manager to install an extension, however I keep getting:

CONNECT ERROR: Please check for sufficient ftp write file permissions.
Your Magento folder does not have sufficient write permissions, which downloader requires.

I have set my folder permissions to be:

root: 777

downloader (and recursively into directories only) 777

downloader/config.ini 666

media 777

media/downloadable 777

var 777

app/etc 777

app/code/community 777

var/cache 777

I have also used the magento file permissions cleanup tool located at this post: http://www.magentocommerce.com/wiki/groups/227/resetting_file_permissions

I have also flushed cache and disabled cache within the site for the moment.

Still no joy! I keep getting the same error message - can anyone advise?


回答1:


Try downloader and its inner folders permission as 775 and files as 664.




回答2:


Sometimes the group and user ownership (of files and folders) will change when moving from one host to another. Make sure that the files are owned and accessible to the web server.



来源:https://stackoverflow.com/questions/24452441/magento-connect-manager-ftp-write-file-permissions

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!