“无法写入配置文件。”Magento Connect Manager 1.9.3.2出错
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了“无法写入配置文件。”Magento Connect Manager 1.9.3.2出错相关的知识,希望对你有一定的参考价值。
将我的Apache服务器从Ubuntu 14.04迁移到CentOS 7后,我开始遇到这些权限错误。
在Magento Connect Manager登录页面上,我收到错误消息但无法登录:
Unable to write to the configuration file.
即使我将每个文件和文件夹的权限设置为0777后,错误仍然存在。
然后,我删除了“downloader”文件夹中的.cfg文件。现在错误消息已成为:
Settings has not been loaded. Used default settings
Config file does not exists please save Settings
Unable to write to the configuration file.
登录/注销后,重新启动Apache服务器甚至整个主机,错误仍然存在。错误日志根本没有记录任何内容。
在Debian 8.6与Magento-1.9.3.6 chown
跟随命令:
chown www-data:www-data var/brute-force.ini
启用权限以写入和解锁对Magento Connect Manager的访问权限
解决了!
SELinux阻止Apache写入该目录。我使用以下命令启用它:
chcon -t httpd_sys_rw_content_t /var/www/html -R
以上是关于“无法写入配置文件。”Magento Connect Manager 1.9.3.2出错的主要内容,如果未能解决你的问题,请参考以下文章
win7下面用IIS部署系统,出现web.config无法写入配置文件
Connecting to 172.16.128.14:22...Could not connec
DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER. The AcquireConnection method call to the connec
学习笔记——mail发送javax.mail.AuthenticationFailedException: failed to connect at javax.mail.Service.connec