Bluespice Mediawiki - where i can edit DefaultSettings.php?

Hello all,

we use here UCS 4.4.1 with BlueSpice Mediawiki. The app run on docker, so i don’t know where i can edit the “DefaultSettings.php”. Can anyone help me with?

Here are the path 's that i found:

/var/lib/docker/overlay/84fa5837a429622ab4f0002d2ee95a5eeb5fb0fcee98a7eeb047ffd4d2459fa1/root/var/www/bluespice/extensions/BlueSpiceFoundation/includes/DefaultSettings.php
/var/lib/docker/overlay/84fa5837a429622ab4f0002d2ee95a5eeb5fb0fcee98a7eeb047ffd4d2459fa1/root/var/www/bluespice/includes/DefaultSettings.php
/var/lib/docker/overlay/84fa5837a429622ab4f0002d2ee95a5eeb5fb0fcee98a7eeb047ffd4d2459fa1/root/var/www/bluespice/settings.d/005-DefaultSettings.php
/var/lib/docker/overlay/88eb2e2a393b6cf56a07964a82da9f2bf1824be02ae50c094f0f18e6dfb2b736/root/var/www/bluespice/extensions/BlueSpiceFoundation/includes/DefaultSettings.php
/var/lib/docker/overlay/88eb2e2a393b6cf56a07964a82da9f2bf1824be02ae50c094f0f18e6dfb2b736/root/var/www/bluespice/includes/DefaultSettings.php
/var/lib/docker/overlay/88eb2e2a393b6cf56a07964a82da9f2bf1824be02ae50c094f0f18e6dfb2b736/root/var/www/bluespice/settings.d/005-DefaultSettings.php
/var/lib/docker/overlay/d87cef6dedc76db6f020549c2104845d6d7ec1e466c96a4a528a576dc550a870/root/tmp/bluespice-free/extensions/BlueSpiceFoundation/includes/DefaultSettings.php
/var/lib/docker/overlay/d87cef6dedc76db6f020549c2104845d6d7ec1e466c96a4a528a576dc550a870/root/tmp/bluespice-free/includes/DefaultSettings.php
/var/lib/docker/overlay/d87cef6dedc76db6f020549c2104845d6d7ec1e466c96a4a528a576dc550a870/root/tmp/bluespice-free/settings.d/005-DefaultSettings.php
/var/lib/docker/overlay/e4173a6b686b680625fd87e70d7273729e61de2e5816237e32dd3c2a82555ec0/merged/var/www/bluespice/extensions/BlueSpiceFoundation/includes/DefaultSettings.php
/var/lib/docker/overlay/e4173a6b686b680625fd87e70d7273729e61de2e5816237e32dd3c2a82555ec0/merged/var/www/bluespice/includes/DefaultSettings.php
/var/lib/docker/overlay/e4173a6b686b680625fd87e70d7273729e61de2e5816237e32dd3c2a82555ec0/merged/var/www/bluespice/settings.d/005-DefaultSettings.php

Most files say to not edit. And one file:
/etc/bluespice/LocalSettings.php
This file should also be not edit.
So what?

I would like to add this two options:

$wgGroupPermissions['*']['edit'] = false;
$wgGroupPermissions['*']['read'] = false;

Thanks a lot

Hi, the “LocalSettings.php” is in /etc/bluespice/ - this can be changed, but with caution :wink: - if something breaks here, the last chance is to fix it in DefaultSettings.php ^^

pm-settings should be in var/bluespice - I guess…

-hope this helps… :wink:
cheery, S.

The problem was that it was forgotten to add the domain admin group to the right mediawiki place or group. Very thanks an Robert Vogel from bluespice on SourceForge that help me to find out the problem. So everything should only edit in the webinterface. With a command to add your user to the right admingroup, this is working fine.

docker exec -it hungry_haibt bash
cd /var/www/bluespice/
php maintenance/createAndPromote.php --custom-groups "Domain Admins" --force youusername

Hi, I just found this article with appears to fix my problem with Blue Spice.

Wouldn’t it be a good idea to update the docker container?
Without admin access it’s not really useful and the problem seems to be a known bug for some months now.

Cheers,
Roland.

This working now fine from the bluespice webinterface.

Mastodon