[03:09:13] Yandex pulls from Bing Webmaster, so if you're allowing Bing, I think you technically don't need to allow Yandex. [03:09:17] DuckDuckGo too. [06:58:41] interesting [13:07:54] [1/5] > Notice: Undefined index: globals in /srv/mediawiki/config/initialise/MirahezeFunctions.php on line 1071 [13:07:54] [2/5] > [13:07:54] [3/5] > Warning: Invalid argument supplied for foreach() in /srv/mediawiki/config/initialise/MirahezeFunctions.php on line 1071 [13:07:54] [4/5] > [13:07:55] [5/5] > Notice: Undefined variable: wgDBname in /srv/mediawiki/w/extensions/SocialProfile/SocialProfile.php on line 123 [13:07:57] on test131 [13:14:44] time to disable SocialProfile /j [13:15:38] test131 just seems entirely fucked. [13:44:15] > "wgCreateWikiDatabase": "mhglobal", [13:44:19] for beta [13:44:23] that should be testglobal [14:36:58] We could just nuke beta and start over [15:40:06] we probably should [15:40:15] ideally with its own mem instance [17:15:56] regenerate the cache and see if it changes? [17:16:17] Some how it fixed its self [17:16:24] But after a while [17:16:34] But I still see this [17:23:02] is it breaking beta? Or is it just a warning? [17:40:41] it's just a warning atm [17:48:14] if you want to supress the warning, you can do something like: [17:48:26] [1/12] ```php [17:48:26] [2/12] public static function onMediaWikiServices() { [17:48:27] [3/12] if (isset($GLOBALS['globals'])) { [17:48:27] [4/12] foreach ($GLOBALS['globals'] as $global => $value) { [17:48:27] [5/12] if (!isset($GLOBALS['wgConf']->settings["+$global"])) { [17:48:28] [6/12] $GLOBALS[$global] = $value; [17:48:28] [7/12] } [17:48:28] [8/12] } [17:48:29] [9/12] } [17:48:29] [10/12] } [17:48:29] [11/12] ``` [17:48:30] [12/12] But would probably be worth finding out why its happening [18:16:58] thanks! https://github.com/miraheze/mw-config/pull/5272 [18:21:28] oh looks like we have to do global $wgDBname in SocialProfile.php under 1.40 now? [18:41:07] you might. Social profile is so badly designed [18:54:58] Talk to Ashley, they are very responsive [18:55:11] Also, globals are evil and should be avoided [18:58:14] https://gerrit.wikimedia.org/r/c/mediawiki/extensions/SocialProfile/+/934616 [19:04:48] Not some reason [19:05:01] I believe that's likely intentional [19:06:27] Oh social profile is not using extension.json [19:06:31] Bleh urgh [19:08:31] SOFIXIT [19:19:01] there's this https://gerrit.wikimedia.org/r/c/mediawiki/extensions/SocialProfile/+/657651 [19:19:06] but it fails the tests [21:21:02] https://github.com/miraheze/CreateWiki/pull/415