• Resolved awakegal

    (@awakegal)


    I am migrating a website to a new host. Before I ran a backup I followed these instructions to To uninstall NinjaFirewall:

    Log in to your administration console, click on the “Plugins” menu and deactivate the NinjaFirewall.
    Click “Delete” to remove it. The uninstaller will delete all plugin files and the database rows it created during the installation.
    If you want to delete the firewall logs as well, remove the /wp-content/nfwlog/ directory.

    Ran my backup.

    During the import porcess at the the new host I get this message:
    Fatal error: Unknown: Failed opening required ‘/oldHost/myAccount/public_html/dev2/wp-content/plugins/ninjafirewall/lib/firewall.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in Unknown on line 0

    Made me think that the Database rows were not deleted during the uninstall process.

    Did a search in the DB and see:
    132 matches in wp_post meta
    44 matches in wp_posta

    Is there another way to delete the ninjafirewall database rows it created during the installation?

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

    (@nintechnet)

    It means that the directives to load the firewall (/oldHost/myAccount/public_html/dev2/wp-content/plugins/ninjafirewall/lib/firewall.php) is still present in your PHP INI file. Because it does not the match the new server’s path, it cannot be loaded.
    Simply removing that directive from your INI file will solve your issue.

    Thread Starter awakegal

    (@awakegal)

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Uninstalling Ninjafirewall’ is closed to new replies.