• Resolved itsenaf

    (@gamerz36)


    Dear Developer,

    just wanted to take a look at your plugin, but was not able to make it work.
    As soon as I enable the plugin, wordpress instance crash and send critical error mail and suggests recovery mode. Remove plugin manually will fix it.

    Windows Server 2022 – IIS – PHP 8.3.8 – WordPress 6.5.5

    Error occured type E_ERROR found in line 231 of file C:\inetpub\wwwroot\intranet\wp-content\plugins\next-active-directory-integration\vendor-repackaged\monolog\monolog\src\Monolog\Logger.php. Errormessage: Uncaught TypeError: Dreitier\Nadi\Vendor\Monolog\Logger::pushHandler(): Argument #1 ($handler) must be of type Dreitier\Nadi\Vendor\Monolog\Handler\HandlerInterface, Monolog\Handler\StreamHandler given, called in C:\inetpub\wwwroot\intranet\wp-content\themes\cera\libs\merlin\includes\class-merlin-logger.php on line 87 and defined in C:\inetpub\wwwroot\intranet\wp-content\plugins\next-active-directory-integration\vendor-repackaged\monolog\monolog\src\Monolog\Logger.php:231

    As your plugin sounds quite useful, I would be very happy when you take a look into this issue ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author schakko

    (@schakko)

    Hey there, please take a look into https://www.ads-software.com/support/topic/locked-configuration-screen/ – the reason for your described error is almost the same.

    Your cera theme does not repackage Monolog in its own namespace. We are doing this since NADI version 3.0. To keep our plug-in compatible, there is a stub.
    You can remove our Monolog stub by commenting out the line 40 (require_once?DIR?. '/monolog_logger.php';) in?next-active-directory-integration/src/compat-v2/stubs.php. For some reason in your environment the loading of the theme dependency occurs to a later point in time.

    Thread Starter itsenaf

    (@gamerz36)

    Thank you very much! Problem fixed.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Activate Plugin breaks WordPress’ is closed to new replies.