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

Issue ERROR: Trait "PleskExt\SslIt\PleskXmlRpc\PleskXmlRpc" not found

burakurer

New Pleskian
After logging into the Plesk panel, it waits on the loading screen for a long time and then gives the error:

ERROR: Trait "PleskExt\SslIt\PleskXmlRpc\PleskXmlRpc" not found (MailService.php:16).

Screenshot 2023-11-05 204130.png

When I use the "plesk repair all -y" command, it gives the following error:
Screenshot 2023-11-05 204409.png
 
At least two different errors are involved here: For one, the mail service seems to having been removed "manually" after Plesk Premium Antivirus was already installed. Second, The SSLIt extension seems to be broken.

An idea to start fixing this could be to remove SSLIt and Premium Antivirus by the command line, then run repair again.
To list all extensions:
# plesk bin extension --list
To disable SSLIt extension:
# plesk bin extension --disable sslit
For other extensions simply use the same scheme. For details, please see extension: Extensions

Fixing the mail issue probably involves repairing the mail server, too.
 
Back
Top