[01:23:11] Hello? [01:23:31] I need help getting It setup [01:23:32] I encounter a error 500 when i click on setup the wiki [02:15:18] Gator_Boss: Probably an issue with the code. Did you edit any of the files? [02:15:41] Gator_Boss: Is the LocalSettings.php having the right syntax everywhere? [02:47:43] Hi guys! "enotif_lastdiff": "See $1 to view this change." where is $i from? My wiki always generate a diff URL with & but not &. [02:47:59] I dont have a localsettings . php [02:48:08] MediaWiki 1.26.2 [02:48:08] LocalSettings.php not found. [02:48:09] Please set up the wiki first. [02:54:25] Gator_Boss: If you install mediawiki by http://wiki.xxx.com/mw-config/index.php, it will generate a LocalSettins.php after installation. [02:56:01] Gator_Boss: or you can copy a sample LocalSetting.php, and change it. [03:07:19] Ok [03:15:22] I dont have a dns rule for wiki. [08:21:34] Does Squid with Mediawiki only cache what the Mediawiki Squid API tell it to, or does it cache everything it can and only purge it when told? I'm trying to setup varnish, but varnish is built to cache everything, which of course doesn't work because Mediawiki updates multiple pages when one page is edited [12:33:30] hello [12:33:52] I just updated my wiki to 1.26.2 and it keeps saying that my captcha is wrong [12:34:19] NoCaptcha has that problem [12:34:48] original ReCaptcha does not even load at all [12:35:23] Although I see enter the captcha message, the actual captcha frame does not load [12:36:48] I am using ConfirmEdit git build [12:37:04] As the one bundled with 1.26.2 produced errors when checking captcha [13:28:07] I need help setting up media wiki. MediaWiki 1.26.2 [13:28:07] LocalSettings.php not found. [13:28:07] Please set up the wiki first. [13:28:27] I get this farbut then i get an error 500 when i click on setup this wiki [14:27:08] manatails: did you generate the initial images? [14:27:38] CZauX: mediawiki can send purge notifications [14:27:46] but you need to tell it to do so [15:09:57] hi [15:11:27] I have a problem with mediawiki:common.css : can not edit even if my user is admin+editinterface rights. can anybody help? [15:18:28] Is anyone here familiar with CSS or HTML? [15:20:28] @saph depends on your question. but try! [15:25:52] hi again [15:26:13] I have a problem with mediawiki:common.css : can not edit even if my user is admin+editinterface rights. can anybody help? [15:28:02] iam here still....waiting [15:28:31] but switched to the second screen [15:29:52] @kreativnix I'm trying to position several boxes together to form together, but they keep auto positioning themselves to the far right, and breaks the window and extends the wiki page far out [15:30:33] kreativnix_: What error page do you see? [15:30:52] @kreativnix I'm trying to make a page look look like this - http://i.imgur.com/mYzR7BV.jpg [15:32:08] @kreativenix But the box continues to sit to the right. I'm a bit to the CSS field, so I'm trying my best to troubleshoot this. I'm using this wiki sandbox as an example http://www.spaceengineerswiki.com/Sandbox [15:32:18] bit new* [15:32:25] @Glaisher: I see "Login Required! as I would have been log out. [15:34:11] kreativnix_: Can you paste the full text of the error message? or is that the only text you see? [15:34:16] @saph I know something but this problem is too difficult for me. Especially on this communication channel. [15:37:09] @ Glaisher: I see the systemmessage loginreqpagetext [15:41:03] @Glaisher: correction: I get (loginreqtitle) message [15:42:21] @Glaisher: I used the trick ?uselang=qqx to find it out. [15:50:40] kreativnix_: Can you link to the page you're trying to edit? [15:51:35] @Glaisher: I tryed to edit mediawiki:common.css [15:53:04] And you're sure that you have the editinterface right? [15:57:23] (Talk | contribs | block)‏‎ (Administrators, bureaucrat, interfacers, administrator) [15:58:12] interfacers = Edit the user interface (editinterface) [15:59:39] Perhaps there's another right which is checked for in namespace protection on your wiki. Do you have access to the config files or shell? [16:03:01] yes I have already changed LocalSettings.php [16:04:16] but this should be working: MediaWiki Edit the user interface (editinterface) [16:04:45] Did you customize $wgNamespaceProtection on your wiki? [16:05:31] no! [16:08:38] Just to be sure, can you check if there's anything related in Special:ListGroupRights' namespace restrictions section? [16:08:41] at the bottom [16:10:08] Done. There is only this one entrz. [16:12:30] I have just put this one line (which is default) in the LocalSettings.php, just t be sure sure, but no change. [16:12:58] $wgNamespaceProtection = array(); (since 1.14) [16:18:56] You have that line on your LocalSettings.php? [16:19:22] yes [16:19:58] would it be possible, that there is a wrong entry in Setup.php? [16:20:23] uh, can you show me the full contents of that line? [16:20:41] because if you have exactly that, your wiki would be broken [16:20:43] $wgNamespaceProtection = array(); [16:21:15] Can you remove that line? [16:21:29] or comment it [16:22:31] Done. Same result. But the line was at the beginning of our chat not in the file. [16:23:04] It doesn't need to be added anyway. [16:23:56] I know that. But I tryed because I didnt know if it would have any effect. [16:24:12] Perhaps there's something else preventing you from editing it [16:24:29] Can you think of an extension that would do this? [16:24:34] or something related to permissions [16:24:38] yes, but what? I have so much pages read.... [16:24:44] but nooo idea. [16:31:09] @glaisher: do you have still an idea where I could search? If not I would thank you very much for spending your time and woul logout again. [16:32:39] Sorry, I don't know. The only thing that I can think of is an extension possibly modifying a permission related to that. [16:33:23] Ok. I thank you very much for your help an wish you happy Easter! Good bye! [21:30:28] Platonides: I know mediawiki can send purge notifications, but it will only send purge notifications to the page being edited, not to the other pages such as history and edit. Thats why I'm wondering if Squid only caches specific pages.