On 22 May 2013 03:40, Lars J. Helbo <lars@helbo.org> wrote:
If i have more than one language installed and allow the user to change the language, I will get a link for each language at the bottom og the screen. When I click this link changelanguage.pl is executed. I have an installation, where this fails. No matter how often I press this link, the language will remain english.
I presume it tries to change the language, fails and then returns to default (english).
I am now trying to find out, why it fails. Is the selected language written in some kind of configuration-file? One of my ideas is that changelanguage.pl does not have the needed permissions to write to this file.
You are close, it writes to a cookie, and that may be failing, can you check if the cookie has been set? Chris