[15:59:35] Hello guys 👋... (full message at https://libera.ems.host/_matrix/media/r0/download/libera.chat/ef3279d515529d12d0f1d8c298a49bae30f57d9a) [16:00:26] s/user/users/, s/// [16:01:27] try rebuildall.php [16:06:04] ...if that does't quite work (because extensions, or something), you can try to set up an empty wiki and then import the content from an XML dump. [16:10:03] duesen: Okay, thats at least a last resort 👍️ [16:10:39] "try rebuildall.php" <- I will try, thx! Can this have some unexpected behavior or break something? Do I need to be aware of something special? [16:11:37] It may take a long time... I don't think it can break anything, but PLEASE make a backup anyway :) [16:11:56] should be fine. It rebuilds the search index so searches may be a bit broken while it's running (but it sounds like they're already broken anyway) [16:12:08] Oh, btw - maybe all you need to do is add the German namespace names as aliases. [16:12:15] if your wiki is large it can indeed take many minutes, or potentially hours [16:12:16] Then both the German and the English name wirll work. [16:13:30] https://www.mediawiki.org/wiki/Manual:$wgNamespaceAliases [16:13:54] It is not very big, so thats okay with me: Thank you guys for the quick replies. I will try it in an hour or so and report back! [19:26:48] "Then both the German and the..." <- I tried rebuild all as well as setting a alias with [19:26:48] **$wgNamespaceAliases['Benutzer'] = User;** [19:26:49] in LocalSettings.php but it did not solve the problem. [19:27:04] > <@duesen:libera.chat> Then both the German and the English name wirll work. [19:27:04] * I tried rebuildall.php as well as setting a alias with [19:27:04] **$wgNamespaceAliases['Benutzer'] = User;** [19:27:04] in LocalSettings.php but it did not solve the problem. [19:38:51] You want `$wgNamespaceAliases['Benutzer'] = NS_USER;` [19:57:32] This did not solve the problem either. But thx anyways!