[03:17:04] I am using mediawiki version 1.35.4 (Debian) with the extension "VisualEditor" and wanted to turn off my parsoid instance .. For some reason i still get an error with the restbase after unsetting "wgVirtualRestConfig['modules']['parsoid'] = ..." in 2 out of 3 instances [03:17:11] Any idea on how to diagnose this? [04:13:46] gromit: can you explain what you mean by turn off your parsoid instance? [04:14:09] like turn off the nodejs version? [04:25:44] legoktm: yes I have a parsoid instance for 3 Wikis and now that they all run recent versions of mediawiki I want to use the built-in parsoid [04:26:20] in theory just remove all the parsoid config and restbase config from LocalSettings.php, all you need is wfLoadExtension('VisualEditor') [04:27:07] thats what I did and that didnt work, thats why I am here ^^ [04:27:15] but I think the problem is mostly resolved [04:27:23] what specific errors are you getting? [04:29:14] problem for the one instance was that "wgServer" was not set and the rest url was resolved incorrectly .. for the other one the problem is that the wiki sits behind a HTTP Login and I get an error about being unauthorized [04:29:47] Is the Connection to the api happening from client to server or does the server do a request to itself? [04:30:11] Error is "Error contacting the Parsoid/RESTBase server (HTTP 401)" [04:31:15] the client makes an API request to the server and then the server makes a request to itself [04:31:30] so you will need to tweak your HTTP login settings to exclude internal requests [04:32:53] legoktm: thanks for the insights, that sounds quite doable [04:33:30] yw :) [16:49:33] Hi, what will be the best way to have a form in my wiki that will allow people to insert their details (email for example) and when pressing submit it will email me their form details ? Thanks! [16:50:21] Your question was answered before [16:50:22] [17:18:58] Guest85: are you looking for something like https://www.mediawiki.org/wiki/Extension:ContactPage or https://www.mediawiki.org/wiki/Extension:ConfirmAccount perhaps? [17:05:40] Didn't saw it sry, I was disconnected [17:05:42] I'll check these