• 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

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