"Unable to write to the configuration file." Error with Magento Connect Manager 1.9.3.2 -
after migrating apache server ubuntu 14.04 centos 7, started experiencing these permission errors.
on magento connect manager login page, i'm hit error message , unable login:
unable write configuration file.
the error remained after set permission every file , folder 0777.
i, then, deleted .cfg files in "downloader" folder. error message has become:
settings has not been loaded. used default settings config file not exists please save settings unable write configuration file.
after login/logout, restarting apache server , entire host, error remained. error logs did not record @ all.
solved!
selinux preventing apache writing directory. used following command enable it:
chcon -t httpd_sys_rw_content_t /var/www/html -r
Comments
Post a Comment