Localhost / Joomla显示“错误”,没有更多信息

问题描述 投票:0回答:1

[当我尝试登录到localhost / joomla中Joomla的管理面板时,浏览器仅显示“错误”,没有更多信息,甚至没有代码。尝试使用Firefox和Chrome浏览器,允许所有权限,apache2和mysql从php7.2开始安装。

我该如何解决,或者至少获得有关该错误的信息?

apache2的index.php文件起作用

[[1] https://imgur.com/kJaEHZV.png“显示的错误”

mysql apache joomla localhost virtualbox
1个回答
0
投票

您需要打开显示错误。为此:

  1. 在php.ini中设置display_errors = 1和error_reporting = E_ALL
  2. / configuration.php文件中的设置JConfig :: $ debug选项= 1

也可能会在error_log文件中看到错误消息。

© www.soinside.com 2019 - 2024. All rights reserved.