MediaWiki:新安装有两个问题(LimitInternalRecursion & app.php not found)

MediaWiki: Two problems (LimitInternalRecursion & app.php not found) with new installation

在我的服务器上,我创建了一个名为 "wiki" 的子文件夹和一个指向该子文件夹的子域 "wiki.mydomain.com"。我从该站点下载新的 1.27.1 wiki 并安装它。现在我有两个大问题:

  1. 问题:如果我上传文件,我 select 我的文件并按下上传按钮。现在网站刷新但文件未上传。我得到了相同的上传面具。如果我 select 文件第二次上传成功。
  2. 问题:有时,如果我想保存文章/网站,我会收到此错误消息:

    Sorry! We could not process your edit due to a loss of session data. Please try again. If it still doesn't work, try logging out and logging back in.

现在我查看我的错误日志并得到这些错误:

[Mon Sep 05 23:26:43 2016] [-:error] [pid 31729] [client 127.0.0.1:47076] [host wiki.lythoria.de] script '/is/htdocs/wp12677946_S31BDZISFX/www/wiki/images/app.php' not found or unable to stat
[Mon Sep 05 23:28:12 2016] [core:error] [pid 6346] [client 127.0.0.1:48430] [host wiki.lythoria.de] AH00124: Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.
[Mon Sep 05 23:28:12 2016] [core:error] [pid 6346] [client 127.0.0.1:48430] [host wiki.lythoria.de] AH00124: Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.
[Mon Sep 05 23:28:56 2016] [-:error] [pid 6780] [client 127.0.0.1:49060] [host wiki.lythoria.de] script '/is/htdocs/wp12677946_S31BDZISFX/www/wiki/images/app.php' not found or unable to stat
[Mon Sep 05 23:29:36 2016] [core:error] [pid 7402] [client 127.0.0.1:49684] [host www.wiki.lythoria.de] AH00124: Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.
[Mon Sep 05 23:29:36 2016] [core:error] [pid 7402] [client 127.0.0.1:49684] [host www.wiki.lythoria.de] AH00124: Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.
[Mon Sep 05 23:29:36 2016] [-:error] [pid 7403] [client 127.0.0.1:49686] [host www.wiki.lythoria.de] script '/is/htdocs/wp12677946_S31BDZISFX/www/wiki/images/app.php' not found or unable to stat
[Mon Sep 05 23:29:45 2016] [core:error] [pid 7505] [client 127.0.0.1:49770] [host wiki.lythoria.de] AH00124: Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.

我不知道为什么。问题并不总是发生,但经常发生。有人可以帮我解决这些问题吗?

附加信息:

app.php 不是 MediaWiki 代码的一部分,因此这不是 MediaWiki 的问题。您可能采用了一些不受支持的安装方法并错误地配置了缓存和文件后端。

我只能向 Cienca al Poder follow the installation guide and the advice you got on debugging 建议。