• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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