Recaptcha plugin in Joomla 2.5 and Joomla 3

The support for Joomla 2.5 ended on December 31, 2014. Possible bugs in Joomla 2.5 will not be patched anymore. This forum has been closed. Please update your website to Joomla 3.x

Moderator: ooffick

Forum rules
Please use the official Bug Tracker to report a bug: https://issues.joomla.org
Locked
User avatar
3d web design
Joomla! Apprentice
Joomla! Apprentice
Posts: 43
Joined: Thu Jan 07, 2010 11:19 am
Location: Bulgaria, Sofia
Contact:

Recaptcha plugin in Joomla 2.5 and Joomla 3

Post by 3d web design » Wed Nov 27, 2013 2:01 pm

Google make redirected api.recaptcha.net to http://www.google.com/recaptcha/api and recaptcha plugin in latest joomla versions stop working. So, all joomla websites based on Joomla 2.5 and Joomla 3 without ssl but with activated recaptcha plugin stop working (register, login and contacts pages only).

Solution: you must wait for update or edit recaptcha plugin php file yourself. Open file: public_html/plugins/captcha/recaptcha/recaptcha.php

find:

Code: Select all

const RECAPTCHA_API_SERVER = "http://api.recaptcha.net";
replace with:

Code: Select all

const RECAPTCHA_API_SERVER = "http://www.google.com/recaptcha/api";
Clear cache. Ready.

robstg
Joomla! Fledgling
Joomla! Fledgling
Posts: 2
Joined: Tue Jan 17, 2012 4:34 pm
Location: Canada

Re: Recaptcha plugin in Joomla 2.5 and Joomla 3

Post by robstg » Wed Apr 23, 2014 2:46 pm

Worked for me. Thanks for posting.

User avatar
3d web design
Joomla! Apprentice
Joomla! Apprentice
Posts: 43
Joined: Thu Jan 07, 2010 11:19 am
Location: Bulgaria, Sofia
Contact:

Re: Recaptcha plugin in Joomla 2.5 and Joomla 3

Post by 3d web design » Thu Apr 24, 2014 5:44 am

Is fixed in latest version, this bug was present in 2 versions only

robstg
Joomla! Fledgling
Joomla! Fledgling
Posts: 2
Joined: Tue Jan 17, 2012 4:34 pm
Location: Canada

Re: Recaptcha plugin in Joomla 2.5 and Joomla 3

Post by robstg » Thu Apr 24, 2014 1:39 pm

the site I fixed was on Joomla! version, 2.5.13. I believe this is the latest version.
The issue I was experiencing was the lack of diagram for the Re-Catpcha authentication.
The only thing I can think may have caused this glitch on this Joomla install would be the "OSOL Captcha" plug-in, which was installed and disabled.
I removed OSOL Captcha, and followed your instructions (edited the recaptcha.php file). Everything went incredibly smoothly, and site was up and running in a matter of minutes!
Cheers,

s1no
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Wed May 21, 2014 2:39 pm

Re: Recaptcha plugin in Joomla 2.5 and Joomla 3

Post by s1no » Wed May 21, 2014 2:44 pm

Thanks a bunch, this helped me get my capture back
Last edited by pe7er on Wed May 21, 2014 3:40 pm, edited 1 time in total.
Reason: manual signature has been removed


Locked

Return to “Joomla! 2.5 Bug Reporting”