magento安装插件超时退出后的错误处理

magento安装插件超时退出后

在访问网站就会报错:503错误

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

想了想,去根目录吧index.php里面的代码

//if (file_exists($maintenanceFile)) {
// include_once dirname(__FILE__) . ‘/errors/503.php';
// exit;
//}

这块直接注释掉就可以了!

此条目发表在dedecms参考分类目录。将固定链接加入收藏夹。

发表评论

邮箱地址不会被公开。 必填项已用*标注

您可以使用这些HTML标签和属性: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>