Magento Paypal IPN error
I was receiving messages from Paypal regarding incorrect IPN setup,
This link has a workaround
I still seemed to be getting my orders anyway and the orders showed correctly as processing in Magento.
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 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
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…
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 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!
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…