VISIT AND LIKE OUR PAGE ON FACEBOOK
TAKE A LOOK AT OUR TWEETS ON TWITTER
SUBSCRIBE TO THE JOOMFREAK RSS FEED
VISIT OUR CHANNEL ON YOUTUBE

Account Details

Change your name, email, password or permanently delete your account. Change settings

We offer several ways you can get support from our experts: Support ForumKnowledgebaseNewsletter

Your Forum Posts

No posts to display.

Joomla 2.5 - The Recaptcha plugin has vanished

Written by joomfreak // Monday, 25 November 2013 09:51
Joomla 2.5 - The Recaptcha plugin has vanished

recatpcha-logoHas Joomla!’s ReCaptcha stopped working?
Yes – Google has changed its servers’ addresses, and version 2.5.16 was released before these changes could be entered in the Joomla! code.

We can fix it in just a few short steps!


Open the file plugins/captcha/recaptcha/recaptcha.php (make a backup first).

  • At line 24, replace
    const RECAPTCHA_API_SERVER = "http://api.recaptcha.net";
    with
    const RECAPTCHA_API_SERVER = "http://www.google.com/recaptcha/api";
  • At line 26, replace
    const RECAPTCHA_VERIFY_SERVER = "api-verify.recaptcha.net";
    
    with
    const RECAPTCHA_VERIFY_SERVER = "www.google.com";
  • At line 118, replace
    $response = $this->_recaptcha_http_post(self::RECAPTCHA_VERIFY_SERVER, "/verify",
    
    with
    $response = $this->_recaptcha_http_post(self::RECAPTCHA_VERIFY_SERVER, "/recaptcha/api/verify",
    

Save the file.
This problem will be fixed in the next Joomla update.

Additional Info

Login to post comments
www.joomfreak.com Blog Joomla 2.5 - The Recaptcha plugin has vanished
Wednesday 24 April 2024

joomfreak is not affiliated with or endorsed by the Joomla Project or Open Source Matters.
The Joomla logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.