fisharebest / webtrees

Online genealogy
https://webtrees.net
GNU General Public License v3.0
487 stars 301 forks source link

Unable to switch language or theme #4558

Closed Manja-S closed 2 years ago

Manja-S commented 2 years ago

I just switched my hosting provider, and now I'm unable to switch my language or theme using the items in the top bar of my Webtrees. I can't change the language at my Control Panel (top right) either. I've tried both with and without custom modules enabled. Is there any other setting I can try?

My tree: https://webtrees.schledorn.nl

fisharebest commented 2 years ago

When you click these links, an HTTP POST request is sent to the server.

Your server is responding with a 501 - Not Implemented response.

I don't think this response comes from webtrees - we have no code that generates this response.

My guess is that this response is being generated by your webserver - and that the request isn't actually passed to the webtrees code.

fisharebest commented 2 years ago

Do you have any "security" or "firewall" software installed on the server - e.g. apache/mod-security.

Manja-S commented 2 years ago

Thank you, I'll ask my provider.

Manja-S commented 2 years ago

My hosting provider has solved the issue. They said this was a mod_security issue for which exceptions were made.