Hello, I just installed Magento shopping cart, via host monster. Earlier in the day, I installed a bunch of extensions through Magento Connect Manager. When I went to go back to my Admin section, I got the 503 Error.
“Service Temporarily Unavailable
The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.”
Now, when I go to my host, I find this message: During the past 24 hours your account has been throttled for a total of 81.058 seconds.
I looked because I briefly had Tomato Cart and it worked great until it begun to lag, and I noticed I had the throttling message. Host Monster told me it was not them but the shopping cart, so I uninstalled it so I wouldn’t have any more issues, and Magento has been around longer with a lot of success.
I’m wondering if this is a hosting issue and if I should eat the rest of my contract (1.5 yrs) and switch hosts or if its a scripting issue and I need to reset my hosting account or if its something small.
I have also left a message over at host monster forums as well
I’ve seen this happen before after upgrading or installing extensions and in many of the cases it appeared to be that the maintenance.flag stuck. Check your Magento installation root folder, look for that file and then delete it.
I’ve seen this happen before after upgrading or installing extensions and in many of the cases it appeared to be that the maintenance.flag stuck. Check your Magento installation root folder, look for that file and then delete it.
I’ve seen this happen before after upgrading or installing extensions and in many of the cases it appeared to be that the maintenance.flag stuck. Check your Magento installation root folder, look for that file and then delete it.
The message changed to
“Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM in /home/tupplz6o/public_html/app/code/community/Clever/Cms/Model/Page.php on line 101”
So I dunno if I was worse off before deleting the maintenance flag file or not.
maintenance.flag is a perfectly beautiful little file. To bring your site down for maintenance, all you have to do is create it in your Magento root directory. If you combine it with a little twiddle-fidget code, you can limit access to the site to only people you want in during maintenance activities like module installation, database repairs, etc. When you’re through, rename it to maintenance.flag.txt and your site comes back on live for customer access.
I’ve seen this happen before after upgrading or installing extensions and in many of the cases it appeared to be that the maintenance.flag stuck. Check your Magento installation root folder, look for that file and then delete it.
If you see this error then it might be that the maintenance flag has got stuck.
Look for maintenance.flag file in the public root folder and delete it.