[15:08:18] hmm [15:08:48] if after importImages some are shown as missing and needing upload but the (file) links work [15:08:52] how do I fix this [15:19:21] oh it was APC [15:23:53] today I learnt that compressOld.php is seemingly not compatible with postgresql [15:37:03] guys, how to connect to wikimedia database? [15:38:58] Guest36: you'll need to be a bit more specific as to what you're after [15:41:57] we want to read streaming data of wikipedia changes to store them in a ksql db [15:42:49] Guest36: you'd probably want to subscribe to one of the recentchanges feeds wikipedia provides then [15:45:12] Guest36: https://wikitech.wikimedia.org/wiki/Event_Platform/EventStreams may be useful for your needs [21:26:25] ReplaceText seems a little out of it [21:26:52] 2021-10-13 21:25:53 replaceText NEX-US user_id=1 target_str= collapsed replacement_str= mw-collapsed use_regex= edit_summary=Text replacement - " collapsed" to " mw-collapsed" create_redirect= watch_page= doAnnounce= namespace=0 title=NEX-US requestId=39ebdfa835582c0da0357d45 (id=201691,timestamp=2021-10-13 19:40:20+00) t=0 error=Error: Class 'MediaWikiServices' not found [21:30:15] (this is on a fresh 1.36.2 installation without any third party extensions) [21:36:31] possibly some php file is missing a use directive at the top [21:36:46] hard to give more details without a proper stacktrace [21:40:51] I will look into that tomorrow [21:41:08] falling asleep :\ [21:41:58] oh it is ReplaceTextJob.php [21:42:15] judging by `grep MediaWikiServices *.php` output [21:42:46] will see if it indeed is so and if yes will try to remember how to submit a patch [21:43:52] https://gerrit.wikimedia.org/r/plugins/gitiles/mediawiki/extensions/ReplaceText/+/refs/heads/REL1_36/src/ReplaceTextJob.php: 23: use MediaWiki\MediaWikiServices; [21:44:33] oh that is really recent [21:44:41] Universal Omega 9150470 2021-10-02 23:02:01 +0000 [21:50:07] unfortunately that looks like it's after the 1.36.2 release [21:51:05] so it's been backported, but not bundled in a release yet. https://www.mediawiki.org/wiki/Special:ExtensionDistributor/ReplaceText should have the newer 1.36 backports included