问题描述
在将drupal从6升级到7的过程中,
我收到了不太有用的消息
该网站遇到意外错误。请稍后重试。每次我浏览某些页面时。
ex)/ admin / config
while doing a drupal 6 to 7 upgrade I am getting the not so helpful message"The website encountered an unexpected error. Please try again later." everytime I go to certain pages.ex) /admin/config
找出导致致命错误的原因的最佳方法是什么,以便我可以解决?
What is the best way to find out what is causing the fatal error so that I can fix it?
我现在能想到的就是开始禁用已贡献的模块,直到该页面正常工作或浏览日志为止。
All I can think of right now is to start disabling contributed modules until that page works or looking through the logs.
谢谢。
推荐答案
通过清除 / admin / reports / dblog $中的日志c $ c>然后重新加载损坏的页面,当我重新检查日志时,我很容易识别出有问题的模块。
By clearing the logs at /admin/reports/dblog
then reloading the broken page I easily could identify the offending module when I rechecked the log.
站点现在可以正常工作:)
Site is working fine now : )
这篇关于找出导致可怕的原因的原因“该网站遇到了意外错误。请稍后再试。”信息的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!