Posted by mgifford on June 26, 2012 at 12:01am
2 followers
Jump to:
| Project: | CAPTCHA |
| Version: | 7.x-1.0-beta2 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
We just disabled Caption because of this error:
WD php: 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 [error]
(
[:form_id] => system_modules
)
in captcha_get_form_id_setting() (line 73 of /DRUPAL7/sites/all/modules/contrib/captcha/captcha.inc).
WD php: Warning: Cannot modify header information - headers already sent by (output started at /usr/local/share/drush/includes/drush.inc:820) in drupal_send_headers() (line 1239 of [warning]
/DRUPAL7/includes/bootstrap.inc).
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] => system_modules
)
in captcha_get_form_id_setting() (line 73 of /DRUPAL7/sites/all/modules/contrib/captcha/captcha.inc).
Drush command could not be completed. It may or may not be related to memcache.
Comments
#1
Please provide more context:
is this after an update (of core? of CAPTCHA module?) after an install?
is this an update from a drupal 6 site?