[08:22:33] is there anyone familiar with Extension:MediaWikiChat? [08:23:39] I installed it and I go to the special:chat page, but even though I can type and hit enter, the text will show up in the log but does not register my coming to the page nor anything shows up in the chat itself [12:07:54] https://wikiapiary.com/wiki/Category:Oct_2014_Import [12:17:00] Upgrading to 1.23.4 and image paths for thumbs are all "wiki/1.5x". Something big is wrong there :/ [12:18:02] Tried the obvious global settings but no luck. Could it be processResponsiveImages() in Linker.php mocking this up? [12:19:07] It does. WTF [12:19:30] $thumb->responsiveUrls['1.5'] [12:26:01] But could be related to another problem I have: New thumbs cannot be created. Possibly ImageMagick under PHP 5.5.13 [12:52:14] My ImageMagick doesn't work. The debug log shows at the end: [thumbnail] Removing bad 13629-byte thumbnail "/tmp/transform_985cd797c966-1.jpg". unlink() succeeded [12:57:08] Disabling ImageMagick returns "Error creating thumbnail: Invalid thumbnail parameters". Error log for a thumb.php call: https://dpaste.de/hxwe [13:13:36] Teh above was with ImageMagick, here GD: https://dpaste.de/vP2L >> File mwstore://local-backend/local-thumb/4/41/Test_image.jpg/200px-Test_image.jpg does not exist. [15:12:57] using Special:AllMessages, is it possible to customise "real name" text that shows up in the registering form ? [15:33:00] Richlv: I don't think there's a "real name" field on the signup form [15:33:03] by default, that is [15:39:25] Glaisher, well, the text that says "Real name is optional. If you choose to provide it, this will be used for giving you attribution for your work." :) [15:42:01] oh. it seems there was one in old versions [15:43:48] MediaWiki:Prefs-help-realname & Mediawiki:Yourrealname [15:43:59] you can find those messages in those pages [15:50:27] WHat is used instead of $wgMessageCache->addMessage() now to cache messages? [16:09:20] Lydia_WMDE: call busted? [16:09:53] manybubbles: rob just sent another invite [16:09:56] I'm just now trying because I relied on the ping from my phone and didn't get it (silly me) [16:10:27] we were having issues so no worries [16:41:39] hello there [16:41:43] i forgot admin acccesss on my wikipedia [16:41:47] how to add an admin user from mysql ? [16:42:41] <^d> There's a maintenance script called createAndPromote.php [16:42:46] <^d> Run that from the commandline. [16:43:07] <^d> (it'll do it all for you, no need to muck about in mysql directly) [17:58:36] Helder: nice, https://en.wikibooks.org/wiki/PostScript_FAQ is their official faq per http://ghostscript.com/FAQ.html [17:59:28] interesting :-) [17:59:34] Nemo_bis: If only could they make it an ‘https:’ link instead. [18:00:00] ouch :) write them [18:00:11] Maybe we should do something like http://ghostscript.com/Bug_bounty_program.html [18:01:12] Nemo_bis: http://www.gossamer-threads.com/lists/wiki/wikitech/476865 [18:01:59] Helder: that was quite a different thing [18:58:33] seriously, there's an instruction to update the channel's topic when a new minor version is released. but nobody cares apparently https://www.mediawiki.org/wiki/Release_checklist#Release_a_minor_version [20:25:14] <|flyte|> anyone here try to install the Bootstrap skin? (http://www.mediawikibootstrapskin.co.uk), I';ve followed the insructions from http://www.mediawikibootstrapskin.co.uk/index.php?title=Get_BootStrapSkin#Installation_Instructions, but I get this as the header on my media wiki page: Notice: Undefined variable: theData in C:\wamp\www\wiki\skins\bootstrap\Bootstrapskin.skin.php on line 676 Call Stack #TimeMemoryFunctionLocation .... [20:31:00] hi...for mediawiki vagrant environment, I downloaded the box file directly from https://cloud-images.ubuntu.com/vagrant/trusty/current/ [20:31:36] how do I add it now so that i can run varant up [20:31:48] *vagrant [20:32:32] Vulpix: I think it's hit and miss, sometimes it's done, other times it's not... (discussion from over an hour ago) [20:33:33] impacific: vagrant box add --name 'trusty-cloud' path/to/whatever.box [20:41:52] <|flyte|> anyone here try to install the Bootstrap skin? (http://www.mediawikibootstrapskin.co.uk), I';ve followed the insructions from http://www.mediawikibootstrapskin.co.uk/index.php?title=Get_BootStrapSkin#Installation_Instructions, but I get this as the header on my media wiki page: Notice: Undefined variable: theData in C:\wamp\www\wiki\skins\bootstrap\Bootstrapskin.skin.php on line 676 Call Stack #TimeMemoryFunctionLocation .... [20:42:31] bd808 is it required to get the latest box file? I have one that is like few months back.. [20:42:43] it gave an error... https://dpaste.de/gxEj [20:44:04] isn't vagrant supposed to ease the installation/development of MediaWiki? because I see several complaints about it not working every day [20:45:44] Vulpix: http://en.wikipedia.org/wiki/Cherry_picking_(fallacy) [20:46:06] Vulpix: people for whom it works well don't tend to go on #mediawiki and announce to the world that everything worked as it should have [20:47:54] Vulpix: see its talk page. [20:49:01] there is a last message which stopped me from using it and otherwise I was excited :) and I think it installs some useful dev stuff (especially some of the stuff wikimedia folks are working on) [20:49:33] do you mean the section? lol [20:50:09] no the one below -- i figured out what 64bit is and how to enable it in bios in that one :) [21:05:10] Howdy! I went through the painless one-click-install for MediaWiki with Dreamhost, but I set my wiki to only allow edits from pre-registered users, and I'm not sure how to create an admin user and pass to log in and start creating users, or even just start editing my wiki [21:06:08] impacific: A few months and the wrong Ubuntu OS version. We switched to using a Trusty (14.04) base image for MediaWiki-Vagrant in May. [21:06:53] I tried using the auto-set $wgDBuser or a new DBadminuser, but in both cases, I got the response "there is no user by the name ..." [21:07:44] wikinoob: If you have shell access to the install, you can run the createAndPromote.php maintenance script to create an initial user. [21:08:01] Ah, thanks [21:08:23] bd808 so Iĺl have to download a new box file then? [21:08:37] recent one? [21:09:30] impacific: Vagrant should automatically download one for you. Are you updating an existing MW-Vagarnt install? [21:10:07] If you are, you will need to destroy your existing vm and then start a new one. `vagrant destroy -f; vagrant up` [21:12:24] no Iḿ not upgrading.. I started as per instructions at http://www.mediawiki.org/wiki/MediaWiki-Vagrant except that I downloaded the box file manually (quite a long time back)... [21:12:47] let me try again and Iĺl come back if I get any problem [21:19:50] Hi, I get a "your browser doesn't support cookies" error when I use APC as cache system with wgSessionsInObjectCache being true. [21:20:54] I don't think having wgSessionsInObjectCache with APC is a good idea [21:21:26] with memcached it would make more sense [21:24:49] Polsaker: just avoid it ;) http://stackoverflow.com/questions/1724587/how-to-store-php-sessions-in-apc-cache [21:27:59] <^d> *I don't think having....APC is a good idea [21:28:02] <^d> Fixed for you. [21:28:13] <^d> It's a poor excuse for an object cache. [22:43:50] do people here help with the blue spice plug in as well, or is there someplace I should go for that? [22:52:17] I think that's Markus's thing [22:52:25] He's sometimes around here [22:52:40] If you ask a question, we might be able to help, you won't know until you ask [22:52:49] But most people here probably aren't familar with it [22:54:53] Can anyone help with a resourceloader css issue? My Category pages are not loading CSS when logged out. Logged in users are fine. [22:55:03] Purging the cache doesn't help - I even turned off all caching in LocalSettings and it's still not loading. [22:55:29] debug=true DOES load CSS, but $wgResourceLoaderDebug=true; does not make a difference. [22:55:31] I'm stumped. [22:55:55] No console errors in Chrome nor IE. [22:56:04] link to site? [22:56:22] Ah, see, there's the tricky part... It's internal - behind corp firewall. [22:58:05] I'm on 1.23.3 [22:58:28] I still get the same cookie error with memcached. [22:58:29] PHP 5.3.10 on Ubuntu 12.04 [23:00:24] jlemley: Well first thing I would try is look in your error log for exceptions and things, look at the html source, find the tag for css, and actually load where it links to, and see what the output is [23:00:27] etc [23:07:56] Ok, so nothing obvious, then - I was hoping the debug=true might be a clue, but I'm not terribly familiar with the inner workings of resourceloader. [23:08:24] I haven't been able to find anything in the error log. The css tag shows vector, but when I follow it, it doesn't seem to show any of the vector CSS content.