• Resolved daro2013

    (@daro2013)


    Hi,

    I have uninstalled Wordfence plugin completely manually using this guide:

    https://www.wordfence.com/help/advanced/remove-or-reset/

    However, there are errors message keeps coming at Admin backend as shown below:

    The plugin wordfence/wordfence.php has been deactivated due to an error: Plugin file does not exist.

    Can you please advise how to remove that error as Wordfence is completely uninstalled.

    Many thanks in advance

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support wfmark

    (@wfmark)

    Hi @daro2013, Thanks for reaching out to us.
    ?
    You can manually run the following database query to clear out your firewall rules and force an update of new fresh rules that do not contain the problematic rule. Please use phpMyAdmin to run the query. If you haven’t used this tool before, we strongly recommend contacting your hosting provider for assistance.

    The database query is:

    DELETE FROM wp_wfconfig WHERE name=’wafRules’

    Please note: The table prefix may be different from wp_ if you or your hosting provider changed it.

    If you have had Wordfence installed for many years, you may have some database tables that include upper and lowercase letters (also referred to as ‘camelcase’). In that case, the query you would run would be:

    DELETE FROM wp_wfConfig WHERE name=’wafRules’

    Please note: We recommend making a backup of your database before running this query.

    As a last resort, you can temporarily disable the Wordfence plugin by renaming the directory <span style=”box-sizing: border-box; margin: 0px; padding: 0px;”>where it is installed to a temporary name like?wordfence.</span>disabled. That will disable Wordfence, but your site will be unprotected. You will then need to run the query above before renaming the directory back to Wordfence and re-enabling the plugin.

    If you have any questions or concerns, please let us know.

    Thnaks,

    Mark

    Thread Starter daro2013

    (@daro2013)

    Thank you for your support.

    That db table does not exist.

    The second solution is not related to my issue because Wordfence has been already uninstalled and removed from my website.

    I would not use Wordfence if I know it is difficult to be remove.

    Any advice would be very appreciated.

    Cheers

    • This reply was modified 3 months, 2 weeks ago by daro2013.
Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.