All public logs

Jump to navigation Jump to search

Combined display of all available logs of 清冽之泉. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 10:52, 29 September 2025 Mwroot talk contribs created page 那些出现 bug 的原因 (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 |-...")