Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi,

    I am having exactly the same issue. I/O Usage is up to the roof after the site has been moved to a new server, possibly triggering so many emails because it detects it as a change for each file.

    Any idea?

    It seems that the file change detection is buggy or tries to send an email after every change, and thus monopolises resource on the server.

    You can try this:
    http://wordpress.org/support/topic/turn-of-change-detection-on-wp-better-security

    It helped me rescue my system.

    But definitely, the file change detector is too dangerous.

    Is there another workaround to this problem?

    Got the same problem starting today, I have 380+ File Change Warning emails already!

    I had the same problem.

    I had to login via FTP and get rid of this plugin.

    After which I was able to login to the site.

    This was a complete surprise to me and it was annoying to see emails saying something was updated and the email had not a single info about the files that were changed.

    The error_log kept growing and caused disk issues as well.

    Huh, so its not just me. I was frekn paranoid for like a week! But, now I am pretty sure it is just common process for each plugin and bwps freaks out, because it just does. Looking over my logs, no sign of malware, or intruders.

    I’m experiencing the very same problem on three sites with the plugin active. I’ve had to rename the plugin folder via ftp before I could gain access the site. The behaviour persists until the error log reaches its capacity and then the site crashes.

    There doesn’t appear to be a fix for this issue. On one of my sites I deleted the plugin and then reinstalled it. The issue returned as soon as this was done.

    Its such a shame that this wonderful plugin has become so unstable and there doesn’t appear to be a fix in sight.

    I previously discovered the hard way that it’s not a good idea to simply delete the plugin folder without uninstalling. If you do that, you won’t completely remove it (which can create conflicts with other plugins) and won’t be able to reinstall.

    If you’re having problems with internal server errors, what you might try is accessing the site via FTP or shell, downloading the wp-config.php file, and looking for this line:

    define( 'BWPS_FILECHECK', true );

    Comment this out (adding two slashes in front of it should do the trick) and upload the edited file in place of your existing wp-config.php. This will disable the file checking system.

    If that allows you to log in again (it did for me), go into the Security options and uncheck the box for “Enable File Change Detection.” (If you comment out the line in wp-config, the plugin may still think the feature is enabled even though it’s not.) That will stop the file checking.

    At that point, if you want to get rid of BWPS, you can deactivate and uninstall it. You could also leave file checking turned off and get a different plugin to monitor file changes. I guess BWPS’ file checker is load-heavy, which can be a problem on shared servers.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Can't login and keep receiving 50 File Change Warning emails a day’ is closed to new replies.