[03:44:11] Hello guys, any idea how to fix "wikimedia/shellbox 1.0.4 requires guzzlehttp/guzzle ~7.2.0 -> found guzzlehttp/guzzle[7.2.0] but it conflicts with your root composer.json require (7.2.0, ^6.0.0)." [03:44:45] I was trying to install Wikibase and to install dependencies I need to run composer but it's keep showing this error and I am unable to find any solution on the internet. [05:03:18] Sorry I lost my connection. My question was that I was trying to install Wikibase and to install dependencies I need to run composer install but it's keep showing this error "wikimedia/shellbox 1.0.4 requires guzzlehttp/guzzle ~7.2.0 -> found guzzlehttp/guzzle[7.2.0] but it conflicts with your root composer.json require (7.2.0, ^6.0.0)." and I am [05:03:18] unable to find any solution on the internet. So any idea how to fix it? Thank you [08:09:12] I actually have some problem in my mediawiki ldap nection because when I try to log in i have this error Could not authenticate credentials against domain "DOMAIN" [11:04:05] Hi there, I have been moving over a mediawiki installation from Ubuntu to Windows using IIS 10, after finishing the setup I get DNS issues and I can't get to the homepage [11:08:11] I have configured index.php in the default documents and set the handler mappings [11:15:10] DNS issues? [11:15:12] Can you get a basic phpinfo to work? [11:17:12] Yes the phpinfo works fine [11:17:46] What DNS issues are you having? [11:19:20] When I finish the setup process I get this error in chrome: DNS_PROBE_FINISHED_NXDOMAIN [11:20:37] That's not a MW problem... [14:38:39] Because of or particular use case, '/Special:Log/block' has been causing us issues, generally due to various rumors and such on the 'why.' Is it possible to conceal this page from standard (non-admin) users, and if so what is the best way? I'm fine with reading documentation, just haven't been able to find it. [14:40:22] I don't think there's any native way [14:41:37] wstarter: see https://www.mediawiki.org/wiki/Manual:$wgLogRestrictions [14:43:08] TIL that exists [14:43:49] Wow, that is *way* simpler than all the things I was finding that *might* work, but only implied maybe something like it. Thank you so much. [14:44:13] the block reason may also be displayed on pages like Special:BlockList too, fwiw [14:52:05] You should be able to disable that special page, look at https://www.mediawiki.org/wiki/Manual:$wgSpecialPages . Note that will disable it for everyone, including admins. I'm not aware of a simple way to restrict special pages to users with a special right [14:59:03] the SpecialPage constructor takes the name of a user right required to view the page as an optional second parameter [14:59:33] SpecialBlockList doesn't set it, but you could probably do something with a callback in wgSpecialPages [15:08:08] If that's possible, that would be a good addition to the documentation page [15:13:52] Ok. The information kindly given to me here was very helpful and saved a lot of time. The person I was talking with on this had found some more convoluted way to do it, and was overjoyed when I sent those links. [15:13:59] Thank you all very much [15:14:58] You've saved hours of work for us volunteers, taught us something knew, and helped out a great community (seems like you got one here too.) [16:27:17] Hey, all. I've just tried to set up a fresh MW install. I can't access the API sandbox. My mw-debug-www.log looks like this: https://etherpad.wikimedia.org/p/SandboxHatesMe . Does anything stand out here? [16:30:49] How to debug with the weird numbers and letters? [16:30:55] The hash thing [16:31:26] apine: looks like a successful request to me; what do you see when you try to load that page? [16:33:00] moonmoon: Just the title and otherwise an empty page: https://usercontent.irccloud-cdn.com/file/yUbj6HKQ/Screenshot%20from%202021-10-29%2011-31-58.png [16:34:41] apine: check browser console for js errors [16:35:13] Bongo-Cat: could you give an example of what you're talking about? I *think* I know but want to make sure [16:37:55] moonmoon: Thanks! The only suspicious thing is that `GET http://localhost:8081/favicon.ico` responds with 404, but surely that's not taking down the whole page? [16:39:23] https://www.irccloud.com/pastebin/70Z9Qdgs/ [16:41:02] Bongo-Cat: on miraheze or self hosted