My ZenCart site is down [Problem Solved]
The Problem
This morning, we got a few calls today from clients complaining about not being able to login into the administrator panel of their shopping carts. They were all using ZenCart ecommerce. After a 45 minutes on the phone with LiquidWeb (a hosting company that excels in support) we figured out the problem: each time you login into the admin panel of ZenCart, a quick ‘Update Check’ is being done. The Update Check is using a webservice to display the latest update from the official ZenCart site. However, this morning the official ZenCart site was down which halted the login process altogether.
The Solution
After you unsuccessfully try to login, use the same browser window or tab and go to this URL: http://www.
A better solution will need some coding. What we recommend is setting a timeout on the web service query to 10 seconds. The only problem with this is that it will require modifying the core files which is always a bad idea. For now, the above solution should work.