• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • 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.

Admin Panel not available after update

B

BraunC

Guest
Greetings everyone!

I updatet my Plesk from version 8.4 to 10.0.1 today. Though the websites on my server are still running without problem, I cannot access the Admin Panel. Everytime I try, I get the following error message:
Code:
ERROR: PleskFatalException
Unable to create Session object: Unable to set up default locale: default locale does not exist or undefined.

0: common_func.php3:95
	psaerror(string 'Unable to create Session object: Unable to set up default locale: default locale does not exist or undefined.')
1: auth.php3:198
Any suggestions?
 
The suggested mySQL statements had the following result
Code:
mysql> select * from locales;
+-------+--------+
| id    | active |
+-------+--------+
| de-DE | true   |
| en-US | true   |
| es-ES | true   |
| fr-FR | true   |
| it-IT | true   |
| ja-JP | true   |
| nl-NL | true   |
| ru-RU | true   |
| zh-CN | true   |
| zh-TW | true   |
+-------+--------+
10 rows in set (0.00 sec)

mysql> select * from misc where param like "%locale%"
    -> ;
+------------+-------+
| param      | val   |
+------------+-------+
| def_locale | de-DE |
+------------+-------+
1 row in set (0.00 sec)
My contact at the customer support of my provider told me, that his correctly working example system also had these entries.
Is there any other option to solve this problem besides the mentioned reinstallation of Plesk, and if not, how do I reinstall Plesk in the mentioned way?
 
row missing

Dear BraunC,

did you recognized, that the row "admin_locale" is missing at your query? Try to add it at first.

Kind regards,
Henning
 
I did recognize it, and I inserted that row, without success. Also as I stated before, my provider's customer support told me, that they had the same content of that table on their fully functional example system.
 
Last edited by a moderator:
Back
Top