Magento connect manager permission issue

While browsing the Magento Connect manager from Magento admin section, we are receiving the following error message.

To resolve the above error message, refer the following followings steps.


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

If above commands won’t resolve the issue then refer the following commands.

find . -type f -exec chmod 644 {} \;
find . -type d -exec chmod 777 {} \;
chmod o+w var/.htaccess
chmod 550 mage

 

 

About Anant 373 Articles
Senior technical writer