【发布时间】:2017-04-10 09:21:12
【问题描述】:
全新安装的 Drupal 8 无法正常工作。仅在本地主机中工作的索引、登录和注销页面。其他页面未加载并显示错误:
The website encountered an unexpected error. Please try again later.
【问题讨论】:
-
这个问题是在 drupal 用户论坛Here 提出的。进行一些挖掘。
标签: drupal-8
全新安装的 Drupal 8 无法正常工作。仅在本地主机中工作的索引、登录和注销页面。其他页面未加载并显示错误:
The website encountered an unexpected error. Please try again later.
【问题讨论】:
标签: drupal-8
安装您的 php-crul 模块版本。在我的情况下 php7.0-curl 丢失。
sudo apt-get install php7.0-crul
服务 apache2 重启
解决了问题。
【讨论】: