• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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