[11:53:10] We have a file in a half deleted page but I don't know what mediawiki is finding [11:53:24] It's missing from page,image,oldimage,filearchive [11:53:26] https://smallville.miraheze.org/wiki/%D7%A7%D7%95%D7%91%D7%A5:-.png?uselang=en#filehistory [11:55:03] and now archive [11:59:40] deleteOrphanedRevisions.php says 0 [12:24:44] How is it half deleted if there's no page, file nor revision? [12:48:56] Vulpix: up until a bit ago it was still showing a file page [12:49:17] The user managed to make it work and eventually like it and delete [12:49:42] a caching problem? [12:49:47] But it was showing a file history section with a revision [12:50:04] The wikis ran by that person are messed up [12:50:27] They keep getting failed imports and end up left with pages with 0 revisions [14:36:20] Reedy: I think we finally found what extension is leaky [14:36:22] Cargo! [14:37:36] * Reedy pretends to be surprised [14:40:12] Reedy: now the question is why [14:40:23] i'm waiting another 10 minutes to make sure I'm right [14:50:01] Reedy: yeah looks right [15:46:19] Lens0021: if you have any idea how to find it, that would be great. I saw you subscribed. [15:56:40] doesn't memory_limit help to prevent it from consuming too much memory? [15:57:39] At least it should gracefully terminate the request using too much memory instead of a php-fpm process [15:58:54] Is there a plugin or approach to structuring wikipages like pages from a physical book along with page numbers? I can think of a way to do it with Cargo with a field for the parent document and a field for the page number. Are there any other ways? Perhaps a way that would facilitate printing to PDF later on? [16:10:16] Vulpix: that is set [16:10:40] It doesn't completely rule the OOMs out but it does help [16:11:12] dvyd: something like https://en.wikisource.org/wiki/Main_Page ? [16:11:29] RhinosF1: You posted the oom_killer log instead of the stack trace provided by php-fpm [16:11:52] Vulpix: we don't have any other logs I'm aware of [16:12:14] If I knew where more logs were then I can share them [16:13:46] RhinosF1: Set the php error_log directive [16:15:07] Vulpix: that should be going to syslog + graylog, I'll look at one from today in a minute [16:15:18] it should print to that file when it reaches memory_limit, and the exact file and line number it was executed when it reached the limit [16:23:33] bd808 yes, though I don't think I need the line numbers within the page. [16:24:30] how was that made? [16:25:50] and how are the download options generated (PDF, MOBI, EPUB)? [16:44:14] Is WikiSource just using this: https://www.mediawiki.org/wiki/Extension:Wikisource ?