Service Temporarily Unavailable Magento?

2019-01-20 23:00发布

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?

11条回答
Explosion°爆炸
2楼-- · 2019-01-20 23:32

In Magento 2 You have to remove file located in /var/.maintenance.flag - just realized that after some searching, so i shall share.

查看更多
贪生不怕死
3楼-- · 2019-01-20 23:34

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.

查看更多
兄弟一词,经得起流年.
4楼-- · 2019-01-20 23:37

go to your website via FTP/Cpanel, find maintenance.flag and remove

查看更多
女痞
5楼-- · 2019-01-20 23:41

You need to follow these steps:

  1. Go to magento root directory via cPanel/FTP
  2. In case of Magento1, you will find maintenance.flag and delete it
  3. In case of Magento2, delete var/maintenance.flag
查看更多
疯言疯语
6楼-- · 2019-01-20 23:42

Simply delete the maintenance.flag file in root folder and then delete the files of cache folder and session folder inside var/ folder.

查看更多
混吃等死
7楼-- · 2019-01-20 23:43

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.

查看更多
登录 后发表回答