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.
当遇到Magento网站出现'ServiceTemporarilyUnavailable'错误时,可通过检查并删除'maintenance.flag'文件来解决问题。该文件在执行特定任务时临时创建,用于指示用户网站正在维护中。若任务处理失败未能自动删除此文件,可能导致用户访问受限。
152

被折叠的 条评论
为什么被折叠?



