[00:24:26] I had my wiki installed in /wiki_2 and it runs there, when I move it to /wiki (and change wgScriptPath) it gives me a PHP version error, then when I move it back to wiki_2 it works (this isn't cached, it's really doing this). [00:24:53] My initial impression is that this has something to do with the MediaWiki installer putting a dependency somewhere that wiki_2 can access but not /wiki... am I understanding that correctly? [00:26:37] * Reedy blinks [00:27:02] Composer does not appear to be installed on this server, so I don't really get how it was working before [00:27:27] Either the phar, or the provided "vendor"-y repos [00:28:32] I just installed composer globally and did "composer install --no-dev" [00:28:57] and it still gives me the compatibility error. Is there a way to get more verbose output form that so I know what I'm missing [00:29:22] Anyone familiar with Semantic Mediawiki? I'm trying to do something pretty simple but no amount of doc reading is giving me the answer [00:29:25] What's it giving you now? [00:31:11] So I have this here query: [00:31:30] {{#set: Last Log={{#ask: [[Category:Roleplay Logs]] [[Log Characters::{{{Char_id}}}]]|limit=1|sort=Log Date|order=ascending|searchlabel=|format=}}}} [00:31:50] @Reedy: it gives me this: http://screencast.com/t/QrftxOnby [00:32:04] as you can see I am trying to set the 'Last Log' property to the results of the #ask. Trouble is, Last Log is a 'page' property because I want it to be displaying a page when I call it in another #ask elsewhere... [00:32:17] BUT the #ask is putting out SOMETHING that the page type property won't accept [00:32:22] I'm getting the error... [00:32:40] ":40/Intel|40/Intel" cannot be used as a page name in this wiki [00:33:11] I've tried looking at all kinds of output format options and argh. I don't know what it expects. [00:33:32] The plot thickens. If I comment out wfEntryPointCheck, I get this "Warning: require_once(/var/www/html/bluelinegamestudios.com/wiki_2/includes/../autoload.php):" which makes it look like my opcode caching is still caching the old paths [00:34:08] touch all the things [00:34:42] SeanColombo: Restart Apache/NGINX/PHP-FPM/etcetera too. [00:34:53] apc_clear_cache() ftw. Up and running: http://bluelinegamestudios.com/wiki/index.php/Main_Page [00:35:08] Thanks peeps :) [00:36:30] thanks again... heading out. Gnight! [00:36:31] I really just need to figure out how to #ask for the text of the page name, hrmngh [00:38:00] oh [00:38:02] they have their own IRC. [00:57:23] and aren't very active. :( [01:10:21] got it working [04:48:55] When I did : vagrant up it shows... Bringing machine 'default' up with 'virtualbox' provider... ==> default: VirtualBox VM is already running. but I am unable to see anything at http://127.0.0.1:8080 [05:29:03] 'vagrant up' shows "Bringing machine 'default' up with 'virtualbox' provider... ==> default: VirtualBox VM is already running." But I am unable to see anything at http://127.0.0.1:8080. Thanks. [06:00:39] chihiro__: Try sshing in? [06:00:42] vagrant ssh [09:43:10] Hi everyone! :) [09:43:57] Does anyone here use mediawiki local for organizing people and projects? [09:44:14] Hihi [09:44:21] hi faceface! [09:45:05] Two questions about Lia and templates... Does lua parse templates? [09:45:12] Lua [10:30:15] Would $wgLocaltimezone display a time on all pages of a wiki? [10:31:47] Oh wait nvm it won't. [11:41:11] morning [11:41:25] image syntax allows you to set width, but can it be used to set height instead? [11:47:43] nm found it :) [12:30:33] Does Lua replace info boxes? [14:49:59] Not quite. [14:50:09] Scribunto/Lua is a replacement for ParserFunctions. [15:38:24] Why does Chrome make 7 more requests for images compared to Firefox on this (HTTP/1.1) page? I think it's loading less of them as inline data. http://www.webpagetest.org/breakdown.php?test=151010_AJ_JDY&run=1&cached=0 vs. http://www.webpagetest.org/breakdown.php?test=151010_B2_JDX&run=7&cached=0 [15:45:58] are some images being embedded inline now? [15:51:47] since ages AFAIK [15:52:09] (wiki.wikimedia.it is only 1.24) [15:55:28] I don't see base64 encoded images in HTML for that page, at least [19:00:20] Trying to use CiteThisPage in new 1.25.1 install. tag not processed, {{cite ...}} just shows as template ref. Hope someone will throw some hints at me. [19:00:56] FlipBill: You want Cite extension. CiteThisPage is different i think [19:00:58] !e Cite [19:00:58] https://www.mediawiki.org/wiki/Extension:Cite [19:01:13] Have put wfLoadExtension('CiteThisPage'); in LocalSettings with no complaints. [19:01:30] CiteThisPage is to generate refs/cites IIRC [19:01:46] Ooohh. OK - I thought it was deprecated... maybe didn't read carefully. [19:05:30] Used wfLoadExtension for Cite and seems OK now. Thanks much. [20:07:13] there used to be a stats page that used to show most visited pages/articles on a wiki. For some reason after na upgrade; it seems gone. What changed or how can we have page stats information again ? [20:08:29] They were extracted to an extension IIRC [20:11:21] !e HitCounter | HeXiLeD [20:11:21] HeXiLeD: https://www.mediawiki.org/wiki/Extension:HitCounter_ [20:56:31] do u know if there is a way to display more than the 10 most visited pages ? [20:59:40] got it. found the code [23:07:48] o/ [23:07:58] having some trouble aligning all cells in a table centered. I can do it for each individual row, but is there a way for ALL? my mediawiki-fu is failing me..... [23:17:02] Hey Reedy, do you know how to bypass it in the .htacess file, it said I can. [23:18:43] http://davidwalsh.name/php-values-htaccess [23:18:48] But that isn't going to work for cli [23:19:38] Oh darn. [23:20:55] Well you said something about the web installer before? [23:31:41] I guess my last option is via FTP.. [23:31:51] It doesn't help [23:31:59] You still need to update the database [23:34:01] Wow so I'm definitely just stuck then I guess.