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: 3
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

:)
 
Back
Top