• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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