Unable to upload product images in Magento
This is a very rare bug and the chance to experience this problem isn’t very big, but I hope it will save the hair pulling for someone :) The problem manifests itself in products -> edit -> images. There, when you click on the “Browse” button to locate the image on your local...
Magento error — Notice: Undefined index: 0 in app/code/core/Mage/Core/Model/Mysql4/Config.php on line 92
This will most likely occur when migrating Magento from one host to another. The fix, while not so obvious and easy t find turned out to be quite easy ;)  During the installation, Magento sets two IDs to 0 in its database. However, when importing the database dump to your new host, MySQL doesn’t...
Magento ‘404 error: Page not found’ fix
The resons for this issue can be quite a few. The issue itself however has the same root in most of the cases. If this error appears, chances are you will nor have access to magento’s admin area either, so reverting the changes which lead to the problem is out of the question. This is literally...