D6.14
CAPTCHA 6x-2.0
CAPTCHA Pack 6.x-1.0-beta3
Using 'Phrase Captcha'
CAPTCHA problem: hook_captcha() of module text_captcha returned nothing when trying to retrieve challenge type Text for form
After upgrading a site from D5 to D6 this error appeared. Was caused by the CAPTCHA type being set to 'text'. This is a D5 type that is not recognized by the D6 version of CAPTCHA. Error stopped when offending node's CATPCHA changed to 'Phrase' which is the D6 version of a text captcha.
Maybe the type conversion could be added to the update code.
Also noticed that the 'text' type is still referred to as a Component in the Project information section of the Create Issue form. This should also be changed to reflect new terminology.
Thanks for a great module!
Comments
Comment #1
soxofaan commentedThis should cover it:
http://drupal.org/cvs?commit=304280
Comment #2
soxofaan commentedThe "Text CAPTCHA" component is still usefull for issues against the 5.x and 6.x-1.x versions (although these versions are not really supported anymore).
Comment #4
luoshenhua commenteddddd