• 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.

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