[04:11:54] damian101_: hello are you the same as damian101 [05:46:48] @astralflash yes [06:47:40] Is there no phab project for API bugs? [06:48:00] oh found it, mediawiki-action-api [21:09:49] !class ContentHandler [21:09:49] See https://doc.wikimedia.org/mediawiki-core/master/php/classContentHandler.html [22:18:11] [a230baca91e55a93c6212b8e] 2023-12-27 22:17:20: Fatal exception of type "MediaWiki\Extension\Scribunto\Engines\LuaCommon\LuaInterpreterNotExecutableError" [22:18:16] how do i fix this error? [22:21:38] please provide full backtraces when asking questions about errors and exceptions [22:21:48] !debug | Cocopuff2018 [22:21:48] Cocopuff2018: For information on debugging (including viewing errors), see https://mediawiki.org/wiki/Manual:How_to_debug . A list of related configuration variables is at https://mediawiki.org/wiki/Manual:Configuration_settings#Debug.2Flogging Also see https://mediawiki.org/wiki/Manual:Errors_and_symptoms [22:22:16] ok i will debug it now [22:22:38] Also, "Lua - Interpreter - Not - Executable - Error" looks like the lua interpreter is not executable ;-) [22:24:12] How do i make the lua interpeter excutable [22:25:42] did you follow the instructions in https://www.mediawiki.org/wiki/Extension:Scribunto#Lua_binary [22:26:35] once i make lua excuable will it also make it excuable for the wikis on the subdomains too? [22:30:11] I don't know, that depends on how you have MediaWiki installed [23:51:10] hey, trying to implement http basic auth in front of my wiki. I don't need mediawiki to validate passwords, only get the username from header [23:51:57] I implemented a SessionProvider, as PrimaryAuthenticationProvider claims it is not appropriate for HTTP basic authentication [23:52:34] however now I cannot perform any write actions on my wiki, as a CSRF token cannot be found in the session [23:52:43] what is the intended way of doing this?