How to do when admin login not working after Magento Upgrade
Hi everybody, today we will continue with new magento tutorial. This's only a short tip but it will support you in installation magento. If you have recently upgraded your Magento store and you are not able to login to your admin panel, that means the database has got messed up a bit. Here is the fix. Goto phpmyadmin and run this command : SET FOREIGN_KEY_CHECKS=0; UPDATE `core_store` SET store_id = 0 WHERE ...
Read more ›
