Viewing 15 replies - 16 through 30 (of 40 total)
  • Try all 3 tests on this page.
    /wp-content/plugins/si-captcha-for-wordpress/captcha-secureimage/test/index.php

    Follow the instructions on the test pages. They instruct you as to what could be the problem. I tested on your server and it could be 2 things:
    1) you may have cookies blocking on your web browser for your web page.
    2) you have another plugin conflicting.
    Since you disabled the plugin, I cannot test it completely from my view.

    If all 3 pass, the problem could be another WordPress plugin is conflicting with the PHP session. What other plugins do you have installed? Can you temporarily deactivate them all. Test, now if it works, activate them one at a time (then test) until the conflicting plugin is pinpointed? If a conflicting plugin is found I might be able to fix it (or not), then we can notify the plugin author.

    Mike,

    We were having the same problem with the SI Captcha plugin. We are always taken to a page that says “ERROR: Could not read CAPTCHA cookie. Make sure you have cookies enabled and not blocking in your web browser settings. Or another plugin is conflicting. See plugin FAQ.

    The blog I am working with is http://www.mrsfieldssecrets.com/blogs

    I “ran” all three tests at:
    http://www.mrsfieldssecrets.com/blogs/wp-content/plugins/si-captcha-for-wordpress/captcha-secureimage/test/index.php

    and they all claimed they worked fine.

    So here is the most interesting part…
    After I ran the tests, I then went back and tried to enter a comment on the blog and I never got the cookies error again, but I did seem to have a lot of trouble getting the codes in. I mean I know I was entering them in right but I was only getting in like 1 out of three times. (I think this problem might be related to how the servers are set up for this client.)

    Anyways, my boss said to uninstall this plugin because the cookie problem will be more trouble than it is worth and also he did not like the fact that the code input is displayed underneath the submit button and the tab order seemed to be messed up to him.

    “also he did not like the fact that the code input is displayed underneath the submit button and the tab order seemed to be messed up to him.”

    This in the FAQ. (easy to fix, even a setting in options to fix)
    http://wordpress.org/extend/plugins/si-captcha-for-wordpress/faq/

    joannesjacobs got hers working, her theme had the comment_form action hook disabled.

    so the problem is solved for me. In the comments.php of my theme i searched the <?php do_action(‘comment_form’, $post->ID); ?> and i found : <?php # do_action(‘comment_form’, $post->ID); ?> !!!! You see what i mean lol. i removed the # and everythings ok.
    Thks MikeChallis for the plugin

    Hi.

    I am getting the same problem on my page.

    I just use the captcha on a register form.

    I checked comments.php and everything looks ok and also the tests work. I’ve tried going back to 2.1 which didn’t work either. 4 users have registerd using the captcha at some point and I haven’t been messing around with the theme so I don’t understand what has changed. I’ve had to disable it for now.

    I have the same problem. All 3 tests checked out okay. After I ran the tests I could post comments from my machine, but it failed on others. Deactivated plugin until a fix can be found.

    manntis,

    Check for other plugins that interfere with the session.
    There are a few plugins that could cause it.
    Temporarily deactivate other plugins to troubleshoot.

    Mike

    Hi Mike —
    I am having this same issue; I’m trying to use this for the comment section.
    I’m using the latest version and have no other plugins on my blog. Cookies are enabled on my web browsers as well.
    I did the cookie test and it said I had a php server error.
    What do you think could be the problem? Is this something I need to talk with my web hosting about or is it something that I need to fix on my own?

    thanks in advance

    zelwent,

    PHP sessions are required to set a cookie, or the CAPTCHA will not work.
    This is pretty routine stuff.

    This error is telling you the PHP sessions are broken on your server
    installation because it cannot find or read the session directory. Make
    a trouble ticket with your web host. Send them the error and a URL link
    to the test page. They will fix it.

    Thanks Mike, I’ll give it a try and let you know.

    That did it! Thanks Mike!

    I’m having this problem too using the Fast and Secure Contact Form Version 2.0.1.

    I’ve run the test script and passed, I’ve also tried the Cookie Test and the CAPTCHA Test and both those passed too.

    I’ve tried deactivating all plug-ins without any success.

    The site I have it installed on can be found here.

    Any help with this would be greatly appreciated, thanks, Rob.

    Rob,

    Looks like you uninstalled it?

    Hi Mike, great plugins and great assistance for the guys above. Unfortunately I have an issue and wonder if you could help…

    I had Fast & Secure Contact Form working fine (was getting e-mails) and wanted to add SI CAPTCHA Antispam too but on trying a test comment I got the error from this post’s title and am now getting it on Fast & Secure Contact Form too. I’ve tried the 3 diagnostics and they work fine (no errors listed) and as a quick ‘test’ disabled all other plugins but Fast & Secure and SI CAPTCHA and then disabled each of those in turn and on all 3 ocassions I get the error as per the post title. Hmmm.

    Happy to send you a link if needed – hope you can help, thanks in advance

    Jon

Viewing 15 replies - 16 through 30 (of 40 total)
  • The topic ‘[Plugin: SI CAPTCHA for WordPress] Error reading captcha cookie’ is closed to new replies.