• Resolved McFoxx

    (@mcfoxx)


    Hello,

    I’ve got a big problem with the core integrity check of the Sucuri Plugin. It lists all changes in the core directories, just like it should do. But after I mark some files a fixed and save this, exact these files appear again. I just can’t remove them from the check so all files are listed there everytime. Is there a way I can fix this issue?

    Thanks for help
    McFoxx

    https://wordpress.org/plugins/sucuri-scanner/

Viewing 1 replies (of 1 total)
  • When you mark a file as fixed its name is added to this file [1], if the file disappears from the list of the Integrity Checks panel then it means the code is working correctly, so the issue must be in the file that is acting as a pseudo-database, somehow it is getting reset.

    The file is handled by a library that we wrote to provide the ability to cache data during a range of time, after the time limit is surpassed the library returns a negative values forcing the plugin to think that the cache is empty, but even so the data must be in the file.

    Check that file and see if the files that you marked as fixed are there, if yes then there may be a bug in the code and I will continue investigating to fix it, but if the files are listed in the file then there may be an issue in your server or someone is resetting the file.

    [1] /wp-content/uploads/sucuri/sucuri-integrity.php

Viewing 1 replies (of 1 total)

The topic ‘Problems with core integrity check’ is closed to new replies.