• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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