• We value your experience with Plesk during 2025
    Plesk strives to perform even better in 2026. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2025.
    Please take this short survey:

    https://survey.webpros.com/

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