[06:04:44] https://phabricator.wikimedia.org/T281549#7050459 some stats on what versions of MW are being freshly installed (in a non-intranet setting, with the MW-announce checkbox enabled, ...) [21:14:06] I am following the steps here: [21:14:08] https://www.mediawiki.org/wiki/Docker/Hub#Quick_Start_2 [21:14:24] But when I get to Step #6, and I run [21:14:39] docker run --rm --interactive --tty --volume $PWD/html:/app composer install [21:14:53] It tells me [21:14:59] Your requirements could not be resolved to an installable set of packages. [21:14:59] Problem 1 [21:14:59] - Root composer.json requires PHP extension ext-intl * but it is missing from your system. Install or enable PHP's intl extension. [21:29:45] seems the base image is wrong? :/ [21:34:25] never mind, what I wanted to follow was this: https://www.mediawiki.org/wiki/MediaWiki-Docker - got the wrong recipe in the beginning [21:34:27] last change seems a bump by legoktm 23 days ago [21:34:44] although that may not have been picked by docker hub till yesterday [21:35:12] Hi [21:35:34] I can look when I'm back home in a few hours [23:16:54] hi guys... I am trying to do some wizardry with the ExternalData extension for Mediawiki. I have this here website: view-source:https://exalted.mushhaven.com/scene/poses.php?json=1&id=181 [23:17:31] I've noticed, though... that if I try to yoink this URL with ExternalData, I get "invalid JSON" error [23:17:53] however, it is WORKING here [23:17:54] https://exalted.mushhaven.com/index.php?title=Logs2 [23:18:12] I'm using the same query style... the only difference is the JSON data being returned [23:18:18] ... how do I find out what exactly it doesn't like? [23:25:42] never mind [23:25:45] I'm a dumbass. Got it working [23:44:22] Volund: I hope you are not including "view-source:" in the url you are providing