[00:48:45] Hi [00:49:17] I admit the following question is only peripherally related to medaiwiki... [00:49:43] Apache's access.log shows [00:50:13] GET /blablablawiki/ [00:50:17] is expanded to [00:50:46] GET /blablablawiki/blabla.php [00:51:10] Where might I look for who or what appended "blabla.php"? [00:51:59] kingsley: If we're talking MediaWiki (aka wiki/index.php) This happens automatically based on the setting of $wgScriptPath and $wgArticlePath [00:53:48] In general (not just MW), this is usually controlled by some combination of rewrite rules in .htaccess files or apache /etc/apache.conf (and other apache config) combined with header() calls in php (or whatever other application language) [00:58:49] bawolff: I'm happy to report I found several htaccess and .htaccess files with Rewrite rules that would explain how blabla.php was appended, if... [00:59:02] they weren't commented out with "#"s. [00:59:48] I'll check apache' [00:59:59] I'll check apache's config files in /etc... [01:01:10] They're commented out too. [01:01:17] Maybe I'm getting close... [01:40:49] Is my impression correct that apache automatically executes files named "index.php" if it's configured with "DirectoryIndex index.php"? [01:45:11] yes, that's a generally common config [08:22:49] Hi all....I have a problem with template....At the end of template I have [[Category:{{{pro}}}]] to link the page with template at the category:{{{pro}}} [08:24:14] It's works....Buf if I check if {{{pro}}} exist with {{#if: {{pro|}} | [[Category:{{{pro}}}]] | }} this condition doesn't works...Do you can help me? [08:41:36] temuccio: note that you have double braces instead of triple inside the if [08:43:52] Vulpix, this is a inattention [08:44:18] I have this: {{#if: {{{pro|}}} | [[Category:{{{pro}}}]] | }} [08:45:18] This checks the existence of the parameter pro, not the existence of the category [08:50:25] exactly [08:56:29] you need to change it to {{#ifexist: Category:{{{pro|}}} | [[Category:{{{pro}}}]] | }} [08:56:58] https://www.mediawiki.org/wiki/Help:Extension:ParserFunctions##ifexist [09:31:19] Vulpix, I would not check if category exist....I check if variable pro is empty...In this case I would link to Category:{{{bis}}}. viceversa it link to Category:{{{pro}}} [12:46:39] !debug [12:46:39] For information on debugging (including viewing errors), see https://mediawiki.org/wiki/Manual:How_to_debug . A list of related configuration variables is at https://mediawiki.org/wiki/Manual:Configuration_settings#Debug.2Flogging Also see https://mediawiki.org/wiki/Manual:Errors_and_symptoms [13:48:19] I just loaded the SocialLogin extension, but it is not working. I do not know if Special: Login or Special: CreateAccount should show any changes, but I have entered Special: SocialLogin, and it returns the following page: [13:48:31] Uploaded file: https://uploads.kiwiirc.com/files/3c97d4437780e037ab8302ce0709ec46/E8C212C8-7CB4-4BB3-93E8-681497C57709.jpeg [13:49:22] I just loaded the SocialLogin extension, but it is not working. I do not know if Special: Login or Special: CreateAccount should show any changes, but I have entered Special: SocialLogin, and it returns the following page: [13:49:42] Uploaded file: https://uploads.kiwiirc.com/files/f292037fb89668fd76199414b6ea8bec/56C92249-926D-4B6E-B5E8-ED167DFEC5F7.jpeg [15:49:10] I just loaded the SocialLogin extension, but it is not working. I do not know if Special: Login or Special: CreateAccount should show any changes, but I have entered Special: SocialLogin, and it returns the following page: [15:49:25] Uploaded file: https://uploads.kiwiirc.com/files/810b1e407b1ff6ba50f7ece061b5c748/3DC71449-7DAD-44B6-83EB-11BDFA6669B3.jpeg [15:49:58] usually means your localisation cache is out of date [15:51:17] I downloaded the extension, and I was surprised that the "i18n" folder only contains 3 files. [15:52:29] Guess it was never enabled for translation [15:56:53] And configuring the wiki in English, the language that is in the extension I get the same result. [15:58:43] And configuring the wiki in English, the language that is in the extension I get the same result. [16:05:09] !localisationcache [16:05:17] helpful.. [16:07:19] Depending on your wiki config, you might ned to rebuild it manually [16:07:44] Actually, no [16:07:47] Looking at https://github.com/wikimedia/mediawiki-extensions-SocialLogin/blob/master/i18n/en.json [16:07:50] The message isn't defined [16:09:18] But is it normal for the page to be empty? [16:10:08] It looks broken [16:10:15] But the extension also doesn't seem maintained [16:10:18] https://github.com/ajarzebowski/SocialLogin/issues too