Extension talk:ReCAPTCHA
From MediaWiki.org
[edit] deleted the following
I deleted the following two points from the Notes section of the page since they appear to be quite unnecessary.
- You will need to call ConfirmEdit in LocalSettings.php using require_once( "$IP/extensions/recaptcha/ConfirmEdit.php" ); (in addition to require_once( "$IP/extensions/recaptcha/ReCaptcha.php" );).
- I found the previous instruction to be false. I initially enabled ConfirmEdit, but it caused a problem with the redeclaration of a variable, so I disabled it and reCAPTCHA then worked fine, using MediaWiki 1.11.0 on Linux.
The first is not right - recaptcha.php does a require_once( "ConfirmEdit.php" ); so you clearly don't require the LocalSettings.php change. This of course makes the next statement redundant. Michael Daly 02:31, 12 October 2007 (UTC)
[edit] ReCaptcha Glitch
Hi there, I installed the ReCaptcha extension for my wiki, but now when I try to log in, I get this message:
Fatal error: Call to undefined function wfMemcKey() in /thecbg.org/wiki/extensions/recaptcha/ConfirmEdit.php on line 336
Any i deas on how to fix this? Ishmayl 15:21, 3 November 2007 (UTC)
[edit] reCAPTCHA API Key Not For Current Domain Error
I just upgraded to MediaWiki 1.11 and everything seems to be working fine but when I encounter a page that usually have a reCAPTCHA on it, it now says that the reCAPTCHA key wasn't created for the current domain, but I had been using the same API key before I upgraded and everything worked fine, anyone have any idea what can be causing this?
Fixed: Nevermind, for some reason I did indeed have to create new keys, even though before upgrading the ones I had worked fine. --BlaenkDenum 01:10, 20 November 2007 (UTC)

