• Resolved niyati

    (@niyati)


    Hello,

    I encountered issues a few hours ago that locked me out of my blog and redirected me to blank pages.

    I have only two plugins installed, and apparently the firewall (Simple Firewall) and Fastest Cache went into conflict as I also have another firewall (Wordfence) and Fastest Cache installed on another blog on the same servor and the blog was working perfectly fine.

    As I couldn’t login at all nor visit my website anymore (I could only see the cache homepage but if I clicked on a link, I had a blank page), I decided to uninstall manually my two plugins, WP Fastest Cache and Simple Firewall, and my website went back to life.

    I have deleted the plugin in the “wp-content/plugins” directory and I have cleaned the htacess and I would like to know if there are other files in the ftp or phpadmin that I should delete before installing the plugin again with another firewall that won’t see any change that happens in a plugin file as a dangerous threat without asking my opinion.

    Sorry for my English.
    Thank you for your attention
    Have a nice day

    https://wordpress.org/plugins/wp-fastest-cache/

Viewing 1 replies (of 1 total)
  • Plugin Author Emre Vona

    (@emrevona)

    No, there is no more files. You can find the rows in phpmyadmin via following sql query;

    SELECT * FROM wp_options WHERE option_name LIKE ‘WpFc%’

    and delete with following query;

    DELETE FROM wp_options WHERE option_name LIKE ‘WpFc%’

Viewing 1 replies (of 1 total)
  • The topic ‘How to uninstall WP Fastest Cache manually’ is closed to new replies.