Files & directories that must be writeable are:
- - file: magento/var/.htaccess
- - directory: magento/app/etc
- - directory: magento/var
- - all the directories under: magento/media
If you are using FTP, set the permissions of each to 777 or check read/write/execute for owner, user and group. If you are using SSH, use the following commands:
But actually it should be
chmod o+w -R var var/.htaccess app/etc
The contents in the 'var' directory must be writable as well, otherwise you get this error.
How to integrate social login and sharing on my Magento e-commerce site?
ReplyDeleteMagento Quick View