• 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.

Resolved Problem on extension site

KlausZ

Basic Pleskian
Server operating system version
CentOS Linux 7.9.2009 (Core)
Plesk version and microupdate number
Version 18.0.56 Update #2
Hi,

on a centos 7.9 server i see on the extension site an internal server errror:
1698585413991.png
The site my extensions and all other works without problems. What can i do?
Thanks, Klaus
 
Hi @KlausZ, you can try these steps to fix it (all with root privileges):

Code:
rm -rf /usr/local/psa/var/cache/https*
plesk db "delete from PersistentCache where events like '%catalog%'"
service sw-engine restart

If that does not help, what is the output of
curl -v https://ext.plesk.com
?
 
Back
Top