Cleaning Magento 1.9 logs cleaning with SSH
Log on to your SSH server, navigate to the root of your Magento shop and use the following command: php -f shell/log.php clean it will return “Log cleaned” If you haven’t done it for a while it may take some time.
Magento not able to log in with chrome. No Error
I had a customer update their Magento install and after got reports that chrome users couldn’t log in some times. I found a post that point me in the right direction after spreading a while researching the issue. The trick was to create the directory app/code/local/Mage/Customer/Model and copy the file Session.php from app/code/core/Mage/Customer/Mode into it. […]