那些出现 bug 的原因: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

29 September 2025

  • curprev 10:5210:52, 29 September 2025Mwroot talk contribs 4,251 bytes +10 No edit summary
  • curprev 10:5210:52, 29 September 2025Mwroot talk contribs 4,241 bytes +4,241 Created page with "{| class = "wikitable" ! 现象 ! 解决 |- | 更新后报Fatal exception of type "MediaWiki\Extension\Scribunto\Engines\LuaCommon\LuaInterpreterNotExecutableError" | 更新时限制了 lua 二进制文件的权限,给它增加点权限: <syntaxhighlight lang="bash"> sudo chown root:www-data /path/to/lua sudo chmod 750 /path/to/lua </syntaxhighlight> 注意它是 Scribunto 自带的一个 standalone 的 lua,不是系统内从 lua 官方维护者安装的 lua5.4 |-..."