so formmail has a feature where it emails the owner (you) when a user makes a mistake. thats wot this message is
in formmail's config section, u can set ALERT_ON_USER_ERROR to false and these messages will stop.
the idea is to leave it on (true) to help u debug ur form, then switch it off (false) when ur happy all is OK
if this correlates with ur testiong, then that's not a good sign. it means ur server has a problem with PHP sessions.plus "The following error occurred in FormMail : verify_failed ********** Error=Image verification string missing. This is probably a fault on the server. "
but if u get a few of these at random times, it can mean two things:
- spam bots are hitting ur copy of formmail (so no need to worry). u can stop these messages by setting ATTACK_DETECTION_IGNORE_ERRORS to true
- users are taking too long to fill in ur form and the session is expiring. in this case ur system adminstration may need the increase ur PHP session length on the server. alternatively, switch to use reCaptcha beause it doesn't use PHP sessions.
Bookmarks