【问题标题】:Joomla Installation stuck on white blank pageJoomla 安装卡在白色空白页上
【发布时间】:2018-01-05 04:53:33
【问题描述】:

我已将 Joomla_3.8.3 文件夹放在 htdocs 下并在浏览器上运行。

http://localhost/Joomla/installation/index.php

它显示白色的空白页。

我已经添加了这个:

extension=php_pdo.dll
extension=php_pdo_mysql.dll 

PHP.ini 上,但它不起作用。

你能帮我解决一下吗?谢谢。

【问题讨论】:

  • 确保错误报告已打开,看看是否有任何错误。
  • 访问 url http://localhost/Joomla 会得到什么?

标签: php joomla installation


【解决方案1】:

每当您提出任何 Joomla 问题时,您都应该提及您正在使用的 Joomla 版本。无论如何,首先你需要得到错误,然后只有你才能知道如何纠正它。在 Joomla 主文件夹中,您将找到一个名为 configuration.php 的文件。您需要更改文件权限(775 或 777)才能对其进行编辑。

接下来您需要将这些参数值更改为以下给定值:

public $debug = '1';
public $error_reporting = 'maximum';

您需要在保存此文件后刷新同一页面。在更改文件权限之前无法保存。你会得到一些错误。然后,您可以对其进行故障排除。

注意:To change the file permission on Windows you need to right click on the file and then chose Properties. Under Attributes you will find read only checked. Just uncheck Read Only and press Ok. This will make it writable.

【讨论】:

  • 我找不到 $debug = "1";我只找到了这个 $registry->set('debug', 0); $registry->set('debug_lang', 0);谢谢你的帮助。
  • 把这个改成 $registry->set('debug', 1);
猜你喜欢
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2013-06-19
  • 2014-01-08
  • 2016-08-21
  • 2019-06-22
相关资源
最近更新 更多