4

当我想安装 mediawiki 1.18.2 时,在安装过程开始时它会告诉“找不到 LocalSettings.php”。单击下一步后,会出现一个空白页。它试图在我的服务器上找到 LocalSettings.php,但不存在这样的文件。我该怎么办?

4

1 回答 1

2

MediaWiki网站安装说明

This is an index of all supported configuration options based on the DefaultSettings.php file.

Never edit DefaultSettings.php; copy appropriate lines to LocalSettings.php instead and amend them as appropriate.

通过复制 DefaultSettings.php 创建您自己的 LocalSettings.php,然后检查并删除您不需要/不需要的内容。

于 2012-04-29T02:24:03.780 回答