• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be 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.

Can not to read /opt/psa/admin/htdocs/locales/default file

FabianW

New Pleskian
I've been unable to access Plesk for a few days, this is the error message I'm getting:

"ERROR: PleskFatalException: Can not to read /opt/psa/admin/htdocs/locales/default file. (common_func.php3:586)"

Rebooted the server, tried to fix it with the autoinstaller and the bootstrapper but no success. Found this thread, checked the permissions and the content as suggested, both seem right though...

Any ideas?
 
Try to check exist and permissions of file. It's should be similar:
# ls -la /opt/psa/admin/htdocs/locales/default
-rw-r--r-- 1 root root 38 May 15 14:09 /opt/psa/admin/htdocs/locales/default
# cat /opt/psa/admin/htdocs/locales/default
en-US:ENGLISH:GERMANIC:UNITED STATES;

If this file was lost, you can try recreate it:
# echo 'en-US:ENGLISH:GERMANIC:UNITED STATES;' > /opt/psa/admin/htdocs/locales/default
# chown root:root /opt/psa/admin/htdocs/locales/default

If this file was lost, can you describe how it happens?
 
Hi,
i've got the same problem. The file exist and the content is "en-US:ENGLISH:GERMANIC:UNITED STATES;" the size is 38 Byte. The permissions are set to -rw-r--r--.
I've tried everything but i can't enter the panel. Is there any solution which can help. If needed i will give someone of the Team the permissions to the server.
Greetz Arro
 
Could someone please help me, i still can't reach the panel.
I really don't know how to repair it.
Greets Arro
 
Hi IgorG,
sorry, but the problem is gone, there was a directory with false chmod (opt/psa/admin/). I don't know how it changed, i am sure that i didn't change the chmod. I've always searched jut for the htdocs/locales directory and there were the right chmod and the default file exist.
So thanks again, but for this moment everything is OK.
Greets Arnd
 
Hi,
i've got one other problem:
run-parts: /etc/cron.daily/50plesk-daily exited with return code 7
/etc/cron.daily/man-db:
/etc/cron.daily/man-db: 28: /etc/cron.daily/man-db: find: not found
/bin/sh: 1: find: not found

the file man-db exist in this directory. Maybe there is another chmod error.
Greets Arnd
 
Hi IgorG,
sorry, but the problem is gone, there was a directory with false chmod (opt/psa/admin/). I don't know how it changed, i am sure that i didn't change the chmod. I've always searched jut for the htdocs/locales directory and there were the right chmod and the default file exist.
So thanks again, but for this moment everything is OK.
Greets Arnd

i have same problem......
but there is no such file (opt/psa/admin) i can"t find.. in opt dir....
please explain ...
thank you...ArndRo
 
Last edited:
Back
Top