• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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