• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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