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://ww.wp.xz.cn/support/topic/please-read-before-posting-9?replies=5
And then start your own threads here:
https://ww.wp.xz.cn/support/plugin/wordfence#postform
Closing as sticky posts are not intended for support.