• 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 Plesk 12 to Plesk 17 breaks my site :(

Kris

New Pleskian
Basically i lost everything, lucky I have back ups. Every time update to Onyx my site breaks, i can see the default home page, however, when i try to log in get an error, i tried about 5-6 times already... any ideas what I'm doing wrong? I'm using the upgrade feature within Plesk 12 - is that wrong?
 
Have you tried to fix your sites with

# plesk repair web

and your whole installation with

# plesk repair installation

?
 
Thanks Igor, actually this thread fixed my problem....

Check the content of /etc/sw-cp-server/conf.d/ssl.conf . Does it contain the ssl_ciphers directive more than a single time? Then remove the additional line. If it only contains the directive once, the same directive is listed in another nginx configuration file. This can be anywhere. In that case you could try
# grep -R "ssl_ciphers" /etc/sw-cp-server/conf.d/*
to check other files in the same directory whether they contain that directive, too. For Nginx each directive must only exist once.

https://talk.plesk.com/threads/afte...-starting-sw_cp_server-service-failed.340992/
 
Back
Top