Archive | MagentoConnect RSS feed for this section

Magento Connect Error does not have the correct file permissions

If Magento Connect is stating that it does not have the correct file permissions Log into your SSH connection and navigate to the folder where magento is installed Run the following commands. find . -type f -exec chmod 644 {} \; find . -type d -exec chmod 777 {} \; chmod o+w var/.htaccess chmod 550 [...]

Leave a comment Continue Reading →

Magento Connect Manager 1.5.x Magento Core Update

We recommend doing a core update once each time you are performing server maintenance.  Make sure you backup your database  and your Magento install folder prior to any core update! Magneto Connect extension key is http://connect20.magentocommerce.com/community/Mage_All_Latest You will use the Magento connect extension key above to perform the update. Click on the “Install” button to [...]

Leave a comment Continue Reading →