• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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