• When I enter an incorrect captcha code, am notified that it is incorrect and then enter the correct code (without changing my comment) I get the following error:

    Duplicate comment detected; it looks as though you’ve already said that!

Viewing 2 replies - 1 through 2 (of 2 total)
  • WP Seeker

    (@matthewhonorius)

    First, I’m brazilian, and so sorry for my very bad english ^-^

    Okay, let’s go… I got the same problem. But it’s happening, just because a wrong code in the archive that validates the security code.
    You must to edit this archive. Go to PLUGINS ? EDITOR. Select the “

    simpleCAPTCHA

    ” plugin to edit. You’ll se a sidebar with a list of archives. Click on the last (simpleCAPTCHA/zrx_captcha.inc.php). Now, you have to find this part of the code:

    wp_set_comment_status($id, 'delete');

    Now, change this line, for the line below:

    wp_trash_comment($id);

    This line will make the wrong code comments, go directly to the trash. Well, I hope I′ve helped.

    Thread Starter gcferrell

    (@gcferrell)

    Thanks for the reply, Mateus. I already used another plugin instead of simpleCaptcha but I’ll keep your fix in mind for the next captcha I need !

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Simple CAPTCHA] Fails on correction of captcha code: Duplicate comment detected’ is closed to new replies.