Quantcast
Viewing all articles
Browse latest Browse all 33069

jrf on "[Plugin: Wordfence Security] [Bug - fixes included] Plugin causes Undefined index notices in error log"

And another fix - this one fixing the 'never ending save', i.e. clicking save will start the save action, but to the user, it never seems to end as no feedback is returned and the spinner keeps spinning.

File: lib/wordfenceClass.php

Find line 340:

die(json_encode($returnArr));

Replace with:

die(json_encode($returnArr));
exit;

Viewing all articles
Browse latest Browse all 33069

Trending Articles