Yeastar Password Reset

SCREWLOOSE IT technical document

1. Power on your MyPBX U520 device, with Putty connected to console (baud rate 57600) 2. As soon your device got power, press any key several times to interrupt the boot process of device and get to the u-boot prompt, in my case it was pbx300> 3. Enter the printenv command to get the u-boot constant values. 4. You should see […]

Cleaning Magento 1.9 logs cleaning with SSH

SCREWLOOSE IT technical document

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

SCREWLOOSE IT technical document

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. […]