繁体   English   中英

Joomla安装卡在白色空白页上

[英]Joomla Installation stuck on white blank page

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

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

它显示白色空白页。

我添加了这个:

extension=php_pdo.dll
extension=php_pdo_mysql.dll 

PHP.ini但它不起作用。

您能帮我解决吗? 谢谢。

每当您问任何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. 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.

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM