• Resolved webgardengeek

    (@webgardengeek)


    Today’s WordFence update (not actually sure when the update was released, but we update every week on Monday mornings) crashed one of my client’s sites today (6/15/20).

    I had to disable plugins one by one via SFTP in order to figure out what was going on, but WordFence is definitely the culprit. It worked fine before the update and I get a WSOD after the update (note: the WSOD does not even respond to changing debug to true). Old versions of WordFence work fine.

    We’ll have to go without the firewall until a fix is released.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • I have the same issue with the site crashing with a 501 error. the issues started after an automatic upgrade of wordpress to version 5.4.2.

    Hi,

    I’m sorry to hear that you’ve run into this. We’re currently tracking this issue. We’ve discovered in most, if not all cases completely resetting Wordfence has resolved the issue. Can you please share your server/system information? And before you reset Wordfence can you please take a Diagnostic report?

    Please let me know how it goes.

    Thanks,

    Gerroald

    Thanks for reaching out. We’ve been investigating these reports and now think we have a cause and a solution.

    One thing to note, that if you see an error in your logs about running out of memory, it may not be the same issue. It might be a case of needing to allocate more memory to PHP. PHP memory is cumulative. That means the amount set in php.ini is shared between all your plugins, your theme, and WordPress, plus any other non-WordPress apps you have installed in the site folder. We recommend changing it to 256M and upgrading to PHP 7 or above, which introduced better memory handling. If that doesn’t help, please try one of the other solutions mentioned here.

    What we found is that on some sites the emailedIssuesList row in the wfconfig table had became too large from recording hashes of previously emailed scan issues. Reinstalling Wordfence fresh (where the data and database tables are removed) was fixing the issue but this lets us know exactly where the problem was.

    There are 2 ways of fixing this.

    1. If you are comfortable using MySQL queries you can issue this command using PHPMyAdmin in your hosting control panel:
    delete from wp_wfConfig where name = ’emailedIssuesList’;

    2. If you are not comfortable with running queries do this:
    Remove and reset Wordfence, using the Wordfence Assistant plugin to remove all tables and data and then reinstall the plugin.

    We are looking at a solution to prevent it from happening again and hopefully will include it in the next release.

    Thanks always for being patient as we worked diligently to solve this for our customers. Thanks as well for reaching out and providing valuable information to help us solve it. Let us know if this solves it for you.

    Just a follow up, this has been fixed in the latest release (7.4.8)

    Tim

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Issue with WordFence after update this morning’ is closed to new replies.