• Resolved Matthias Baier

    (@ma_wordpressorg)


    If I try to update my file-change-detection-rules, ithemes throws this error “Eine Validierungsfunktion für file-change empfing Daten, die einen Eintrag für email hatte, wobei kein entsprechender Eintrag vorhanden ist.” Sorry German.
    Some validation-function for file-change received Data for an entry for email where there was no corresponding entry… or so.

    What am I missing?
    I deactivated the plugin completely – even deleted it’s tables within the wordpress database. Funny thing:it kept all of it’s settings – so I’m looking for a way to reset iThemes-Security completely. Where’s the button?

Viewing 3 replies - 1 through 3 (of 3 total)
  • For anyone else reading this topic, the error in English is:

    A validation function for %1$s received data that has an entry for %2$s when no such entry exists.

    Where (in this case):

    %1$s = file-change
    %2$s = email

    Hi ma_wordpressorg,

    Unfortunately there is no reset button. Closest thing is to deactivate the plugin and then click the Delete link. Clicking the Delete link will delete the iTSec plugin tables from the database AND delete the added entries from the wp_options table (this is where the plugin settings are saved).

    Additionally there is a constant named ITSEC_DEVELOPMENT that (when defined and set to true in the wp-config.php file) will execute the Delete action(s) upon deactivation of the plugin. Can’t get closer to a reset than that 😉

    define( 'ITSEC_DEVELOPMENT', true );

    +++++ To prevent any confusion, I’m not iThemes +++++

    • This reply was modified 4 years, 9 months ago by nlpro.

    Hi ma_wordpressorg,

    If you require no further assistance please mark this topic as “resolved”.

    Thread Starter Matthias Baier

    (@ma_wordpressorg)

    Well, I’m still having problems.
    In the first place, I was just trying to configure file-change-report-emails, which would throw an error.
    Your solution helped me to reset ithemes to a clean state.
    However the file-change-report settings still malfunctions sporadically.
    Can’t tell if it is resolved. But here you go.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Error, when updating file-change-detection rules’ is closed to new replies.