• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

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