I guess I'm reopening this issue, as directed, because I've followed the steps here, as directed:
http://cvs.drupal.org/viewcvs/drupal/contributions/modules/recaptcha/REA...
checked access control, and added form store (why?) and so far:
1. No admin tab at admin/settings/captcha
2. No indication at admin/settings/captcha that recaptcha is activated at all.
3. All I get is the default captca arithmetic challenge.
No PHP errors in the logs.
Drupal 5.1, PHP captcha-5.x-1.x-dev.tar.gz
Comments
Comment #1
robloachHmmm, did you try turning off/updating the menu cache?
Comment #2
robloachAlso be sure to have at least Captcha 2.1.
Comment #3
lambert-1 commented1. Yes, I updated the cache (with devel)
2. I'm using captcha-5.x-1.x-dev.tar.gz (The issues thread on the latest version of captcha seems still quite lively.)
Comment #4
robloachGet Captcha 2.1. I'll adapt reCAPTCHA to use the new (?) Captcha API once the next release of it officially comes out.
Comment #5
robloachCaptcha 2.1 seems to be the latest release (both from the development snapshots and official releases. I'll put a note in the readme that 2.1 is required.
Comment #6
robloach... Please let me know if this fixes the problem. Worst comes to worst, I can implement the old Captcha API ontop of what's in there already.
Comment #7
BradM commentedYou definitely need to use the latest version of Captcha, I couldn't get reCaptcha to work without it. However, the latest version of Captcha is buggy as hell, so I reverted back until the outstanding issues are resolved.
Comment #8
robloachI'm switching this issue to become a request for compatibility with Captcha versions earlier than version 2.1.
Comment #9
robloachI'm not going to take on this task. I'm going to, rather, work on fixing the bugs in the current version of the Captcha module. If anyone gets it working with the previous Captcha API, then please feel free to post up a patch.
Comment #10
kthagen commentedThe backport I just posted for Drupal 4.7.6 uses the old captcha API. In case someone wants to use it for 5.1, I think that dropping the following two hooks in the 5.1 version should do the trick, but I don't have a 5.1 setup to test this myself:
Comment #11
robloachJust a note that a new version of Captcha was just released and is much more stable then what it was before.
Comment #12
robloachI'm setting this to fixed, as Captcha 3.x is WAY more stable, and a Drupal 4.7 branch is now around.
Comment #13
(not verified) commented