您的位置:首页 > 其它

Warning: Your Magento folder does not have sufficient write permissions.

2015-01-12 16:27 627 查看
Linux shell terminal magento根目录下执行如下命令:

find . -type f -exec chmod 644 {} \;

find . -type d -exec chmod 755 {} \;

chmod o+w var var/.htaccess app/etc

chmod 550 mage

chmod -R o+w media


如何还是有错误,可以尝试设置文件夹权限为777

find . -type f -exec chmod 644 {} \;

find . -type d -exec chmod 777 {} \;

chmod o+w var/.htaccess

chmod 550 mage
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐