Archive for the ‘Third party script issue’ Category
Magento connect manager permission issue
var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-27772211-1']); _gaq.push(['_trackPageview']);
(function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })();
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
