[00:12:44] I'm having trouble logging in -- forgot my login info! [00:14:03] Logging in where? [00:14:57] Wikipedia [00:17:36] Nevermind. Resovled. Thank you. [06:38:10] Niharika: is that a known vulnerability? Any links? [13:58:52] im using nginx with mediawiki and i am able to pull the homepage fine but the links give me 404 errors. what rewrite rules are necessary to use nginx. I also serve it from domain.com/wiki [14:01:29] how do the links look like? [14:11:42] mistawright: make sure you have $wgArticlePath set correctly [14:16:28] andre__, wiki/Special:UserLogin sorry locked myself out the house [14:16:54] that address is a 404? [14:17:05] and domain.com/wiki works and goes to the Main_Page ? [14:17:39] yes sir [14:19:08] andre__, i am able to go to domain.com/wiki [15:27:57] when i import an xml file in MW nothing happen, i did that file myself, how to know what is wrong? [15:33:04] i had take revision markup off, is it a problem? [15:33:09] i have* [15:39:56] vev_: What are steps to reproduce the problem? [15:45:32] andre__, i made the file myself, putting off some markups and byte parameter, then i uploaded the xml file in Special:Import [15:45:56] code: http://www.libreidea.org/Test [15:51:24] i put off revision markup, this is bad i guess [15:55:20] andre__, it works, the problem was revision markup [15:55:25] ty [17:04:52] so any ideas of why mi wiki works when i visit domain.com/wiki but the other urls give me 404's I would assume that has to do with the rewrite rules. however i have not been able to find clear and concise instructions on nginx rewrite rules for mediawiki [17:29:07] can anyone help with this? [17:34:15] https://www.mediawiki.org/wiki/Manual:Short_URL/Page_title_-_nginx,_Root_Access,_PHP_as_a_CGI_module [17:43:21] Reedy, I serve mediawiki from a subdomain /wiki [17:43:44] That's not a subdomain [17:43:56] meant subdirectory not subdomain [17:59:23] mistawright: make sure you understand the difference between $wgScriptPath and $wgArticlePath [17:59:46] Note that the "nice" path for pages is typically *not* the actual directory name [18:00:05] w.g. wikipedia uses /wiki/ for pages, but has the installation in a directory called /w/. [18:00:31] The path /wiki/ is purely virtual, it does not exist in the file system [18:01:08] (if you got it wrong, you can simply rename the directory - as long as you set $wgScriptPath and $wgArticlePath correctly, this should Just Work) [18:03:30] DanielK_WMDE, under the default nginx vhost is where i added mediawiki. i created a symlink called wiki to /var/lib/mediawiki [18:03:45] are you suggesting i change the symlinks to "w"? [18:40:38] mistawright: that would be the typical setup, yes [18:49:09] mistawright: it's not really important what it is. it's important that the article path is not the file path [20:19:44] hello [21:15:23] Hi everyone! I am dp07Daniel from Argentina. I am trying to configure my .htaccess for use my wiki as /wiki/Main_page (I don't like /wiki/index.php?title=Main_page). [21:15:30] But now I have some problems. If I put: /wiki/Main_page, I only get 404 error. But I put /wiki/index.php?title=Main_page, I will be redirect to /wiki/Main_page and... If I clic a link, again 404 error [21:15:36] Can somebody help me? [21:20:21] !shorturls [21:20:21] To create simple URLs (such as the /wiki/PAGENAME style URLs on Wikimedia sites), follow the instructions at or try the new beta tool at . There are instructions for most different webserver setups. If you have problems getting the rewrite rules to work, see !rewriteproblem [21:21:26] MatmaRex, I tried with both pages [21:21:55] I tried a lot of .htaccess command lines [21:22:19] !rewriteproblem [21:22:20] 1) Try as a fail-safe method; 2) Do not put the files into the document root; 3) Do not map the pages into the document root (see !nullpath); 4) Use different, non-overlapping paths for real files and virtual pages; 5) Do not set a RewriteBase; 6) Put all rules into the .htaccess file in the document root. See also !shorturls [21:24:04] One question more... On my root directory, I have rewrite rules for redirec http to https... [21:24:25] Can I use more of one write rules? [22:11:19] Is there a way to add a link next to where preferences is and your username, or the login link if you're not lgoged in? [22:12:04] I tried Googling it but all I can find is how to wikiformat links in regular articles or how to edit the side bar, which doesn't help[ because it's not shown to mobile [22:15:59] I think I found a Google query that's gonna help: mediawiki mobilefrontend extension customize menu [22:16:35] WrinkledCheese_: a bit of javascript could add it easily [22:16:55] Yeah, that's what I'm reading. [22:18:25] Reply to: "It would be useful to make this configurable via LocalSettings.php - patches welcomed." https://bugzilla.wikimedia.org/show_bug.cgi?id=63459 [22:24:24] Excuse me... Always page that I visit on my wiki and it is not created (red link), say this: https://dpaste.de/3ibm [22:24:52] Somebody know what's mean that error line? [22:25:32] there's some error… [22:25:42] enable debug mode to see the full backtrace [22:26:12] add $wgShowExceptionDetails [22:26:18] add $wgShowExceptionDetails = true; do LocalSettings.php [22:26:50] Okey! I will try atm [22:27:24] (then you will need to figure out why there's an exception to begin with) [22:30:20] Thanks Platonides. I have a new situation now with more information: https://dpaste.de/CzD3 [22:31:13] it's a problem with the Winter extension [22:31:20] it seems to be outdated [22:32:12] in this case it should be using ->getUser(), not ->mUser [22:32:41] Winter! [22:33:12] yeah, installing that on June O_O [22:35:32] jajajaja [22:35:43] Are there a new version of winter? [22:35:50] It's obsolet? [22:36:04] sorry, my english is not good. [22:37:00] In my country we will start the winter in 9 days xD [22:37:53] OMG! Mediawiki and Wikipedia, removed the winter plugin [22:37:57] O_O [22:37:59] Why? [22:53:39] Ugh, where do I find which file controls the MobileFrontend menu? [22:53:48] ...wait. It's in the extension folder... [22:53:55] I'm too tuired for this [23:29:18] It seems the MObileFrontend extension menu is data driver, but I don't know where that data is. THere seems to be some sort of template system, but I can't find any template resources. [23:29:26] Anyone familiar with this extension