[07:14:21] Hello,I am new to mediawiki comunity.I have just started fixing bugs.How do i debug mediawiki core? [07:24:15] Nemo_bis:Hello,I am new to mediawiki comunity.I have just started fixing bugs.How do i debug mediawiki core? [07:33:48] !debug | MJaved [07:33:48] MJaved: For information on debugging (including viewing errors), see http://www.mediawiki.org/wiki/Manual:How_to_debug . A list of related configuration variables is at https://www.mediawiki.org/wiki/Manual:Configuration_settings#Debug.2Flogging [08:34:22] Anybody has a solution for PdfBook extension not printing characters which are in cp-1250 && cp-1251 character tables? [08:50:42] Niharika:Is it fine to use firebug as a debuger for debugging core [09:30:20] Hello anyone here? [09:32:35] !ask [09:32:35] Please feel free to ask your question: if anybody who knows the answer is around, they will surely reply. Don't ask for help or for attention before actually asking your question, that's just a waste of time – both yours and everybody else's. :) [09:32:42] ^ ja_ [09:32:54] ok [09:33:55] anyone is spanish? my english is bad [09:34:32] i will try. [09:34:53] ok {{}}} is for pages? categories? [09:36:14] which problem would you like to solve? [09:37:08] for example.i have 1 page called Portada and i want use Put here page "Portada" which is the line that i need? [09:39:06] {{Portada}} could be used for that situation [09:39:19] it is a transclude syntax [09:40:54] oh there's typo [09:41:08] it should be {{:Portada}} [09:41:27] careful with prefixed colon [09:42:33] {{:Portada}} will works [09:44:40] devunt: i love u muak muak muak [09:44:43] thanks! [09:50:52] welcome [09:53:54] devunt: can be possible ? [09:56:30] I don't know much about that tags (maybe wikia's own feature?) [09:56:38] but I guess it can be anything [10:02:39] anyone knows if it possible o [10:34:47] hello, i made some changes and after creating new branch it doesn't show any changes when i do git status and git diff.. i am following gerrit tutorial stepwise. [11:16:26] l [13:43:53] Hey, Anyone that can advise me on this error? ''Policy restriction in effect. The fifth parameter is disabled on this system''! Since I upgraded from 1.15 to 1.24.1 I am not able to register any new members on my wiki. [13:44:33] My provider ''one.com'' does not support the fifth parameter. [13:44:54] There is nothing about it on mediawiki.org [13:46:50] */me is irritated by this [13:48:16] Hey, Anyone that can advise me on this error? There is nothing about it on mediawiki.org ''Policy restriction in effect. The fifth parameter is disabled on this system''! My provider ''one.com'' does not support the fifth parameter. Since I upgraded from 1.15 to 1.24.1 I am not able to register any new members on my wiki. [13:48:53] #nl-wikipedia [13:50:25] Rodejong: The "fifth parameter" to what/ [13:50:27] ? [13:50:52] To the emai extension [13:50:56] email* [13:51:25] Which version of PHP are you running? [13:52:12] php 5.6 [13:52:41] It runs on the servers of one.com [13:53:19] They're not supporting the 5th parameter as it is vonurable to spam [13:53:32] (their words - not mine) :P [13:54:49] Ooh I see what's going on there [13:54:56] UserMailer.php does in fact attempt to work around this [13:55:16] But it only knows to do that when safe_mode is enabled [13:55:31] So maybe your system has safe_mode off while still having the restriction [13:55:54] Is that something I can change myself? [13:56:11] Rodejong: In includes/mail/UserMailer.php on line 321 you should see $safeMode = wfIniGetBool( 'safe_mode' ); [13:56:18] Try changing that to $safeMode = true; [13:56:35] ok doing that. just a sec [13:56:48] (how do you ping me by the way?) [13:57:29] In most IRC clients you can do something like Roa[TAB] and it'll autocomplete to RoanKattouw: [13:57:55] aha okay RoanKattouw [13:58:00] :D [14:02:48] RoanKattouw: It works!! [14:02:56] Thank you so much [14:03:43] I believe this should be taken into the bugs center or so, as I think many private wiki's who run on one.coms servers have this problem? [14:03:53] But again. Thank you [14:04:11] Rodejong: Yeah if you could take the time to file a bug about this, that would be nice [14:04:17] https://phabricator.wikimedia.org [14:04:56] I will do that. Thanks again [15:15:39] Hi. I followed https://www.mediawiki.org/wiki/Help:Extension:Translate/Translation_memories and Special:Version shows Elastica 1.3.0.0 in extensions. But when I search something on Special:SearchTranslations its says "The search service is temporarily unavailable." Could somebody help me with it? [15:17:32] <^d> ayushi: I'm assuming you set up Elasticsearch? Assuming you have you need to follow the steps in https://www.mediawiki.org/wiki/Help:Extension:Translate/Translation_memories#Bootstrap to get the index populated and useful [15:22:17] ^d: Yes, ttmserver.php ran without any errors.. [15:22:57] <^d> ttmserver-export.php? [15:31:33] ^d: For bootstrapping.. [20:47:30] hello [20:47:50] can anyone tell me why my wiki looks like this: http://root.artwaves.de/sharex/2015-03-13_21-47-38.png [20:48:04] its seems that the template syntax is not rendered (just guessing) [20:50:34] i am tired. n8. maybe tomorrow [20:51:50] !e ParserFunctions [20:51:50] https://www.mediawiki.org/wiki/Extension:ParserFunctions [20:55:13] Hello, one question. The 'page_id' field in the page_table is always unique, regardless of the namespace that page is in, right? I.e. main, talk, category pages cannot have the same 'page_id'. [20:59:36] adrian_1908, right [20:59:53] Platonides: thanks! :) [21:00:01] you are welcome :) [23:51:41] hi - simple question - on ubuntu what user should own the mw directories? thanks [23:52:09] www-data i have seen, ubuntu i have seen, and root i have seen [23:54:18] seems www-data is the one to go with