[01:01:09] http://dpaste.com/2R5ENZM <--- does anyone know what's causing this? [01:01:41] is there some package I haven't updated? [01:35:29] Volund: might be a bug with mediawiki and php 7 [01:40:47] Volund: actually, the error seems to be with a php library you have installed [01:40:58] if you installed Mail via pear, ensure you update it [01:59:45] Skizzerz: doing so, thank you [02:00:19] I recently updated a few of the wikis I manage to run on php7 with fpm [02:00:22] HOLY CRAP THE SPEEDUP. [02:00:29] I swear they are responding like five times faster [02:00:54] (also apache's newer mpm) [02:03:00] I shifted from apache2's prefork mpm with mod_php (php5) to event mpm and php7.0-fpm and... wowza. [10:53:15] Hi, does anyone know a way to get the written characters / bytes per day? I want to graph the activity [11:12:49] blubbel: in the database, that should be simply enough. you SELECT SUM( ABS( rc_new_leng - rc_old_leng ) ) FROM recentchanges WHERE rc_timestamp LIKE "20160415%"; [11:13:39] ABS( rc_new_leng - rc_old_leng ) is the change in size caused by an edit. not sure that that's what you mean by "characters written". [11:13:47] this would also include "characters removed" [11:24:49] DanielK_WMDE__: thanks, this works like a charm. For anyone interested, rc_new_len not rc_new_leng works for me [11:28:31] blubbel: ah right, sorry :P [13:05:01] morning [15:01:23] Is there any reason in particular to think a .htaccess forcing files to download instead of play and img_auth.php file verification is a bad idea? [16:27:28] Where can I go with help for Extension:Flow [16:30:11] Hello :) [16:53:08] PuppyKun: #wikimedia-collaboration or ask on mediawiki.org [16:59:04] Glaisher: Thanks :P Ironically I found the #wikimedia-collaboration link from a mw.org page about Flow [16:59:14] was just curious cuz I found out #mediawiki-flow wasn't it ahah [18:04:14] PuppyKun: Flow is a Collaboration team project. :) [18:04:37] Niharika: I realize this now :) I didn't know the ''collaboration team' was a thing until today