• I’m using a customized registration page (via the Register Plus Redux plugin), and I’m getting an error when I click the Refresh button for the CAPTCHA. This happens regardless of whether I’ve got the “Use CAPTCHA without PHP session” turned on or off.

    Registration page:
    http://awfulgames.com/wp-login.php?action=register

    Registration does appear to function — I just can’t refresh the CAPTCHA image. When I try, I get an error message at the bottom of the screen. If I click the error alert, I get the following message:

    Webpage error details

    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; SU 3.26; InfoPath.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
    Timestamp: Sat, 8 Jan 2011 15:38:21 UTC

    Message: Object expected
    Line: 154
    Char: 1
    Code: 0
    URI: http://awfulgames.com/wp-login.php?action=register

    Any thoughts?

    Thanks.

    http://wordpress.org/extend/plugins/si-captcha-for-wordpress/

Viewing 1 replies (of 1 total)
  • The javascript si_captcha.js for the captcha is not loading in the html header, that is why the refresh button does not work.

    Maybe another plugin is conflicting.
    Look on the Admin – Plugins – menu.
    Temporarily Disable (not uninstall) all your other plugins.
    Does it work now? If yes, Activate the plugins one by one to determine
    which one conflicts. Which plugin was causing it?

    —————–

    It could be the theme you are using is causing it…
    Do this as a test:
    In Admin, click on Appearance, Themes.
    Temporarily change your theme to the “WordPress Default” theme, or “Twenty Ten” (default for WP 3.0).
    It does not cause any harm to temporarily change the theme and change back.
    Does it work properly now?
    If it does then the theme you are using is the cause.

    PS, your PHP install does not have TTF support, that is why the captcha text is red.
    http://awfulgames.com/wp-content/plugins/si-captcha-for-wordpress/captcha-secureimage/test/

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: SI CAPTCHA Anti-Spam] CAPTCHA Not Refreshing’ is closed to new replies.