Hello,

I am getting this when I attempt to enable CAPTCHA:

PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'captcha_type' in 'field list': SELECT module, captcha_type FROM {captcha_points} WHERE form_id = :form_id; Array ( [:form_id] => search_block_form ) in captcha_get_form_id_setting() (line 73 of /usr/www/users/qsico/drupal/sites/all/modules/captcha/captcha.inc).

I have been trying to read http://drupal.org/node/1275096 to understand this error.

And apply the patch to captcha.inc using the latest patch from the prior link. Then I read this: http://drupal.org/patch/apply so that I could learn how to apply the patch for the first time with the command:

patch < column_not_found_1054_unkonw_column-1275096-11.patch

(again, to captcha.inc)

No dice - got the message "hunk #1 failed at 1045"/ I am stuck, and highly noobish at this, so any suggestions or pointers are most welcome! Thanks in advance.

nobody click here