Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

Categories

In this Discussion

Who's Online 8

CurtisOdenericgillette +6 guests

CAPTCHA

This discussion is related to the CAPTCHA addon.
CAPTCHA

Comments

  • Posts: 95
    Getting this error when I install it:
    Error Message
    Could not Add the CaptchaDisableDescription field to the User table
    Affected Elements
    CAPTCHA Installer.undefined();
    The error occurred on or near: Duplicate column name 'CaptchaDisableDescription'

    Any insight would be appreciated.
  • Posts: 1,880
    For some reason, it try to reinstall some column in the DB, but they are already there. You just need to drop them (with phpmyadmin) and try again.
  • Posts: 2,419
    Does "dropping" simply empty these tables or does it remove them altogether?

    Posted: Monday, 4 June 2007 at 8:41AM

  • Posts: 95
    Well it took a couple of try's, but the extension is enabled and the DB entry is their-- but I'm not seeing the captcha when I attempt to test it.

    Wanderer, 'dropping' drops tables, truncate empties.
  • Posts: 2,419
    Same question, I know 'dropping' 'drops' the table, does 'dropping' delete the table?
    So I guess I'm asking what is the definition of 'drop'?

    Posted: Monday, 4 June 2007 at 12:52PM

  • Posts: 2,301
    Yes, dropping deletes. As in completely remove. Truncate is essentially the same as "DELETE * FROM table WHERE id > 0".
  • Posts: 7
    eh...sorry...
    I'm dealing with the same problem but I can't find any column which is named like the mentioned above... so I can't delete anything but the problem is still the same...

    perhaps someone could give me a hint.
  • Posts: 1,880
    It is in the user table. The column to delete is "CaptchaDisableDescription".
  • Posts: 7
    sorry for that, but there is no column "CaptchaDisableDescription"...
    :/
  • Posts: 1,880
    What is your error message?
  • Posts: 7
    as soon the extension is activated i get this error:

    A fatal, non-recoverable error has occurred
    Technical information (for support personel):

    Error Message
    Could not Add the CaptchaDisableDescription field to the User table
    Affected Elements
    CAPTCHA Installer.undefined();

    The error occurred on or near: Duplicate column name 'CaptchaDisableDescription'

    For additional support documentation, visit the Lussumo Documentation website at: lussumo.com/docs
  • Posts: 1,880
    Just add in /path/to/vanilla/conf/settings.php:$Configuration['CAPTCHA_VERSION'] = '0.2.0';
  • Posts: 649
    there should be a feature that allows the applicant to refresh the captcha if it's too obfuscated to read.
  • Posts: 812
    yeah that would be a really good idea
  • Posts: 649
    because if they get to that part of the application form and realize they can't read it, they would have to refresh the page and re-enter what they had in the previous fields.

    EDIT:

    you could also limit it to 3 refreshes or so.
  • Posts: 2,419
    Nothing worse than a CAPTCHA picture that's difficult to read, lots of O and 0 characters as well as I and l which make the visitor work too hard just to post a comment, not to mention ugly and annoying artefacts covering parts of the text.
    I made my own JavaScript version which works so ridiculously simple plus I control what the images look like.
  • Posts: 649
    for Vanilla?? upload it man!

    I looked at your profile to be sure you aren't a woman ;-)
  • Posts: 2,419
    It's already there, Minisweeper helped me put it together...

    Guest Post

    It's very basic but it's easy to pretty it up using CSS.
  • Posts: 649
    Hey, I had this working, and then it stopped working as soon as I disabled anonymous users from browsing the forum. It just says "Visual CAPTCHA." Every now and then, the CAPTCHA flickers, then goes back to "Visual CAPTCHA." It was working fine until I changed the setting. Any ideas?
  • Posts: 2,419
    Mate, turn the extension off!

    If unregistered users are not allowed, there's no need for this extension.
  • Posts: 649
    It's the captcha for registering users. I could care less if a spambot wants to browse the forum, but allowing a spambot membership isn't even comparable.
  • ADMADM
    Posts: 450
    yeah I get that problem as well. Basically it checks to see if the user is logged in and since it's not the captcha location is:
    http://www.sitename.com/bb/extensions/CAPTCHA/people.php?PageAction=SignOutNow&ReturnUrl=http://www.sitename.com/bb/extensions/CAPTCHA/image.php
  • Posts: 649
    Dinoboff, we need an update! ^fix^the^bug,^ and add a captcha refresh option!
    (not meant to be rude, or demanding, or demeaning, or obscene [okay, that's a bit of a stretch])
  • Posts: 18
    PHP Notice: Trying to get property of non-object in /******/extensions/Notify/default.php on line 423
  • Version number changed from 0.2.1a to 0.2.2.
  • Uploaded version 0.2.2 of CAPTCHA.
  • Posts: 1,880
    Sorry to have not give more support in the past for this extension; However, Squirrel just added support for reCAPTCHA to vanilla. Check-out his add-on, it should be far more reliable.
  • Posts: 318
    Hi, the captcha image does not show up. What could cause this? thanks the link is http://berg.com.ua/vanilla/people/?PostBackAction=ApplyForm
Sign In or Register to comment.