@wpforum
Ah right, seems like the File Changes Detected entries got buried in many other log entries.
Always use the Select Filter: dropdown listbox ??
Well first of all you need to have a basic understanding of how your WordPress folder structure looks like. It’s easy:
WordPress core files are in these folders:
- / (root)
- wp-admin
- wp-content
- wp-includes
WordPress plugin files are in:
- wp-content/plugins/[plugin name]
WordPress theme files are in:
- wp-content/themes/[theme name]
So when you update the iTSec plugin the File Change Detection entry in the Logs page will report a number of Changed files (and perhaps some Removed and/or Added files) in the wp-content/plugins/better-wp-security folder.
In general if you cannot link reported file changes to a legit event in WordPress you’ll need to investigate.
It’s your WordPress site, you should know what happens to it.
Use an event logging plugin for assistance in case you miss any event.
The iTSec Pro plugin includes an additional File Change Detection setting named Compare Files Online.
It compares files, for which file changes are detected, with clean online files. If the files match, the file change is remove from the File Change Detection result.
Basically helps reducing reported file changes that YOU need to verify.
If the info provided above answers your question please mark this topic as ‘resolved’.
dwinden