[08:26:21] Congratulations on the new logotype :) Looks really good. [08:45:51] It seems the logos in mediawiki/resources/assets are not updated with the new 1.35.2 release yet [08:46:55] The three sizes of poweredby_mediawiki_88x31.png [08:47:37] They should have been [08:48:55] Forza: yeah they all are https://github.com/wikimedia/mediawiki/tree/e5823c068a2e0d8af72538fe5cd152ddb43c58e9/resources/assets [08:50:11] hm. I must have done something when I updated. :O [08:52:34] Hello, [08:52:34] I have an issue. Using mediawiki 1.35.1 in private mode and Visual editor seems to be broken. [08:52:35] I get the following error: "Error contacting the Parsoid/RESTBase server: (curl error: 6) Couldn't resolve host name" [08:53:03] Parsoid is supposed to be bundled with 1.35.1 so I don't understand what's the deal. [08:53:06] any clues ? [08:53:47] RhinosF1: I must have unzipped wrong or something :) I did it again using tar xvf instead of using midnight commander. [08:54:11] Ah cool [08:54:31] rfried: https://www.mediawiki.org/wiki/Extension:VisualEditor#Troubleshooting [08:54:48] rfried: could be that you are using Apache and need to add "AllowEncodedSlashes NoDecode" [08:55:06] RhinosF1: thanks :) [08:55:17] https://wiki.tnonline.net/w/Blog/MediaWiki-1.35.2_available yay :D [08:55:27] Forza: I did add it. [08:56:23] Forza: i stick to git tags mostly [08:56:39] So you can pull and merge cleanly [08:57:49] RhinosF1: yea maybe better idea =) [08:58:05] How do you deal with customizations then? [08:58:21] rfried: I don't know then =( It was the only thing I had to change on my setup [08:58:33] Extensions are tracked in git as a submodule [08:59:11] Its just a case of cleanly doing the merge at upgrade time which for point releases git normally manages itself [09:00:56] Might have a look at it. :) I am pretty happy it all works for now though :D [09:01:23] rfried: any errors in php/fpm or apache logs? [09:10:59] Forza: Making a progress, turns out the that server didn't had access to the DNS. so local resolving failed. [09:10:59] However, not I'm failing becasue curl refuses to talk https with self-signed certificates. [09:11:10] /s/not/now [09:11:28] Error contacting the Parsoid/RESTBase server: (curl error: 60) SSL peer certificate or SSH remote key was not OK [09:11:41] Use let's encrypt instead? [09:12:16] Otherwise if you want self signed you can set up your own trust and local ca [09:14:15] Yeah using self signed certs probably ain't best unless you have too [09:28:18] Setting up your own CA for private use isn't too difficult. One problem is to add your ca to mobile phones. They usually complain or need root access [09:45:52] Forza, RhinosF1: Private wiki for a company, lives only on internal lan. [09:46:27] I only added HTTPS because the VPN firewally thinks that were doing some code injection when we edit the wiki. [09:46:28] rfried: you definitely should use a proper cert. [09:47:29] Forza: how do you create a cert for an internal server with no web interface ? the only way is to create self-signed and request every user to install it on his machine. [09:47:30] At our company we do use internal ca for some security stuff but we also provision our computers with valid certs [09:47:52] Let's encrypt has options for this i think [09:48:23] Forza: interesting, I will check [09:50:44] Look a this lite DNS challenge method [09:52:40] rfried: make sure you're certificate is in wherever all the root stores are then [10:05:47] Forza, RhinosF1: Issue solved, I added the public key to the wiki machine CA store and now it works perfectly. [11:57:53] hmm [11:58:15] wonder if the latest 1.35 can run on php80 [12:21:59] Remilia: I read somewhere that it wasn't officially supported just yet but bug reports are welcome [12:32:39] Forza: I know, I was one of the first people to report those [12:34:49] There were some fixes for php8 in the changelog. Perhaps try on a staging site? [12:35:10] I'm guessing some extensions aren't compatible though [17:37:54] Hi, i'm trying to install mediawiki, but on mw-config/index.php the text appears: " [17:37:54] LocalSettings.php not found. [17:37:55] Please set up the wiki first." [17:37:55] Except if I click the "set up" link it takes me to the same page?