- Posts: 46
COMMUNITY FORUM
404 http://api.recaptcha.net/js/recaptcha_ajax.js
- ATHANASIOS ILIOPOULOS
-
Topic Author
- Offline
- Senior Member
Less
More
11 years 7 months ago #120337
by ATHANASIOS ILIOPOULOS
404 http://api.recaptcha.net/js/recaptcha_ajax.js was created by ATHANASIOS ILIOPOULOS
Guys,
it seems that google has changed recaptcha urls:
relevant post here:
github.com/joomla/joomla-cms/pull/2436/files
and here:
forum.joomla.org/viewtopic.php?f=708&p=3103096
i have alot of websites in Joomla 1.5 ... has tried to change file:
/administrator/components/com_k2/lib/recaptchalib.php
constants but recaptcha still tries to load the missing:
api.recaptcha.net/js/recaptcha_ajax.js
any ideas on how to fix it? where k2 defines recaptcha_ajax.js?
it seems that google has changed recaptcha urls:
relevant post here:
github.com/joomla/joomla-cms/pull/2436/files
and here:
forum.joomla.org/viewtopic.php?f=708&p=3103096
i have alot of websites in Joomla 1.5 ... has tried to change file:
/administrator/components/com_k2/lib/recaptchalib.php
constants but recaptcha still tries to load the missing:
api.recaptcha.net/js/recaptcha_ajax.js
any ideas on how to fix it? where k2 defines recaptcha_ajax.js?
Please Log in or Create an account to join the conversation.
- ATHANASIOS ILIOPOULOS
-
Topic Author
- Offline
- Senior Member
Less
More
- Posts: 46
11 years 7 months ago #120338
by ATHANASIOS ILIOPOULOS
Replied by ATHANASIOS ILIOPOULOS on topic Re: 404 http://api.recaptcha.net/js/recaptcha_ajax.js
any help in here? is this forum dead?
Please Log in or Create an account to join the conversation.
- Bziondik
-
- Offline
- New Member
Less
More
- Posts: 2
11 years 7 months ago #120339
by Bziondik
Replied by Bziondik on topic Re: 404 http://api.recaptcha.net/js/recaptcha_ajax.js
In files
\components\com_k2\views\item\view.html.php
\components\com_k2\views\comments\view.html.php
\plugins\system\k2\k2.php
change
api.recaptcha.net/js/recaptcha_ajax.js
to
www.google.com/recaptcha/api/js/recaptcha_ajax.js
\components\com_k2\views\item\view.html.php
\components\com_k2\views\comments\view.html.php
\plugins\system\k2\k2.php
change
api.recaptcha.net/js/recaptcha_ajax.js
to
www.google.com/recaptcha/api/js/recaptcha_ajax.js
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
11 years 7 months ago #120340
by Krikor Boghossian
Replied by Krikor Boghossian on topic Re: 404 http://api.recaptcha.net/js/recaptcha_ajax.js
Thank you Bziondik.
And Thanasis no this forum is not dead.
And Thanasis no this forum is not dead.
Please Log in or Create an account to join the conversation.
- Lefteris
-
- Offline
- Platinum Member
Less
More
- Posts: 8743
11 years 7 months ago #120341
by Lefteris
Replied by Lefteris on topic Re: 404 http://api.recaptcha.net/js/recaptcha_ajax.js
This issue has already been fixed in K2 2.6.7. You should update to get the fix.
Please Log in or Create an account to join the conversation.
- ATHANASIOS ILIOPOULOS
-
Topic Author
- Offline
- Senior Member
Less
More
- Posts: 46
11 years 6 months ago #120342
by ATHANASIOS ILIOPOULOS
Replied by ATHANASIOS ILIOPOULOS on topic Re: 404 http://api.recaptcha.net/js/recaptcha_ajax.js
thanks god then :) Krikor
Please Log in or Create an account to join the conversation.