• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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