finding out what is causing dreaded “The website encountered an unexpected error. Please try again later.” message

前端 未结 6 1434
梦毁少年i
梦毁少年i 2021-02-14 03:54


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 certa

6条回答
  •  孤街浪徒
    2021-02-14 04:51

    As gyozo mentioned if you are not able to log into the site, then it might be difficult to debug.

    Then probably you could try

    1. Log into database and run delete from watchdog;
    2. Refresh the page
    3. Then execute the database query select variables from watchdog;
    4. Look out for the text near message

提交回复
热议问题