[00:11:24] legoktm: got a theory, see CR comment on your patch :) [02:43:12] why is it necessary for Special:ExtensionDistributor to auto-download, it is annoying [03:01:57] c: Thats pretty normal no matter where you go to download, once you hit the button to start the process [03:02:20] all i want is a snapshot to wget, not a local download [03:02:23] Although that arrow next to "get another extension" looks wrong [03:02:47] 0/100 times is a local download to my machine useful [03:03:22] Talk to legoktm who rewrote all that >.> [03:04:27] fry-eyes.gif [03:05:18] c: git clone ! [03:05:53] c: At one point the extension distributor was just a thin wrapper around the github download link. Not sure if that's still true [03:10:18] it generates snapshots on labs now [03:41:29] c: idk, the auto-download behavior existed before I took it over [03:42:14] even adding mediawiki.org to chrome's block list for auto-download don't work lol [05:03:22] c: You can always submit patches! *forest fire pointing bear.jpg* [12:59:20] * Krenair shrug [12:59:29] DSquirrelGM, guess it's broken [23:37:02] Hi, does anyone know how to fix "Explicit transaction still active. A caller may have caught an error. Open transactions: LocalFile::lockingTransaction"? I get this when trying to delete a file through DeleteBatch (since the ui only fails with "Error deleting file: An unknown error occurred in storage backend "local-backend".". [23:40:59] try logging more information [23:41:13] or even enabling statement logging at the database server [23:41:59] Platonides how do you do that? Is there a mw doc page that explains that? [23:43:24] which one? [23:43:49] https://www.mediawiki.org/wiki/Manual:How_to_debug ? [23:43:54] "enabling statement logging at the database server" [23:44:10] let me look up that [23:44:17] which database are you using? [23:44:34] see https://mariadb.com/kb/en/general-query-log/ [23:45:14] of course, use with a dev server with no other activity than what you are trying to reproduce [23:45:18] MariaDB [23:45:25] there will be *lots* of SQL queries [23:45:25] thanks! [23:46:01] from the statements you should be able to find where the begin happens [23:46:16] then you will need to track where it is happening in php [23:46:20] and why it isn't finishing [23:47:09] thanks