• 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 Imunify QuickPatch

Nico Pernot

New Pleskian
I keep getting the following error on Imunify QuickPatch

"Unable to update EXT.05536274.0017: An error occurred while processing your key."

Every time I try to upgrade the key manually, the last key number is increased by one (so .0016 becomes .0017 and so on.) but the problem remains.

Even trying to get a new license is not working. On the Plesk website I get an error that my PLESK license is not valid...

How can I solve this issue?
 
Do you have in /usr/local/psa/admin/log/panel.log something like:

ERR [panel] KeyUpdate Result code: 2 Unspecified error
ERR [panel] KeyUpdate Result desc: License key EXT.05536274.0017 is expired

Iа yes:
  1. Remove trial licence key EXT.05536274.0017 in Tools & Settings > License Management > Additional License Keys > choose trial extension key > Remove.
  2. Retrieve the main Plesk key in Tools & Settings > License Management > Retrieve Keys.
If it does not fix the issue or if the expired trial additional license is not listed in Tools & Settings > License Management > Additional License Keys, do the following:

  1. Rename the following file:
    Code:
    # mv /etc/sw/keys/registry.xml /etc/sw/keys/registry.xml.old
  2. Execute this command in order to retrieve the current license information (this command equals to clicking Tools & Settings > License Management > Retrieve Keys):
    Code:
    # plesk bin license --retrieve
 
Back
Top