Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

My Application was working fine yesterday. I started my Pc today when I tried to start magento I Got This Error message.

Service Temporarily Unavailable

The server is temporarily unable to service your request due to maintenance downtime
or capacity problems. Please try again later.

I am not able to Open even admin page and I am not even able to see any sort of errors on then page. if i give any url of my magento site I am getting the above output. How do I resolve this? Please Help...

share|improve this question
Is Magento running on a web server online or on your local computer? What are your environment details (web server, PHP, etc)? Did you recently add any extensions? Is any part of the page loading or is what you posted (literally) everything that's on the page? – matthewpavkov Nov 12 '11 at 5:52
Thanks Matthew. Its On Local, I am using Ubuntu and Xampp.. I tried to install magic zoom yesterday but that was not Installed , it was showing an error Can't connect to site try again later.. – ScoRpion Nov 12 '11 at 7:07

2 Answers

up vote 22 down vote accepted

Check if there is a file called maintenance.flag in your magento root. If so Delete it.

When Magento is performing certain tasks it temporarily creates this file. Magento checks for its existence and if it's there will send users to the page you described.

It's supposed to automatically delete this file when done processing whatever task it was doing, but I've experienced occasions where something went wrong and it failed to delete it.

share|improve this answer
saved my day ;-) – genocide69 Dec 13 '12 at 13:57
Thank you very much! – Farzan Balkani 16 hours ago

You can do this thing:

Go to http://localhost/magento/downloader url. Here I am running the magento store on my localhost. Now you can login to magento connect manager and uninstall the extension which you installed previously.

Hope this works !!!!!

Thanks.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.