[02:44:35] Hey, anyone know how come loading extensions using wfLoadExtension wouldn't work? Using MediaWiki=1.25 [02:49:49] Guest57236: what's the name of the extension? Also 1.25 is really outdated, you should upgrade [02:51:24] Thank you for the advice. Will upgrade then come back here if I have other problems. Thanks so much! [07:38:33] Anyone know what causes this error in the current master branch: [07:38:33] Fatal error: Class 'Wikimedia\ObjectFactory' not found in /var/www/mediawiki/includes/debug/logger/LoggerFactory.php on line 78 [07:38:53] Did you run [07:39:03] composer update --no-dev [07:41:27] bawolff: Thanks that was it. I guess I lost track while switching different branches [07:42:02] Yeah, it happens to me a lot too [08:41:58] Wikimedia Sweden yearly meeting in 24 minutes [09:10:04] What is the virtualRestConfig for the visual editor for a wiki in a subfolder url="http://instance.domain.com/mediawiki/api.php.8142" , domain=instance.domain.com/mediawiki and prefix=localhost? [09:34:18] Oh i got it. Hosting is hard 🙄 [10:34:58] too right - kinda miss it though [10:35:23] need an topic excuse to create a new mediawiki but wikis get less popular i've found [15:59:15] Does anyone know how I can host an intranet Mediawiki behind an Apache password and still have the visual editor work? When I activate the password the visual editor seems to not be able to access the api endpoint anymore [18:23:15] how does "global_user_groups" variable in abuse filters? [18:24:23] Suppose there was a global bot, how can I catch the bot action if it belongs to global bot group? [18:25:09] I've tried this syntax but it doesn't work: [18:26:00] lcase (global_user_groups) regex "bot" [21:04:28] Hello guys! I'm trying to configurate mediawiki on my site, copied all files with filezilla, opened start page, clicked on "Please set up the wiki first" and then i see blank page. Php 5.6, all recomendation done. Can anybode give me advise [21:04:59] MediaWiki version 1.30.0 [21:11:51] Andrey_: Sounds like a PHP error. See https://www.mediawiki.org/wiki/Manual:Errors_and_symptoms#You_see_a_Blank_Page [21:12:55] Not having a LocalSettings.php yet, you will have to turn on error reporting somewhere else, e.g. directly in the PHP config [21:21:38] Yes!! Thanks, i turned on error log and now i have error: Fatal error: Class 'DOMDocument' not found in .... so i turned on DOM extantion and now it works!