[00:06:46] hi. i have a small (about 100-page) MediaWiki installation, works fine, but a strange glitch with one specific page. the page looks fine, but when i link to it with [[pagename]] markup, the link doesn't appear, it's just blank/missing from the sentence. anyone familiar with this? how to debug? [00:07:32] Is it in a namespace? [00:08:12] ah hey wait i just thought of something -- i looked at the HTML source and the link looks fine [00:08:30] turned off adblocker, refreshed, and it's fine. ha! my fault, sorry. i must have blocked Instagram in some way (the page is titled "Instagram"). self-solve :) [11:36:58] Hello [11:37:19] So i was trying to use VisualEditor extension on a new instance of mediawiki [11:37:30] but when i edit, it says: Error contacting the Parsoid/RESTBase server (HTTP 500) [11:37:40] i couldn't fiind solutions online about this [11:38:02] what should i do to debug? [11:38:12] the wiki is hosted on a raspi on ubuntu 20.04 [13:15:50] https://www.mediawiki.org/wiki/Special:Contributions/KingNicholasOfEngland%27s [13:15:59] can someone block them, seems clearly not here [20:29:19] I am trying to use Template:Navbox for my wiki [20:29:25] However it does not seem to work [20:29:38] I already imported the page from Wikipedia [20:29:56] https://polysleep.xyz/w/index.php?title=Template:Navbox/doc [20:30:47] Looks like you didn't import the dependant templates too [20:31:00] !exporttemplates [20:31:00] To copy templates from Wikipedia, use Special:Export and check the "Include templates" option to get all the sub-templates, then upload the file with Special:Import on your wiki. You'll also likely have to install the ParserFunctions extension, Scribunto extension and install/enable HTML tidy. You also might need some CSS from Wikipedia's Common.css. You'll also need a lot of... [20:31:07] yes, I did [20:31:40] it imported a lot of templates on here [20:31:45] not just this one [20:32:50] The fact that "Template:Mbox" shows redlink, suggests you're probably missing at least some [20:32:58] But you've also not said how/why it doesn't work [20:33:32] it does not actually create a navbox template [20:35:01] oh wait it does actually work.. [20:35:07] it's just the theme [20:35:18] why is "v t e" on separate lines though [20:35:30] Yeah, you'll probably need to import some CSS too [20:36:48] how should I do that? [20:38:15] Copy paste, probably [20:38:15] https://en.wikipedia.org/wiki/MediaWiki:Common.css [20:38:22] start at /* Default style for navigation boxes */ [20:38:38] and pick up the rest of the navbox stuff [20:42:21] Hello, looking for some help on using the GraphQL `findEntitiesWithSPARQL` query. I'm looking for either tpt or someone else familiar with the project, thanks! [20:46:37] Reedy: thanks. It seems to work [21:04:09] Reedy: But even after I copied everything from there, it still does not display lists inline. Is there any clues where that should be? [21:04:13] example: https://polysleep.xyz/w/index.php/Template:Famous_Polyphasic_Sleepers [21:05:53] I'm guessing it's some other CSS [21:06:32] oh i found it [21:06:45] i have to specify a css class in the navbox [22:50:41] looks like mw's composer deps no longer resolve to any valid combination of packages for PHP 7.3 and PHP 7.4 [22:50:42] https://github.com/wikimedia/mediawiki/commits/ce55bbd44c75d2b4743322bf1b0db04f898b1d34 [22:50:48] passing only php 72 now [22:50:55] 7.4 broke 20 days ago [22:50:58] 7.3 less long ago [23:01:56] What's broken? [23:03:26] My dev wiki seems fine on 7.4 [23:06:32] The "wikimedia/composer-merge-plugin" plugin was skipped because it requires a Plugin API version ("^1.0") that does not match your Composer installation ("2.0.0"). You may need to run composer update with the "--no-plugins" option. [23:06:44] Krinkle: I guess travis has decided to just use composer 2.x [23:06:47] MW won't work [23:08:03] Should be an easy fix... [23:08:05] ah, the composer version changed? [23:08:14] was wondering why it broke, couldn't find any commit relevant [23:08:28] I suspected maybe an upstream package changed to have incompabible versions [23:10:13] 2.x became stable, yeah [23:10:23] https://gerrit.wikimedia.org/r/641005 [23:10:26] That should fix it, in theory [23:10:36] I dunno if travis will let us run self-update... Guess we'll find out [23:27:23] it does [23:28:19] I think I'd be more surprised if they didn't [23:28:42] https://github.com/wikimedia/mediawiki/blob/travis-ci/composer-1/.travis.yml [23:28:47] trying now [23:33:05] >Upgrading to version 1.10.17 (1.x channel). [23:33:08] looks to work fine to me [23:35:23] https://travis-ci.com/github/wikimedia/mediawiki/builds/201534965 [23:35:27] ack