业务形式:本司专业提供深圳外贸网站建设,外贸网站建设,深圳网站建设,ZenCart模板
环球商务国际 版权所有 ©2005-2014 35EBS.All rights reserved.
Processed in 0.025005 second(s) , 38 queries
Magento Connect: “Warning: Your Magento folder does not have sufficient write permissions.”
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