[01:54:09] in mw, when I create a new category. until I click the link and actually save the page with something on it, it doesn't work [01:54:37] do I have to do that? usually I end up just putting "this is the category X" or whatever, just so pages in that category will show up. is that the usual way? [09:06:11] k-man: You don't have to, no. But it will appear as a redlink category otherwise IIRC [13:59:28] [ZIh2OTk9xRqQQIurSVbwuAAAACA] /index.php/Special:UserGroups TypeError: Argument 1 passed to ManualLogEntry::setComment() must be of the type string, null given, called in /home/vol19_2/ezzeblog.com/qblog_34370375/htdocs/extensions/UserGroups/includes/specials/SpecialUserGroups.php on line 102 [13:59:41] how do i fix this error on this extension i cant remove it [14:01:52] File a bug report with the author [14:13:20] Thanks [14:23:46] Cocopuff2018 (@_discord_790431204196614154:t2bot.io) why don’t you try implementing fancy URLs (i.e. `yoursite.com/wiki/PAGENAME` instead? [14:23:48] s/` instead?/`?/ [20:59:52] (Cannot access the database: No working replica DB server: Unknown error (localhost)) ... any ideas where to start with this? Just testing a primary-replica setup. Localhost is the replica. [21:02:23] often that means MW just cannot connect to db [21:02:46] Keep in mind, in mysql I think "localhost" is code for, don't actually use localhost but use the unix domain socket instead [21:02:54] So try using 127.0.0.1 instead [21:05:49] Ah, yeah, good point. This is a new server that I've not really tweaked the MySQL config for, it's running on the socket by default. [21:20:45] Of course, it's string escaping on the password *facepalm* [21:38:37] you