We’ve built a website with Kirby 3.4 and the Shuffle Theme 2.8
The intention was to have the German version at gesellschaftderzeichen.de the English one at societyofsigns.com.
However, If I do so, the switching of languages won’t work and things start to get buggy.
For now the English website still lives in /en, which is sub-optimal.
Thanks for reading my post.
If I don’t do this, the menu DE | EN won’t switch to English any longer.
Maybe this has to do with how this language-menu is programmed?
Thank you @texnixe for getting on to this. That gives me hope, since you helped my out a lot in the past.
I’ve just set it back to 'url' => 'https://societyofsigns.com'.
The page is rendering in German.
The language-menu is switching the urls but the language stays always German.
No, of course not, but somehow we have to rule out that it’s due to the theme, a plugin or an outdated Kirby version, and the only good way to test this is with an up-to-date Starterkit.
Good morning @texnixe,
I did the tests you recommended.
Upgrading the template to 3.5.3.1 breaks the page
if ($template->exists() === false) {
throw new NotFoundException([
'key' => 'template.default.notFound'
]);
}
I installed the starterkit and used the language-configuration as described in the tutorial. This works fine. The English url displays the page in English, the German url displays German.
Where can I find the exact version of Kirby? This seems to differ from version to version.
Looking for @aristotheme in the forum I found this: