[09:23:38] What's the php file for the vector/minever skin sidebar?I need to change the donation URL in the php file at the server end. I've done it before with Mediawiki 1_33 but I now have some sort of amnesia on this.Please help. [09:24:04] . [09:24:16] What's the php file for the vector/minever skin sidebar?I need to change the donation URL in the php file at the server end. I've done it before with Mediawiki 1_33 but I now have some sort of amnesia on this.Please help. [14:05:03] MW 1.35 Maps Extension: Is there a default zoom level I can add to localsettings so not to be so close say when it brings up a map in Page Forms? thx [15:37:29] Hello, I just installed media wiki on a local computer in order to play around [15:40:11] Unfortunately, when I try on a browser, it does not work. Platform is mageia [15:41:18] what do you mean it does not work? [15:42:29] https://localhost/mediawiki does a failed connection message [15:43:54] can you paste the exact error message? [15:45:59] Reedy, it is the standard error page from FF as if the modem was off ;) [15:46:20] sounds like the webserver you're using in mageia isn't running [15:46:25] or you're not connecting to the correct port [15:48:37] Well, it is local, so I would notice if the "web server" or actually the computer, was off… It is the first time I try to set up a computer as serveur… I might have missed something… [15:51:50] Reedy, I feel I should try to "start mysql" … do you know how to proceed? [15:52:20] Unless you've already installed mediawiki (ie run the installer via your web browser), that is likely not the problem [15:52:39] or, not a problem yet, anyway [15:53:08] I installed mediawiki via urpmi [15:53:32] most package managers won't actually create the database etc, they will pretty much just put the files on disk [15:56:07] I feel I started my sql… I will try to put passwords, do you know what should be put as "hostname" [15:56:29] hostname of what? [15:56:57] ''@'hostname' [15:59:25] What are you trying to do? Create a sql user for mediawiki? [16:07:04] final goal is to get a local minimal version of media wiki. last working stage was in a terminal "mysql -u root" [16:07:25] !install [16:07:25] Installing MediaWiki takes between 10 and 30 minutes, and involves uploading/copying files and running the installer script to configure the software. Full instructions can be found in the INSTALL file supplied in the distribution archive. An installation manual can also be found at . See also: !download [16:38:42] any idea why the update script throws this error Unable to open file /home/vhosts/site/httpdocs/w/skins/Modern/skin.json ??? [16:39:19] I don't have the 'Modern' skin and it is not part of the 1.34.4 version either?? [16:40:22] Have you got a wfLoadSkin( 'Modern' ); in your LocalSettings? [16:55:08] Modern was removed from the tarball a while back [17:08:51] It was not modern anymore [17:09:17] Was it ever? [17:10:58] ok, yup, found it, thanks! [17:11:42] seems I used it ;-) but i'm not considered modern anymore either, so It sits me. haha [17:11:47] fits even [17:13:19] thanks Reedy, the update we discussed yesterday was succesful! [18:02:25] MW 1.35: Any idea why favicon doesn't show up? It's set as: $wgFavicon = 'https://digitalmatrixgroup.com/favicon.ico'; thx [18:22:03] [{exception_id}] {exception_url} ErrorException from line 53 of /srv/mediawiki/php-master/extensions/Flow/includes/SpamFilter/AbuseFilter.php: PHP Warning: Cannot use a scalar value as an array [18:22:07] foreclosurepedia: look at the HTML of the page and see if the favicon url is present [18:22:29] kostajh: this seems to be trending on logstash-beta as of a few minutes ago, 10K per minute. not sure if due to a recent commit or not? [18:39:31] Krinkle: I don't think so, but can take a look [18:39:54] Krinkle: logstash beta, though? Seems odd [18:40:46] some kind of CLI or cron seems to have exposed the issue [18:45:39] Krinkle: I don't see the issue, at fist look [18:46:01] oh, one sec [18:47:18] the problematic line is $wgAbuseFilterEmergencyDisableThreshold[$this->group] = $emergencyDisable['threshold']; [18:54:51] Krinkle: is there a phab task? [18:58:59] kostajh: there is not [19:10:27] Hi, does anyone know what to adapt https://github.com/wikimedia/mediawiki-extensions-ProtectSite/blob/master/includes/ProtectSite.php#L75 to? [19:10:38] I'm getting InvalidArgumentException from line 155 of /srv/mediawiki/w/includes/objectcache/SqlBagOStuff.php: Config requires 'server', 'servers', or 'localKeyLB'/'globalKeyLB' [19:31:17] Hi everybody, the toolbar at the right top corner looks broken on the main page for anonymous users https://www.mediawiki.org/wiki/MediaWiki [19:35:34] Looks pretty broken [19:47:26] it seems fixed now [20:08:16] Krinkle: found it [20:16:37] Krinkle: https://gerrit.wikimedia.org/r/c/operations/mediawiki-config/+/634074 [21:37:33] Reedy would you know why "Error from line 1010 of /srv/mediawiki/w/includes/resourceloader/ResourceLoader.php: Unsupported operand types" is happening? [21:37:47] #0 /srv/mediawiki/w/includes/resourceloader/ResourceLoader.php(924): ResourceLoader->sendResponseHeaders(ResourceLoaderContext, string, boolean, array) [21:37:48] #1 /srv/mediawiki/w/load.php(51): ResourceLoader->respond(ResourceLoaderContext) [21:38:18] something like null + array is probably happening [21:40:30] oh [21:49:16] Reedy should this https://github.com/wikimedia/mediawiki/blob/REL1_35/includes/resourceloader/ResourceLoader.php#L1010 be changed to time() . $maxage [21:52:37] no [21:53:15] it's doing time maths [21:54:27] oh hmm. i wonder why it's returning null [21:57:04] Not sure either. One of $rlMaxage['unversioned'] or $rlMaxage['versioned'] are seemingly null [21:57:28] Are you changing $wgResourceLoaderMaxage in LocalSettings/similar? [21:58:13] found it! [21:59:41] ? [22:01:46] We had to adapt the config, we had it set to the old version (pre 1.35) [22:02:01] as in wgResourceLoaderMaxage [23:56:58] paladox: glad you found it :) [23:59:42] :)