• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Resolved Plesk extensions not working

barisurun

New Pleskian
Server operating system version
Windows Server 2016
Plesk version and microupdate number
18.0.70
Hello,
my plesk extensions not working.
When I click on it, I encounter an error page. The SSLIT application is not working and therefore cannot provide SSL.


ERROR: Declaration of DI\Definition\Source\NoAutowiring::autowire(string $name, ?DI\Definition\ObjectDefinition $definition = null) must be compatible with DI\Definition\Source\Autowiring::autowire(string $name, ?DI\Definition\ObjectDefinition $definition = null): ?DI\Definition\ObjectDefinition (NoAutowiring.php:17)
 

Attachments

  • Ekran Resmi 2025-06-02 02.26.09.png
    Ekran Resmi 2025-06-02 02.26.09.png
    36.2 KB · Views: 5
I solved the problem, the source of the problem was that the dnssec plugin was not updated. It became active when I deleted it from the plib folder, I found it by deleting them one by one and trying.
 
A better way to solve this issue is by disabling the DNSSEC extension directly from the operating system console.

To find the extension name, run:

#plesk bin extension --list

Then, to uninstall the DNSSEC extension, use:
#plesk bin extension --uninstall dnssec

:)
 
Does this mean we can't use the DNSSEC extension at all..? What to do to have it working?
If you're running into the same error as the OP with the DNSSEC extension, make sure you're running the latest version of Plesk and the latest version of the DNSSEC extension is installed too. The article linked below outlines how to update extension manually.

 
If you're running into the same error as the OP with the DNSSEC extension, make sure you're running the latest version of Plesk and the latest version of the DNSSEC extension is installed too. The article linked below outlines how to update extension manually.

I am running on almalinux. Tried to update, pause, delete, and reinstall, but nothing works. As long as DNSSEC is enabled, none of the other extensions will work.
 
What Plesk version are you running, which version of the DNSSEC extension is installed and what's the exact error message your seeing?
 
What Plesk version are you running, which version of the DNSSEC extension is installed and what's the exact error message your seeing?
Plesk Obsidian 18.0.71 Update #2,
Plesk DNSSEC Version 1.5.1-4027.

Error message:

ERROR: Declaration of DI\Definition\Source\NoAutowiring::autowire(string $name, ?DI\Definition\ObjectDefinition $definition = null) must be compatible with DI\Definition\Source\Autowiring::autowire(string $name, ?DI\Definition\ObjectDefinition $definition = null): ?DI\Definition\ObjectDefinition (NoAutowiring.php:17)
 
Back
Top