[00:51:04] can I somehow display a section on the right? I did it with the tables without problems but whats with the section header?: ==Second Team (7)== [01:40:19] huh. css-sanitizer is totally not working for me locally and I can't figure out why [01:40:32] no php fatal errors, no warnings, just a blank page [01:40:51] * bawolff goes to the tried and true method of putting var_dump( __METHOD__ ); die(); all over the place [01:47:42] Oh there is an error [01:48:00] the vagrant hhvm log file helpfully omits repeated error messages [01:48:04] that's not confusing at all [02:04:16] And the issue seemed to maybe resolve itself by running composer dump-autoload and touching a bunch of files to kill cache [02:59:57] that script is malware FYI: http://puu.sh/vs94W/a807b8bf59.png [12:07:16] Hi. I very much doubt this but is there an extension that "imitates" sql.php and allows users to execute queries on-wiki? If yes, does it have a way to only allow certain queries and have certain limits to how frequently they can be used? [12:53:57] Reception123: https://www.mediawiki.org/wiki/Extension:External_Data [12:54:25] Thank you Vulpix [15:29:17] AskSql used to be in MediaWiki core, but it wasn't a great idea. [15:29:27] You could set up MySQL views and use something like quarry, maybe. [15:30:05] Or phpMyAdmin or similar with a read-only account? [15:37:50] AskSql was an extension, I doubt it would be in *core* [15:38:26] oops, I'm now reading it was- wtf? [16:55:11] my wiki suddenly stop to show the artikels [16:55:25] and the error message you get is...? [16:55:33] non [16:55:54] so what exactly is displayed? [16:55:55] https://www.mediawiki.org/wiki/Manual:How_to_debug [16:56:59] will try this, brb... [16:57:30] dan4ever: so what exactly is displayed? [16:57:34] do you get a blank page? [16:57:48] do you get the navigation items but just not the page content itself? [16:57:55] please describe what actually happens. [16:58:00] If the first: https://www.mediawiki.org/wiki/Manual:Errors_and_symptoms#You_see_a_Blank_Page [17:00:14] The page is shown but not what we have whrigt [17:00:18] Warning: preg_match(): Compilation failed: group name must start with a non-digit at offset 8 in /storage/ [17:00:27] a lot of error [17:00:35] is it possible that something in en:template:lang is broken ? https://en.wikipedia.org/wiki/Administrative_divisions_of_Myanmar#2008_Constitution produces a linebreak before "in Burmese" [17:06:21] dan4ever, what is your MediaWiki version? [17:07:04] and which pcre version on the server? [17:07:15] might be https://phabricator.wikimedia.org/T60640 with the patch in https://gerrit.wikimedia.org/r/#/c/122449/1/includes/MagicWord.php [17:08:41] https://www.mediawiki.org/wiki/Manual:Errors_and_symptoms#All_pages_have_no_content.2C_but_when_editing_a_page_the_wiki_text_is_there [17:09:04] it seems you have an old unsupported MediaWiki version, please upgrade [17:09:42] 1.18.2 but trying with newer one but no change [17:11:37] I can see everything exept for the articles [17:12:47] when hit edit, I can see the text but not without hitting edit [17:12:50] and SHIFT-P is good to create a parallel way in josm [17:13:05] (grrrr wrong window) [17:15:50] just installed 1.23.17, no change [17:17:11] have to came back later... brb [17:43:58] katp[tab] grrr, I fixed it [21:04:41] Where is the best place to hook to modify the list "(talk | contribs | block)" printed after names? [22:16:40] Extrarius: https://www.mediawiki.org/wiki/Manual:Hooks/UserToolLinksEdit [22:17:19] Is the relevant hook [23:08:19] thank you