[02:06:57] PHP Notice: Undefined property: stdClass::$actor_id in /w/maintenance/removeUnusedAccounts.php on line 78 [02:09:13] evilchari: File a bug, including what version of MediaWiki you are using [02:09:37] I LIKE FILING BUGS [02:09:41] honestly though, if the script actually worked, its probably pretty safe to ignore [02:09:45] AWESOME :D [02:09:54] probably, but notices are annoying [02:10:15] yes definitely, and officially we aren't supposed to have any notices, so it is a real bug [02:16:46] filed [02:17:04] apparently i fell out of whatever channel new phab tasks are echoed in [02:18:37] evilchari: Its #wikimedia-dev mostly, but depending on the project tags it can be other places [02:19:57] Oh, hmm. Looks already fixed [02:21:05] lol, and i was the one who merged the patch in july [02:21:16] Sorry for making you file a bug, I should have checked that before asking you to file [02:21:36] did that not make the 1.31 cutoff or something [02:22:52] I'm allowed to self-merge backports of other people's patches right? [02:22:59] I can never remember the rule on that [02:23:11] if it's done in good faith why not ? [02:23:41] evilchari: In normal stuff, I'm supposed to get someone else to review any code I submit. I'm just less sure about rules around backporting things [02:23:58] evilchari: Anyways, I backported the change. It should show up whenever 1.31.2 is released [02:24:16] oh ugh, I forgot to add release notes [02:25:40] evilchari: fyi, https://gerrit.wikimedia.org/r/#/c/mediawiki/core/+/469364/ is the commit [03:49:44] Having an issue with this extension: https://www.mediawiki.org/wiki/Extension:CheckUser [03:50:24] There aren't too many steps, but it's not working right. I have shell access and did the git clone thing, in the right directory. It correctly creates the checkuser subdir [03:50:46] putting wfLoadExtension( 'CheckUser' ); at the bottom of my localsettings causes the site to break with a 500 error [03:55:16] hm one sec may have got it [03:57:06] Derk: did you run update.php ? [03:57:10] Also see [03:57:12] !500 [03:57:12] A blank page or HTTP 500 error usually indicates a fatal PHP error. For information on debugging (including viewing errors), see . [04:01:55] I still am not getting it.. I have MW 1.26, I do the exact git steps, the directory is in the right place... I ran update.php before installing as it says [04:03:20] The guide says this [04:03:21] To users running MediaWiki 1.27 or earlier: [04:03:21] Using a telnet/ssh client program such as PuTTY, navigate to the extensions/CheckUser folder and run php install.php. Ensure that you are running a PHP version 5.x install, otherwise this script will not run. If install.php is not present then run php maintenance/update.php again. The result will be something similar to this: [04:03:46] ok, I get in there, there's no install.php... so I go back to my root wiki dir and run maintenance again and I get this error [04:03:55] https://dpaste.de/9ybH [04:04:52] this is what's on special:version (have to remove the line from localsettings or I get the 500 error): [04:04:54] Those instructions are wrong [04:04:55] MediaWiki 1.26.3 [04:04:55] PHP 7.0.32 (cgi-fcgi) [04:04:56] MySQL 5.6.34-log [04:05:01] install.php should not be used here forany version [04:05:10] unless checkuser was doing something weird [04:06:34] ok, so prior to 2016 it did have isntall.php instead of using normal MW installer [04:06:38] that's just weird [04:07:22] Derk: That error means you are using the wrong version of the extension [04:07:27] You said you git clone'd right? [04:07:31] in which case run [04:08:00] git checkout origin/REL1_26 [04:08:09] which should get the version that goes with 1.26 [04:08:32] Please be advised that MediaWiki 1.26 is super old, and probably has known security issues [04:08:49] We strongly reccomend using at least 1.27 [04:11:25] ok I'll try that thanks! [04:12:45] I'm not sure how to do that [04:13:13] I've not used git a lot [04:14:01] do I even do git clone https://gerrit.wikimedia.org/r/p/mediawiki/extensions/CheckUser.git ? [04:14:20] I've tried visiting the directory just in a web browser but it's all empty/hidden as are the parent directories [04:17:17] https://dpaste.de/dqou [04:17:19] what's what I get [04:27:09] Hi Derk. [04:27:14] You need to change directories first. [04:27:17] cd Checkuser [04:27:20] Err, [04:27:23] "cd CheckUser" [04:27:26] Run that or similar. [04:34:02] ok that works, thank you! [07:37:24] hi there. is it possible to stop mediawiki to search in deleted/archived pages? [08:53:01] hi [08:53:38] is there any reasone to translate this page https://www.mediawiki.org/wiki/Manual:Code not via extension translate ? [12:02:27] Hrms... [12:03:26] So, I've got the MultimediaViewer and it's working fine - when I include a file like [[File:image.jpg|thumb]], it properly shows a thumbnail that, when clicked, pops open the MV. [12:03:50] but, now I want to do [[:File:image.jpg]] and have it pop the MV. [12:03:52] can I? [12:04:03] (i.e., that doesn't work; looking for an alternative.) [12:08:54] I could do something silly like [[File:image.jpg|25px]] but that's not really what I'm going for. [14:01:27] Technical Advice IRC meeting starting in 60 minutes in channel #wikimedia-tech, hosts: @Thiemo_WMDE & @Tim_WMDE - all questions welcome, more infos: https://www.mediawiki.org/wiki/Technical_Advice_IRC_Meeting [14:51:08] Technical Advice IRC meeting starting in 10 minutes in channel #wikimedia-tech, hosts: @Thiemo_WMDE & @Tim_WMDE - all questions welcome, more infos: https://www.mediawiki.org/wiki/Technical_Advice_IRC_Meeting [15:45:42] Morbus: that doesn't work currently, would require T59298 which takes some nontrivial refactoring [15:45:43] T59298: The viewer box should not depend on the current page - https://phabricator.wikimedia.org/T59298 [15:46:58] @tgr ty