-
-
Notifications
You must be signed in to change notification settings - Fork 275
Open
Description
Description
My UI was configured in French with version 3.6.12 before I updated to version 3.8.16. After the update, I was no longer able to log in.
I added
define('LANGUAGE_AUTO_UPDATE', 0);
in the 3.7-RC2 config file, and that allowed me to log in again.
However, once logged in, if I try to change the language in the UI, I get logged out. Strangely, when set to French, the UI remains, and I can log in. But switching to English causes a logout, though I can log in again afterward.
Steps to reproduce
- Have the UI language configured in French (version 3.6.12).
- Update phpList to version 3.8.16.
- Attempt to log in (will fail).
- Add
define('LANGUAGE_AUTO_UPDATE', 0);in 3.7-RC2 config. - Log in successfully.
- Try to change UI language to English and observe logout.
- Logging in again is possible.
Questions
Is this issue known and being addressed?
Will there be an official update path from this RC or current version to stable for the database?
Are there any recommendations to avoid logout when switching UI language?
Thank you for your support.
Metadata
Metadata
Assignees
Labels
No labels