Joomla built-in Recaptcha plugin does not work, uses old URL

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
Richard67
Joomla! Explorer
Joomla! Explorer
Posts: 270
Joined: Fri Sep 16, 2011 6:13 pm
Location: Germany
Contact:

Joomla built-in Recaptcha plugin does not work, uses old URL

Post by Richard67 » Thu Feb 16, 2012 8:05 pm

Hello,

I am more or less new and have never reported a bug.

There is a discussion thread

Code: Select all

http://forum.joomla.org/viewtopic.php?f=615&t=690921&p=2746420&e=2746420
related to the Joomla built-in Recaptcha plugin not working.

A friendly user named CupAfull has found the reason:

Code: Select all

http://groups.google.com/group/recaptcha-announce/browse_thread/thread/c1ff6844420c9e63?pli=1
After I followed this by changing line 25 of plugins/captcha/recaptcha/recaptcha.php to following, everything worked:

Code: Select all

const RECAPTCHA_API_SECURE_SERVER = "https://www.google.com/recaptcha/api";
I have posted this in the thread mentioned above, and have posted necessary commands for both Windows and Linux hosts to find out which files of Joomla extensions have to be corrected, too.

What has to be done now that the Joomla team takes notice of this and fixes it within a future release?

And how can extension providers be informed?

Best regards,

Richard

Locked

Return to “Joomla! 2.5 Bug Reporting”