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

update failed - no default language

M

mik_schreiber

Guest
System: Ubuntu 7.1

psa service starts - mail service failed (next problem which i ve to check)
when i try to start domain:8443 i get:

ERROR: PleskFatalException
Unable to get default language.

0: /opt/psa/admin/plib/common_func.php3:108
psaerror(string 'Unable to get default language.')
1: /opt/psa/admin/plib/countries.php3:291
locale_list()
2: /opt/psa/admin/plib/common_func.php3:1811
locale_exists(string 'de-DE')
3: /opt/psa/admin/plib/class.Session.php:163
Session->Session()
4: /opt/psa/admin/auto_prepend/auth.php3:165


log:files after uograde:
Trying to migrate admin params to clients table... done
PHP Fatal error: Call to a member function getContext() on a non-object in /opt/psa/admin/plib/Navigation.php on line 54

WARNING!
During the default tempaltes cannot be created found some problems
Continue...

PHP Fatal error: Call to a member function getContext() on a non-object in /opt/psa/admin/plib/Navigation.php on line 54

WARNING!
During the cannot update notifications. Please rerun /opt/psa/admin/plib/scripts/update_notifications.php manyally found some problems
Continue...

PHP Fatal error: Call to a member function getContext() on a non-object in /opt/psa/admin/plib/Navigation.php on line 54
Trying to shedule license displaying for admin login... done


what can i do?

Thank you
 
solution:

The update procedure has had a problem because the default language was not english.
I have inserted de-DE in the table locales and now it is working

insert into locales(id, active) values('de-DE', 'false');
 
Back
Top