• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Default Langage Error

S

Sanches

Guest
When i go to the admin page from plesk 7.5.4, i do not see the login interface but the following error:

ERROR: Unable to get default language. 0: /usr/local/psa/admin/plib/countries.php3:294 psaerror() 1: /usr/local/psa/admin/plib/common_func.php3:1267 locale_list() 2: /usr/local/psa/admin/plib/class.Session.php:143 locale_exists() 3: /usr/local/psa/admin/auto_prepend/auth.php3:139 Session->Session()

The system is a SuSE 9.3 Server from Strato, three weeks old. In the beginning everything is fine, but now i get this error. I don't know why but i changed nothing inside the system.

The one entry in the knowlege-base don't help me.

Thanks for every help, and sorry for my really bad english.
 
It's a DB issue

This is due to two different ways the default locales are setup in the Plesk 7.5.4 psa database.

Add these vales to the table 'misc' in the db 'psa' and it all should work:

update misc set val="en-US" where param="def_locale";
 
Back
Top