Magento critical security patch SUPEE-5994 ftp install without SSH
Another Magento security patch, non SSH install method at Magentry.com
Another Magento security patch, non SSH install method at Magentry.com

After moving my Magento 1.9 store to a new host I got the error below and couldn’t fit it: Exception printing is disabled by default for security reasons. I tried a method mentioned at HostGator (not my host) which required me to navigate to the magento/lib/Zend/Cache/Backend/File.php and change a bit of code. Unfortunately, that did not…
I had an issue with the main category and sub category not displaying products when the main category is clicked on, I only got a page with 0 products in category. The solution found here was simple but unbeknown to me: Go to Admin -> Catalog -> Manage Categories -> “Select Category” -> Display Settings ->…
Using the Magento backup tool from within magento 1.9 causes my store to show an internal server error. To reset this I had to change the permissions of the index.php file in the root dir to 644 from 666. It is a known issue. There is an alternative is to upload a php file called…
I wanted to disallow access to image dir from a browser, rather than put in a black index.html page I found this solution here In the main .htaccess file add the following code, save and upload. Options -Indexes
After struggling with finding the correct location of the file to edit I found it here Find this file in folder via ftp skin/frontend/default/THEMENAME/css/styles.css – my THEMENAME was rwd Search for logo in the file – approx line 3267 and change the max-width and max-height from 300 and 90 to whatever. On my store the logo…
SQLSTATE[HY000]: General error: 1205 Lock wait timeout exceeded; try restarting transaction I have been receiving this error for a few days and couldn’t figure out what the problem was. It wouldn’t let me update products and save to SQL. I found this site which gave the following instructions: Login to cpanel and phpMyAdmin, click on…