• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

I can't acces to Plesk

JordiC

New Pleskian
Good afternoon,

I can not access Plesk and not how to solve the problem:

ERROR: PleskFatalException
Unable to get default language.

0: common_func.php3:108
psaerror(string 'Unable to get default language.')
1: LocaleManager.php:118
LocaleManager::locale_list(boolean false, boolean true)
2: LocaleManager.php:81
LocaleManager::locale_exists(string 'en-US')
3: common_func.php3:1840
locale_exists(string 'en-US')
4: class.Session.php:163
Session->Session()
5: auth.php3:165

Can you help me?

Thanks
 
It looks like database inconsistency. Try to check default language setting with

mysql> select * from misc where param='def_locale';

Output should be like:

+------------+-------+
| param | val |
+------------+-------+
| def_locale | en-US |
+------------+-------+
 
Back
Top