• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • 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.

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