• Resolved adilarfan

    (@adilarfan)


    Unable to Delete any plugin and unable to install new plugins. whenever I try to delete or install any plugin it brings an error that there is a critical error on the website. It is also not allowing me to disable the ninja firewall.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author nintechnet

    (@nintechnet)

    Enable debugging in WordPress and check if there’s anything written to the PHP error log:

    1. Edit your wp-config.php script
    2. Search for:
    define('WP_DEBUG', false);
    3. Replace with:
    define('WP_DEBUG', true);
    4. Add this line below:
    define( 'WP_DEBUG_LOG', true );

    The log (if any) will saved to “/wp-content/debug.log”.

    Then try to install a plugin and when you get the error, check the log.

Viewing 1 replies (of 1 total)

The topic ‘Not Able to Delete any plugin’ is closed to new replies.