• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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