[10:58:27] I'm trying to run update.php and when it gets to actor migration, it says this [10:58:31] https://www.irccloud.com/pastebin/2ARtz2Cj/ [12:19:54] Urbanecm: Possibly part of https://phabricator.wikimedia.org/T227662 [12:20:06] Per Brad's comment on https://gerrit.wikimedia.org/r/#/c/mediawiki/core/+/530374/ > Are you going to do the same for patch-actor-table.sql? It's also part of T227662. [12:20:06] T227662: Update.php failure when upgrading from 1.32.1 to 1.33 - https://phabricator.wikimedia.org/T227662 [12:20:17] seems so, thanks Reedy [12:24:17] Urbanecm: If you want to try and do some debugging to help work out what's gone on... :) [12:24:34] maybe later :P [12:25:14] Certainly comment on the bug with wht version you're upgrading from and to etc [12:25:24] Will do [14:01:23] Technical Advice IRC meeting starting in 60 minutes in channel #wikimedia-tech, hosts: @amir1 & @nuria - all questions welcome, more infos: https://www.mediawiki.org/wiki/Technical_Advice_IRC_Meeting [14:42:30] hello there [14:43:02] Hi [14:43:29] anyone available for a quick question ? 'fatal error' bug [14:43:45] !fatal [14:43:45] There is no such key, you probably want to try: !blank, !blankpage, !errors, [14:43:52] * Reedy kicks wm-bot [14:45:12] I have a weird issue which doesn't allow me to create a page with 'http://' in the text.. so symlink to external site result in a fatal error OOUI\Exception. [14:45:27] I haven't found any topic on that error so.. I came here :) [14:46:28] newbie: Can you set $wgShowExceptionDetails = true; to get a full error message, and then put the full error message in a pastebin [14:46:43] newbie: Also, if you installed via git, ensure that composer dependencies are up to date [14:47:23] (i.e. run composer update --no-dev. But only do this if you installed via git) [14:50:00] thanks bawolff, here is the pastbin : https://pastebin.com/1xwR47wC [14:51:18] for the installation of mediawiki, i just unzip the mediawiki-1.33.0.tar.gz in www [14:51:22] Technical Advice IRC meeting starting in 10 minutes in channel #wikimedia-tech, hosts: @amir1 & @nuria - all questions welcome, more infos: https://www.mediawiki.org/wiki/Technical_Advice_IRC_Meeting [14:52:39] newbie: Hmm, looks like a bug in ConfirmEdit (Captchas) [14:53:01] probably triggering on adding https, as captchas trigger on edits that add links [14:53:20] Let me try testing captchas on my install to see if I can trigger the same error [14:55:14] preview works fine. [14:55:22] newbie: Actually, looks like this was fixed in dd1ccc92eaa4c7e0e [14:55:26] as soon as I record => error [14:55:33] T232129 [14:55:34] T232129: OOUI\Exception occurs when try to insert "https://w" to page - https://phabricator.wikimedia.org/T232129 [14:56:34] oh great, thank you. [14:58:16] perfect, working now. Thks [14:58:40] I'm backporting the fix to 1.33 so that hopefully it will be included in the next point release [15:12:00] I also added it to the list at https://www.mediawiki.org/wiki/MediaWiki_1.33#Known_issues [15:15:41] bawolff: Probably one being done this week, so should be, yeah [15:15:42] Ta for hte backport [15:16:33] Woo! [15:28:01] uh, this month, not this week. Haha [18:55:18] Hi all. How can I put an html tag into the text of a page? In other words I have wiki page about html tags I want to talk about them. Wrapping it in "pre" tags doesn't help:
Test text
. The " superboot: You want to display the tag (not like have it actually be in the html) right? [18:56:04] There's two ways [18:56:09] <mytag> [18:56:16] or [18:56:48] That said, I don't understand how bawolff: I don't ether. [18:57:48] Those don't work, and still result in the arrow. [18:58:35] When I try to copy the arrow symbol, I past a litteral ' Weird font with crazy liturgates? [21:03:43] With the wfLoadExtension setup, is there a way to reference extensions elsewhere on the server? I ask as I host several copies of Mediawiki and would prefer to consolidate if possible. [21:05:03] Blackwire: Can you make your extensions/ directory a symlink? That's what we generally see. [21:05:38] If that works, then sure. [21:06:04] Is there a reason that couldn't be done for all core files? I remember having issues doing so with the maintenance folder but otherwise [21:15:04] Well, you'd need to be careful with LocalSettings.php. [21:15:25] But if all of the wikis are safe to run the exact same version of core in lock-step (and you can upgrade them all at once), that should be fine.