• Resolved foxhill

    (@foxhill)


    I run a site with basically identical setup on four subdomains. Two of those subdomains use NinjaFirewall and are currently displaying the dreaded White Screen of Death. I am unable to access the backend through the web browser. If I disable plugins, I receive the warning mentioned on the NinjaFirewall site:

    Warning: Unknown: failed to open stream: No such file or directory in Unknown on line 0 Fatal error: Unknown: Failed opening required ‘…/wp-content/plugins/ninjafirewall/lib/firewall.php’ … in Unknown on line 0

    Waiting a few minutes–or even a couple of days–as suggested on the troubleshooting page does nothing. How can I uninstall NinjaFirewall?

    https://ww.wp.xz.cn/plugins/ninjafirewall/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author nintechnet

    (@nintechnet)

    Hi

    That means that either you still have a line in your PHP INI file that is pointing to the firewall script (which you deleted), or PHP did not reload the new PHP INI.

    I would suggest to check your 2 sites root directory and check the content of the PHP INI file. Look for such lines and delete them:

    ; BEGIN NinjaFirewall
    auto_prepend_file = /full/path/to/ninjafirewall/lib/firewall.php
    ; END NinjaFirewall
    Thread Starter foxhill

    (@foxhill)

    That resolved the issue. Thank you. Did anything change in the plugin that might have caused a conflict? Nothing has been updated on those sites that used the plugin.

    Plugin Author nintechnet

    (@nintechnet)

    Could you check the PHP log files? That would tell us where the problem comes from, or at least would give us some info about that.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Uninstalling’ is closed to new replies.