[14:10:28] Hi guys, is it possible there's a looping problem inside recent versions of mediawiki templates? even when using and around the usage part of a template, I keep getting memory exhausted errors however high I put memory usage. [14:14:29] As in {{templatename}} for example [15:03:00] [ZG94l0WwYHCfUv7ybT80tgAAAAs] /index.php?title=Module:Documentation&action=submit MWException: The lua binary (/home/vol1000_8/epizy.com/epiz_34255819/htdocs/extensions/Scribunto/includes/engines/LuaStandalone/binaries/lua5_1_5_linux_64_generic/lua) is not executable. [15:03:07] how do i fix this error for modules? [15:15:16] ?? [17:00:16] you [17:00:24] me [17:00:33] (arrgggghhh, wrong window) [17:04:04] they [17:42:53] Bert: is the wiki public / do you have a link to the template in question? [17:43:17] template loops shouldn't be possible at all, so chances are that it's a misbehaving extension [17:47:54] Wdym, template loops are possible, they just give an error [17:47:54] But I think even that can be disabled [17:49:37] correct; they give an error rather than recursively parsing (and exhausting memory or whatnot) [17:59:12] moonmoon Archimedes1560[m: I know that loops are detected when templates refer to one another [17:59:21] but idk if it works correctly if a is being ignored [17:59:45] why do you think the nowiki is being ignored? [18:00:02] if I save the following on the wiki at work it runs out of 256MB of memory_limit: [18:00:06]
[18:00:08] {{{1}}}
[18:00:11] {{{2}}} [18:00:13]
[18:00:16] [18:00:16] into something like Template:info [18:00:19] == Usage == [18:00:21] {{info|title|text}} [18:00:24] [18:00:47] (it's MediaWiki 1.39.2 by the way) [18:01:00] I don't have that issue on 1.35.2 though [18:06:30] what extensions do you have installed? [18:09:27] I suspect your overall issue lies somewhere in Template:Info [18:16:50] Template:Info just uses some CSS in common.css [18:17:01] but perhaps there is some interaction I'm unaware of [18:17:28] I'm not at work right now though, but I will check back tomorrow, is that ok moonmoon? [18:18:00] sure. If you want to share the wikitext of that template, please use a pastebin though rather than posting it directly in the channel [18:18:20] (latter is likely to get you kicked/muted for flooding) [18:31:29] oh, I thought it was short enough to be ok :) [18:31:35] this is the exact template BTW [18:31:38] I made no changes [18:31:51] I can't easily access the wiki from home without setting a ton of stuff up [18:31:58] that's the template showing errors. The template *actually* at issue is Template:Info [18:31:59] and I'm trying to maintain a healthy work/life balance :) [18:32:10] it's just manifesting on this one [18:32:28] no this is what I'm putting into Template:Info [18:32:31] I was creating it [18:32:34] aha [18:32:41] it goes wrong when I create it [18:32:45] the page takes seconds to load [18:32:53] then gives a memory_limit error [18:33:04] if I set the limit higher, it just allocates until it gets to that too [18:33:37] preview or save? [18:42:35] save [20:10:28] https://www.irccloud.com/pastebin/sw4M6Zex/ [20:10:35] how i fix this error on moudles [20:10:37] modules [20:18:44] You probably don't have lua installed [20:19:03] Or haven't installed a submodule you should have [20:22:06] what discord feed extension works these days? [20:24:53] I suspect it's permissions on the binary or your web host blocking binary executions. [20:25:11] what i need to do to remove the error [20:25:57] https://github.com/jayktaylor/mw-discord <- works on my friend's 1.39 site. [20:38:32] used the extension lcawte used and its not feeding anything to discord [21:28:21] the discord extension isnt working