Archive | Magento 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 →

Installing Magento 1.4.2 or 1.5.1 on Linux CentOS 5.6 x64

This installation of Magento  focuses on the 1.4.2 and 1.5.1 build using your own server (with an external database though a 2nd server or internal one using the same box as the magento installation).  After sever testing we suggest you always separate the database of Magento from the live web server of Magento for performance and security reasons. Included [...]

3 Comments Continue Reading →