标签: mysql .htaccess magento exception
如果magento系统遇到数据库[any sql state error]的任何问题,我需要将用户重定向到自定义页面。
[any sql state error]
到目前为止,我无法找到办法。我应该覆盖任何核心类/方法,还是可以使用.htaccess文件来完成。如果我必须覆盖核心类/方法,我应该重写哪个模型方法。
.htaccess
答案 0 :(得分:1)
也许更好的方法是在/errors/default/report.phtml中编辑错误页面模板,以告知客户有关问题的信息。当发生任何php错误时,它还会显示您的内容。