• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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