• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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] Got error to access to the Plesk Admin

L

LaurentT

Guest
After trying to fix a bad update from plesk 9.0 to 9.2.1, now I've got this error when am trying to get access to the Admin Panel:

ERROR: PleskFatalException
Unable to create Session object: Unable to set up default locale: default locale does not exist or undefined.

0: common_func.php3:108
psaerror(string 'Unable to create Session object: Unable to set up default locale: default locale does not exist or undefined.')
1: auth.php3:168

Any idea?

Thanks
 
Hello,

It looks like the locale was installed in real, however the permissions for the directories where the locale-related files resides were not correct, this caused the problem like this. Please, set the permissions as follows:

chmod 755 /usr/local/psa/admin/htdocs/locales/en-US/
chgrp root /usr/local/psa/admin/htdocs/locales/en-US/
chmod 755 /usr/local/psa/admin/plib/locales/en-US/
 
No change!

Hi Natalya,

thanks for your help, I did it but nothing change, still got the same error. :(

I can tell you why I am in this position, I wanted to fix qMail which did not send any message from sendmail, I followed a tuto and removed qmail but I did "yum remove" and removed also all dependecies with the files (128 files).
In fact I put the mess, so I made a basic autoinstall and now am here with this error when I try to access to the admin panel.

I read that is maybe a database problem, I found help here (http://kb.odin.com/fr/881) but I don't know exactly what to do because the help is about mysql.preupgrade.dump.gz which is an old file and not mysql.daily.dump.1.gz which is more recent.

Any idea?
 
Back
Top