• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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