• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

Horde language selection not working

W

wout31

Guest
Plesk 8.2.1 on Debian 4.0

Logging in to Horde does not activate the selected language.
Whatever language is selected always English is presented.

Any ideas how I can correct this issue
 
Hi,

Make sure that safe_mode is disabled in the CLI PHP configuration file.

If safe_mode is enabled, Horde cannot set environment variables, which means Horde will be unable to translate the user interface into different languages.

Restart Apache web server after php.ini modification.
 
Local Safe_mode is Off
Global Safe_mode is On

With Safe_mode off local should this work?
Because it still does not!!
 
Local Safe_mode is Off
Global Safe_mode is On

With Safe_mode off local should this work?
Because it still does not!!
Even set both safe_modes to off. Still does NOT work!!!!

Please reply.

Kind regards

Jos Wouters
 
Any solution ??

Hi jwouters

Did you find a solution ?

I have the same problem - and can't get it to work.

using PLESK 8.2.1 on debian.
 
Possible solution

Hi again

This worked for me.

Code:
dpkg-reconfigure locales

And then select the languages needed.
 
Works fine THANKS

Running dpkg-reconfigure locales worked great.
Thanks for the advice
 
Solution for Ubuntu

On Ubuntu the dpkg-reconfigure locales does work a bit different. See http://tlug.dnho.net/?q=node/237
In short:
Add the desired languages to /var/lib/locales/supported.d/local
Available options can be found in /usr/share/i18n/SUPPORTED
And then do a dpkg-reconfigure locales
This solved the problem on my Ubuntu 8 / Plesk 9 box.

- Ronald -
 
I had to select all de_DE locales.
Only selecting de_DE.UTF8 did not work.
 
Back
Top