• 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 locale does not exist or undefined plesk after upgrade to 10.4.4

styxxx

New Pleskian
Hello,

I can't get into the web manager and get this : "default locale does not exist or undefined plesk" error message

I did check into the DB

mysql> select * from locales;
+-------+--------+
| id | active |
+-------+--------+
| de-DE | false |
| en-US | true |
| es-ES | false |
| fr-FR | false |
| it-IT | false |
| ja-JP | false |
| nl-NL | false |
| pl-PL | false |
| pt-BR | false |
| ru-RU | false |
| zh-CN | false |
| zh-TW | false |
+-------+--------+
12 rows in set (0.00 sec)

mysql> select * from misc where param like "%locale%";
+--------------+-------+
| param | val |
+--------------+-------+
| admin_locale | en-US |
| def_locale | en-US |
+--------------+-------+
2 rows in set (0.00 sec)

It seems correct

Any help ?

Thanks, Guy
 
I did try....

[root@hs005 bin]# ./server_pref --set-default -locale en-US
SUCCESS: Server preferences are successfully updated
[root@hs005 bin]# ./admin -u -locale en-US
SUCCESS: Administrator's preferences are successfully updated


But still get :

ERROR: PleskFatalException
Unable to create Session object: Unable to set up default locale: default locale does not exist or undefined.

0: common_func.php3:150
psaerror(string 'Unable to create Session object: Unable to set up default locale: default locale does not exist or undefined.')
1: auth.php3:171
 
Did you try to reinstall package psa-locale-base-en-US ?
 
Sorry to resurrect an older post but does anyone know how to go about fixing this on a windows panel? I had a panel 11 install going and today it started throwing that error. I was told by another admin that it started doing this without an upgrade but an upgrade was done to try to fix it. Looked through the logs, not sure how we would go about reinstalling the locales.
 
Well never mind... alt tabbed back to my browser after posting this and I got logged right back in... odd. I'll keep an eye on it I guess.
 
Back
Top