• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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