[01:35:20] After a couple of hours, the extensions loaded finally [01:37:43] But when I tried to create a new account from ConfirmAccount indicates this: [c20a70d62b3fd1b92efdbb73] 2020-06-11 01:37:32: Fatal exception of type "Wikimedia\Rdbms\DBQueryError" [01:39:07] Have you run update.php? [01:39:19] >the extensions loaded finally [01:39:24] That's some aggressive caching somewhere [01:46:14] Odd, I run update.php after I installed the extensions [01:50:36] Could not create directory "mwstore://accountcreds-backend/accountcreds-public/w/wi/wik" [01:50:39] Mhmm [01:50:52] I solve this in another installation, but rn not remember [01:52:07] That'll be a file permissions error [01:53:34] Look at the images dir [07:03:19] Hi. [08:19:29] I am getting an internal error when I am trying to access RC when I am logged in. [08:19:43] But it is working fine when I am logged out. [08:19:57] How do I fix that? [08:26:33] I get a 500 error code in the console. [08:26:57] Other than that -- it is just warnings. [08:40:55] acagastya: known issue https://phabricator.wikimedia.org/T253098 [08:41:25] for now you can use https://commons.wikimedia.org/w/index.php?hidebots=1&hidecategorization=1&hideWikibase=1&hidelog=1&limit=50&days=7&title=Special:RecentChanges&urlversion=2 [08:41:58] Actually, it is working for me on wmc. [08:42:09] If I just append those configs, it should work fine? [08:42:53] the bug only affects users with saved watchlist settings, so you can use the link I just sent until this is fixed [08:43:13] actually sometimes it affects other users, but overriding all settings via the link works somehow [08:44:27] Admins would be the worst affected, I assume. [08:45:09] It was reported in May -- how did it not affect me before? [08:45:29] it only started affecting watchlists yesterday [08:46:05] I should notify local wiki technical page. [08:47:38] Majavah: would you be okay if I were to copy your messages and logged them on-wiki? I mean since you pined me 7 minutes back, till "it only started affecting..."? [08:48:40] let me double-check I haven't said anything that's out of date [08:50:46] good thing I double-checked :D [08:52:44] Everything okay? [08:53:09] yeah, just trying to figure out how to explain this non-technically [08:53:52] the baseline is that since yesterday some watchlist settings cause it to crash, and the link I sent you does not cause crashes [08:54:47] I think that the bug only caused warnings in server logs before yesterday but now it also crashes [08:55:05] I think that's the best way to explain this [08:55:21] * pined -> pinged. Made a typo in the backscroll. [08:56:11] I hope you are okay if I quote you on that. [08:57:13] yeah should be fine [11:19:17] what's the lightbox used by mediawiki? [11:51:34] !e MultiMediaViewer [11:51:34] https://www.mediawiki.org/wiki/Extension:MultiMediaViewer [11:52:00] StyXman: See https://www.mediawiki.org/wiki/Extension:MultimediaViewer [12:05:16] There is currently no text in this page. You can search for this page title in other pages, search the related logs, or create this page. [12:06:16] These days, I have noticed I log in to one project, then go to the other project, but I am not logged in there. [12:09:15] Vulpix: the page is empty [12:09:23] do you know where the code is? [12:09:46] Any idea why that is happening and what should I do instead? [12:47:44] StyXman: can you look again at the link that's on the same line where I *mention* you? [13:04:46] Vulpix: like I said, what I can see it's the text "There is currently no text in this page. You can search for this page title in other pages, search the related logs, or create this page." [13:05:21] ah, the *second* one, with a lower m [13:06:33] Yes, the message that mentions you, not the link posted by the bot [13:06:39] right [13:06:48] I didn't see the difference until now [13:07:36] hmm, sees like the js is going to be hard to excise... [13:10:02] Vulpix: thanks [17:48:26] huji: .. continuing about https://gerrit.wikimedia.org/r/#/c/mediawiki/extensions/Poem/+/604803/ [17:48:57] Did you edit or purge the article that uses the tag in a wiki page? [17:53:32] Krinkle: I did. And to make things easier, I am actually checking the "preview" output, which is always purged [17:54:46] huji: OK. Try saving it with some changes, and then viewing the source. Do you see ext.poem mentioned anywhere? [17:55:12] Also, is removal of 'display' confimeed? [17:55:17] confirmed* [17:55:46] Krinkle: yes, I see at the top of the source that "ext.poem.styles":"ready" [17:56:09] OK. [17:56:27] Do you also see poem mentioned elsewhere in the ? for example, in a url? [17:57:25] https://pastebin.com/C3AP49nK [17:57:47] modules=ext.poem.styles [17:57:49] good [17:58:02] ok, I see something interesting [17:58:12] When I go to the linked CSS I see this: [17:58:14] Problematic modules: {"ext.poem.styles":"error"} [17:58:24] modules=ext.poem.styles [17:58:26] http://en.localhost/load.php?lang=en&modules=ext.poem.styles&only=styles&skin=vector [17:58:31] right [17:58:39] check the php or mediawiki error log [17:58:42] https://pastebin.com/MLMigq4S [17:59:05] style file not found, or is not a file: "/var/www/html/modules/ext.poem.styles.css" [17:59:24] Well, the style file is not there; it is in /var/www/html/extensions/Poem/modules [17:59:26] huji: is "/var/www/html" == $IP? [17:59:28] mediawiki root [17:59:32] yes [17:59:40] OK. the isuse is that there is no base path set [17:59:50] So I am guessing extension.json needs to be modified to define base path ... [18:00:10] "localBasePath": "modules", [18:00:11] "remoteExtPath": "MyExtension/modules", [18:01:26] huji: I'm helping as this can be useful, but my earlier comment means we likely cannot accept this change for performance reason. [18:01:45] Krinkle: I realized that :/ [18:02:14] Krinkle: do you have a better idea? [18:02:47] not really, inline styles seem appropiate for this [18:03:00] perhaps in the future we can have something like TemplateStyles but for wikitext extensions [18:03:31] Krinkle: well, with inline styles, you cannot solve the underlying issue described in https://phabricator.wikimedia.org/T254051 [18:04:48] Extensions that don't even deal with parser (or save pages) can properly load CSS modules (e.g. CheckUser does), why can't this one? [18:07:08] https://grafana.wikimedia.org/d/BvWJlaDWk/startup-manifest-size?orgId=1 [18:07:16] https://phabricator.wikimedia.org/phame/post/view/175/wikipedia_s_javascript_initialisation_on_a_budget/ [18:07:49] every bundle is its own entry point. We have to act sparingly on how many makes sense to have. I don't think every extension tag can scale to add its own module for 1 line of styles. [18:07:55] It adds more cost than the style itself. [18:08:17] No, I understand that part, and am not aruging with that. [18:08:29] CheckUser is a major feature. Poem is not. [18:08:38] I just cannot imagine a way in which the RTL/LTR issue can be properly handled with inline styles [18:08:42] Right [18:09:12] inline