当我想安装mediawiki 1.18.2时,在安装过程开始时它会告诉“找不到LocalSettings.php”。然后单击下一步,出现空白页面。它试图在我的服务器上找到LocalSettings.php但没有这样的文件。我该怎么办?
答案 0 :(得分:2)
来自MediaWiki网站installation instructions:
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,然后浏览并删除不需要/不需要的东西。