[02:21:59] Guest55: no, it's not [15:17:04] I'm using the Collection extension in MW 1.31 and its bookcreator.js is using mediawiki.util without declaring dependency. The extension is old enough that it's not using extenion.json - where would I find out about old methods for declaring dependencies? (docs mainly references extension.json) [15:26:53] (I have other extensions which do declare it, but presume from the error I'm getting ("Cannot read property 'wikiScript' of undefined") that those dependency declarations aren't loading it in time. [15:30:35] Abulafia: probably in Collection.php. search for 'wgResourceModules', it's the same format as in extension.json, but as PHP code rather than JSON [15:33:26] MatmaRex: thank you! I've added it there, but am still getting the error, so will dig a little deeper. [16:22:37] heh.. solved the dependency for collection extension, tried to report it as a bug, but phabricator won't let me log in (acknowledges username exists, but tries to make me make a new account). Is that a common issue? [16:50:37] When using thumb.php to generate thumbnails for videos, .ogv works fine whereas .mp4, .webm, and .mkv does not. thumb.php returns ' Error creating thumbnail: File::transform() returned false '. The underlying ffmpeg installed on debian stretch has no problem generating a thumbnail manually. Would anyone know why the thumbnailing is failing? [16:51:42] Abulafia: i've never seen such an issue. are you sure you are logging is using the same method you used to create the account? (MediaWiki vs LDAP) [16:51:54] logging in* [16:52:20] In case the same guys from last time are here, I'm almost certain at this point that the TimedMediaHandler doesn't handle the thumbnail generation - it should be through thumb.php. Something's just not right with the actual generation that's causing transform() to fail. [16:54:02] Yup, I don't have LDAP set up, and it recognizes my user acct (Dlindenberger) and asks for perm to access info on all projects, then sends me to the "new account" page, but a submission there yields " [16:54:03] Another user already has that email". Is there a way to just log in by email & password to see if somehow it's attaching the wrong Username? [17:29:16] hi [17:32:29] i want to remove those arrows with the plainlinks class...is it possible to have a template where i can do blah|customsite [17:33:03] biberao: not sure what you mean [17:33:14] you can easily make a template that wraps the content in a plainlinks [17:33:15] like [17:33:18] yes [17:33:40] imagine this you have a template where you add |site=http:// [17:33:53] but on page it will show up the tiny arrows [17:34:01] depends on how you want to call it, but [{{{1}}} {{{2|{{{1}}}}}}] would probably suffice [17:34:24] how do i call that [17:34:25] ? [17:34:30] call as {{blah|url}} or {{blah|url|link text}} [17:34:47] hum [17:34:49] let me test [17:41:32] i makte a template called CSite and did CSite|url [17:41:48] it returned a [1] [17:42:50] biberao: did you copy/paste the contents I gave above? [17:42:54] for the template [17:43:03] yes [17:43:30] the url it returns gives site.comsitecom if removed the http [17:43:37] else gives other weirdreslts [17:44:22] [{{{1}}}{{{2|{{{1}}}}}}] [17:44:59] there needs to be a space [17:45:02] ah [17:45:04] copy/paste *exactly* as I gave [17:45:15] the text breaks on this window [17:45:22] so thats why i cant see the space [17:45:40] https://www.mediawiki.org/wiki/Help:Links#External_links for reference [17:45:55] ah will read thx [17:45:58] it's the first example there, "External link with specified link text" [17:49:01] thanks [17:50:31] ok gtg for a while [17:50:32] thanks again [17:51:03] hi [18:21:48] hrms. Any users of pywikibot in here? Trying to get imagetransfer.py going, but it's telling me the image doesn't exist. [18:22:35] never mind. I'm an idiot. [19:01:55] so LocalSettings.php is create on installation right? [19:02:23] balance: correct [19:02:48] at the end of the install process, it has you download LocalSettings.php. You then need to upload that to the server in the wiki's folder [19:18:55] so I'm trying to set up mediawiki using nginx - first time really using nginx. So using (server name is an Ip here)https://bpaste.net/show/a8d7358873d1 I get a white screen of death. error display is on in non-cli php.ini and error logs are empty, I'm calling xxx.xxx.xxx.xxx/index.php any idea what I forgot? [19:19:33] the config is mainly from https://www.nginx.com/resources/wiki/start/topics/recipes/mediawiki/ where they state I need a config in LocalSettings.php but that isnt created yet, so... [19:20:15] balance: Once nginx is set up properly you'll go through the intro steps to generate a LocalSettings.php. So you'll want to fix your PHP setup first [19:22:54] cysill, I installed php7.0-fpm which from what I see should be sufficient - without errors, what should there be to fix? [19:24:25] balance: Make sure that the socket is running at /var/run/php/php7.0-fpm.sock like it says in your nginx config [19:32:35] cysill, so /etc/php/7.0/fpm/pool.d/www.conf says it listens on /run/php/php7.0-fpm.sock, I changed it to that although /var/run/php/php7.0-fpm.sock exists too but Im not to sure atm where's the difference. But the problem remains. [19:36:21] balance: And your mediawiki installation is at /var/www/mediawiki? If yes, then your next COA is to enable PHP debugging and figure out what's causing the blank page [19:37:14] cysill, as I said, dispaly_error = on; in the non-cli php.ini and I always have tail -f /var/log/nginx/error.log running. gonna recheck the erro reporting settings. [19:39:08] cysill, thansk have to go afk for 15mins - gonna try to run a simple hell owrld php programm then and see if somethings broken and then try itagai nwith wiki and rechekd error reporting. and yes, it's at /var/www [19:43:43] display_errors isnt the only error reporting config. What is your error reporting level set to? [21:46:34] BanBot, it's E ALL restarted nginx and fpm. I can get a simple phpinfo to be shown on another port, so the socket works [21:46:44] ups hes gone [21:46:59] hi [21:47:06] Skizzerz: here' [21:47:45] if I go to xxx.xxx.xxx.xxx I get a 403 now and if I go to xxx.xxx.xxx.xxx/index.php I still get the white screen of death. [21:55:14] rewriting might be "broken" since I couldnt configure $wgUsePathInfo = TRUE yet. (but unsure) also cant get any errors. error reporting is on for logs and display and on E All. [22:03:20] balance: I'm not gone [22:04:39] have a look at php error_log [22:05:13] Banbot talking... [22:05:38] An intelligent bot after all [22:05:57] BanBot, nah I meant bawolff, hit you by accident :p but thanks [22:06:20] lol [22:06:45] does that confirm BanBot is Bawolff? [22:06:54] Wait what [22:07:53] Could anyone provide me a hand with cargo? [22:08:19] balance: i guess maybe look at developer console for the path of redirects and http status code? [22:10:07] bawolff_, 200 [22:10:32] While im out of ideas :) [22:12:23] bawolff_, must be something very stupid and simpel I am just keep missing. [22:13:45] balance: help me please [22:13:45] :D [22:14:59] bawolff_: [22:15:00] i mean [22:15:28] Well i still dont know anything about cargo [22:18:52] damn [22:18:53] i forgot [22:21:08] i need help :| [22:43:36] anyone into Cargo? [23:02:35] hi