• 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.

problem at load plkesk centos

felixos8902013

New Pleskian
Hi, this morning I've a problem with a plesk load, it d'ont load and show this message with a blank page:
ERROR: Session_Exception: Unable to set up default locale: default locale does not exist or undefined. (Panel.php:65)

how i can fix it?
 
I had the same problem.
I solved changing the default language in table misc of db psa params admin_locale, def_local from it-IT to en-US.
I updated the preferences following KB - http://kb.odin.com/en/112315

Now plesk is started but I can't enable italian language (screenshoot attached) and I verified that in the following folders there is only the en-Us language:
/usr/local/psa/admin/application/default/resources/languages/
/usr/local/psa/admin/application/admin/resources/languages/
/usr/local/psa/admin/application/smb/resources/languages/
/usr/local/psa/admin/plib/locales/

Is there a way to install the italian language pack?

Thanks
 

Attachments

  • schermata.jpg
    schermata.jpg
    335 KB · Views: 6
Thanks for your reply.
I have checked under license management and I found:
Language packs 1
Available languages Any language

I don't understand if "1" is the limit of my license.
I would prefer to use plesk with italian language... is this possible?

I just want to rollback to the situation before the update (12.0.18 Update #29).

Thanks alot.
 
hi, I followed the link but I have however the problem, how can I changing the default language in table misc of db psa params admin_locale ?
 
Last edited:
Solved for me just with
felixos8902013 Bit Poster
ERROR: Session_Exception: Unable to set up default locale: default locale does not exist or undefined. (Panel.php:65)
# mysql -uadmin -p`cat /etc/psa/.psa.shadow` -D psa -e "update misc set val='en-US' where param='def_locale';"

Thanks.
 
Solved for me just with
felixos8902013 Bit Poster
ERROR: Session_Exception: Unable to set up default locale: default locale does not exist or undefined. (Panel.php:65)
# mysql -uadmin -p`cat /etc/psa/.psa.shadow` -D psa -e "update misc set val='en-US' where param='def_locale';"

Thanks.
Thanks to successful
 
Back
Top