• Plugin Author Wordfence Security

    (@mmaunder)


    Wordfence 5.3.7 has been released. The changes are below. Update at your earliest convenience. Included in this update is detection for a particularly nasty polymorphic infection we’ve been seeing over the last couple of months.

    • Improvement: Updated country blocking database to the newest version (March 2015)
    • Improvement: Added detection for many new samples we received (thanks all!) including a nasty polymorphic infection.
    • Fix: Changed the way we find the plugin directory to fix a possible issue that would cause alerts to return blank plugin names.
    • Fix: Improved Nginx detection so that we don’t accidentally detect Nginx if you’re running Apache.

    https://www.ads-software.com/plugins/wordfence/

Viewing 10 replies - 1 through 10 (of 10 total)
  • FAIL!
    Warning read this before updating!
    Here is what I got after I updated!
    Plugin could not be activated because it triggered a fatal error.
    Fatal error: Call to undefined function wp_normalize_path() in /home/…/public_html/wp-content/plugins/wordfence/lib/wfUtils.php on line 106

    So now I cant run wordfence!

    Works fine for me. Thanks for fixing that nginx/apache thingy. Double checked and it works fine now on my apache + fpm-fcgi setup.

    BIG FAIL. 3 sites down after automatically updating.

    jimjohnger, sardst – are you on WordPress version prior to 3.9.0 ? I think that’s when the wp_normalize_path() function was introduced.

    if you don’t want to upgrade, just add that function to your wp-includes/functions.php file:

    function wp_normalize_path( $path ) {
            $path = str_replace( '\\', '/', $path );
            $path = preg_replace( '|/+|','/', $path );
            return $path;
    }

    Hi,
    I have similar problems with my premium Wordfence Security… I upgraded my Wordfence, and after that my WordPress can’t work… Always hhow only full blank pages… I tried login my wordpress area, but it show only white page after I logged in.
    How can I repair my WordPress?

    Hi,

    I am also having issues after upgrading Wordfence. I get the following error. It seems like quite a few people are having this issue. Can we please have an update.

    Plugin could not be activated because it triggered a fatal error. – Fatal error: Call to undefined function wp_normalize_path() in /home/teamfas/public_html/wp-content/plugins/wordfence/lib/wfUtils.php on line 106

    I am running WordPress 3.8.5. Will this update not work with 3.8.5? Am I our of luck for future updates? Some of the plugins that I’m running don’t support 3.9 yet.

    We’ve also had sites go down. The issue seems to occur if you are running a WordPress install older than 3.9 and have auto-update enabled for WordFence.

    People – this thread is not intended for support requests – please read this first:

    https://www.ads-software.com/support/topic/please-read-before-posting-9?replies=5

    And then start your own threads here:

    https://www.ads-software.com/support/plugin/wordfence#postform

    Closing as sticky posts are not intended for support.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Wordfence 5.3.7 Released!’ is closed to new replies.