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
To update the customer e-mail templates follow this guide to create new templates from the originals if desired. Don’t forget to assign the new template to e-mail, in my case Settings>Config>Sales>Sales E-mails click the drop down and select the new template.
I was stressing about my new store install and installing the critical patch, I found this excellent guide and download to patch via FTP. I first tested my site at shoplift.byte.nl and I got the dreaded red warning that my site was vulnerable. I followed the instructions below and made a backup first. Applying Magento patches via…
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
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 installed a new plugin, went the plugin config page and got a 404 error page. This is another issue with Magento, you need out of Admin and login again. Really annoying when you don’t know what is going on!
I had issues with a new installation of Magento 1.8.1.0 CE for a test store: Fatal error: Class ‘Zend_Log’ not found in /home/MyStoreName/public_html/shop/app/code/core/Mage/Core/functions.php on line 247 I set up this domain with the minimum package, I changed the package to a larger package from my cpanel reseller hosting control panel and it did the trick. There is another…