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

Unable to completely remove app

AntoniM

New Pleskian
Hi all,

Last week I installed CodeGuard using the applications vault. Later I tried to delete it but, althoug I got no error message, the app remains listed under "installed apps" after clicking the remove link.

Since then, I get an error in the backup daily log: "Unable to get APS instances on webspace id 1 (ErrorCode: 255, STDOUT:)" . It seems to be related with the uninstall issue.

Anyone? Thanks in advance,
 
It is Database Inconsistency.
Find the domains for which webspace_id is 0 or incorrectly set

select id,webspace_id from domains;

Set with the exact webspace_id that is required. Check it with

select id,cacheId,registryUid from smb_apsPackages;

registryUid shouldn't be NULL. You can try to remove such records.
Contact Support Team if you can't fix this database inconsistency by yourself.
 
Back
Top