[06:37:13] MaxSem: Thanks for the +2 :) [08:15:57] Hi all, I'm having problems with translation fallback on my wiki. The top navigation is defined here: https://tidalcycles.org/index.php/MediaWiki:Tweeki-navbar-left [08:17:08] If I change my language to e.g. German, it disappears, until I make a of the navbar for the language I'm using (e.g. https://tidalcycles.org/index.php/MediaWiki:Tweeki-navbar-left/de , although I haven't created that yet) [08:19:43] In my LocalSettings.php, I have $wgLanguageCode = "en", I'd expect that to be the default fallback for when a translation isn't available in the language I'm reading in, but it seems that isn't the case [08:19:54] Does someone have some tips for how I can fix/debug this problem? [09:55:16] Hi there, I need to set up medaiwiki with ldap-backend for the useres and I'm a bit confused about the current state of connecting mediawiki to ldap. I've found about https://www.mediawiki.org/wiki/Extension:LDAP_Authentication but fro the site it looks a bit outdatet. Also I stumbled upon https://www.mediawiki.org/wiki/LDAP_Stack. Additionally I found plenty of tutorials all about the former and quite nothing about the later. Now [09:55:16] I wonder which would be the best way to go, also concernig future updates. [13:55:31] Looking for assistance. After upgrading to 1.33, getting error... [XZtDrNTMHNDPjzGG@k3twAAAAc] 2019-10-07 13:54:11: Fatal exception of type "Error" [13:57:29] Hi adam90, do you have error reporting on in your LocalSettings? [13:57:48] So you can get a less generic error... [13:59:15] I do not believe so [13:59:40] so, please, change/add to your LocalSettings something like: [13:59:49] ini_set("display_errors", "on"); [14:00:00] error_reporting(E_ALL & ~E_STRICT); [14:00:12] $wgShowDBErrorBacktrace = true; [14:00:19] $wgShowExceptionDetails = true; [14:00:46] after saving, try entering your wiki again while watching the logs [14:02:09] ok... [14:07:00] Here we go... [14:07:07] [XZtGbCXjNVWTf@X4mjb2DQAAABY] / Error from line 30 of /home/xxxx/public_html/wiki/extensions/Collection/Collection.hooks.php: Call to undefined function wfUseMW()Backtrace:#0 /home/mdcosmet/public_html/wiki/includes/Setup.php(903): CollectionHooks::onSetup()#1 /home/mdcosmet/public_html/wiki/includes/WebStart.php(77): require_once(string)#2 [14:07:07] /home/mdcosmet/public_html/wiki/index.php(39): require(string)#3 {main} [14:10:59] I disabled the "collection" extension and it is now loading :) [14:11:05] adam90: try adding this to your LocalSettings=> require_once("$IP/extensions/Collection/Collection.php"); [14:11:20] If you want/need the Collection extension [14:11:27] cool! [14:12:13] That was in the localsettings... I commented it out and mediwiki loaded [14:12:48] maybe this extension is not supported in the newest version, dunno [14:14:20] I will check that out. Thank you. [14:14:42] You're welcome! [14:24:19] Looking for recommendations for the current (1.33) version that do the following…1. Graphic User Interface to enable novice users to easily edit pages2. PDF builder for categories [14:27:17] duesen: what do you want to do with the last of patch of three? [14:57:35] Hello! I just encountered a problem with my mediawiki. The front page no longer works, and I get the message "Sorry! This site is experiencing technical difficulties.". However, other pages on the wiki do work! If I go straight to an article there's no problem. Furthermore, when I try to go to the front page it prints the entire content of my [14:57:36] localsettings.php file there in front of the error message [15:01:05] The website is www.fithydro.wiki (I deleted sensitive content from my localsettings.php file for now). Going to that link used to work. It still works if I go straight to http://www.fithydro.wiki/mediawiki/index.php/Main_Page [15:32:20] Bendik: can you check your LocalSettings has the php tag on the first line? [16:04:04] Nikerabbit: hey. re method_exists vs is_callable: i don't care much. in my mind, it's effectively a version check, so method_exists makes more sense. but is_callable is more reliable for actually ch3ecking if we can call it [16:04:31] I'll change the patch to is_callable [16:11:33] Nikerabbit: done [16:54:09] duesen: hopefully just flaky test failure [17:21:03] Nikerabbit: yes, seems to be passing now [17:40:57] duesen: okay I gave +2. [17:47:02] Nikerabbit: \o/ [17:47:37] thank you! [17:49:02] duesen: you are now unblocked, right? [17:49:46] Nikerabbit: yes, I believe so! I'm still catching up with my inbox, but unless something new has come up, this is it! [17:50:07] Next step is to turn off support for the old schema on testwiki [17:51:50] Nikerabbit: thank you for your support! getting the highly optimized special cases right is always a challenge [17:59:58] duesen: (un)fortunately we were already checking the performance of that code [20:49:07] Question: What LightnCandy package works best with MediaWiki? [20:49:14] I've looked and looked. [20:50:18] composer info | grep ightn [20:51:07] JulieC: The one that MW installs using composer [20:51:11] "zordius/lightncandy": "0.23" [20:51:28] zordius/lightncandy v1.2.4 An extremely fast PHP implementation of handlebars ( http://handlebarsjs.com/ ) and mustache... [20:51:55] Why is yours a 0.23 and mine a v1.2.4 [20:52:02] Some extension? [20:52:11] How did you install it? [20:52:23] MW uses an old version because the changes aren't backwards compatible [20:53:43] Some way that hosed up composer, so I had to clear it and start over. [20:54:10] read: I don't have root access, an IT person used root to set it up the first time, then it wouldn't work for me. [20:55:11] includes/ParserFunctions.php is not happy with LightnCandy as is [20:56:46] I removed, required with 0.23, got v0.23 .. [20:56:54] I don't think the ParserFunctions extension cares about lightncandy [20:57:06] And hey there! [20:57:23] My recent changes pages works again. [20:57:39] Thanks for the version hint. [20:58:03] Sorry, TemplateParser.php [20:58:13] I've been in fixing parsers mode [20:58:27] It sounds like someone upgraded it because composer said it was out of date [20:58:37] Not looking at the version constraint MW has [21:00:55] How could one tell what the version constraint MW has is? [21:02:31] look at composer.json in the root of the MW folder [21:02:51] https://github.com/wikimedia/mediawiki/blob/master/composer.json#L60 [21:05:22] Thank you, that is helpful.