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

psaerror(string 'Can not to read /usr/local/psa/admin/htdocs/locales/default file.

L

laztrix

Guest
After Upgrading to PSA 10.2.0 I can't login into plesk and getting this error:

Code:
ERROR: PleskFatalException
Can not to read /usr/local/psa/admin/htdocs/locales/default file.

0: common_func.php3:93
	psaerror(string 'Can not to read /usr/local/psa/admin/htdocs/locales/default file.')
1: common_func.php3:1698
	get_base_locale()
2: Abstract.php:187
	CommonPanel_Application_Abstract->_initTranslate()
3: Abstract.php:35
	CommonPanel_Application_Abstract->run()
4: Abstract.php:19
	CommonPanel_Application_Abstract::init()
5: auth.php3:129

How can I fix it?
 
This file is a part of psa-locale-base-en-US package:

# rpm -qf /usr/local/psa/admin/htdocs/locales/default
psa-locale-base-en-US-10.11.0-cos5.build1011110328.18

Make sure that you have correctly installed this package. And check that this file has the same size and permissions:

# ll /usr/local/psa/admin/htdocs/locales/default
-rw-r--r-- 1 root root 38 Mar 28 18:51 /usr/local/psa/admin/htdocs/locales/default

Content of file is following:

# cat /usr/local/psa/admin/htdocs/locales/default
en-US:ENGLISH:GERMANIC:UNITED STATES;
 
Back
Top