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?
In Magento 2 You have to remove file located in /var/.maintenance.flag - just realized that after some searching, so i shall share.
I had the same issue but have not found the maintenance.flag file in my Magento root. I simply deleted cache and sessions files and all worked again.
go to your website via
FTP/Cpanel
, findmaintenance.flag
and removeYou need to follow these steps:
Simply delete the
maintenance.flag
file in root folder and then delete the files of cache folder and session folder insidevar/
folder.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.