MyBB Community Forums

Full Version: An internal error occurred reCAPTCHA
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have this problem on my forum:
An internal error occurred: 4E4D917F5DA78.ADF9B4A.1930

it has always worked well until a short time ago! before I had generated the key with an account which I then closed .. is due to this the problem? Now use the key created with this account but the problem persists .. help = (
Register a new account then replace the current key with the new key.
already done but nothing has changed.
Did you get your reCAPTCHA private and public keys from here?
http://www.google.com/recaptcha/whyrecaptcha

Also make sure your server can connect to Google's reCAPTCHA server otherwise it won't be able to work.
(2013-08-28, 07:24 PM)Arbaz Wrote: [ -> ]Did you get your reCAPTCHA private and public keys from here?
http://www.google.com/recaptcha/whyrecaptcha

yes, more than once.

(2013-08-28, 07:24 PM)Arbaz Wrote: [ -> ]Also make sure your server can connect to Google's reCAPTCHA server otherwise it won't be able to work.

as a control? until recently it worked.
Double check with your host, maybe they made some changes you are unaware of.
my hosting has solved the problem by replacing:

$settings['captchaimage'] = "2";

with

$settings['captchaimage'] = "1";



[file inc/settings.php]