Гость
12 Дек 2013 03:06

When I add a captcha for the email field, it shows "Security code" but nothing next to it.

code is :

Security code

This could be because of a PHP required library not available on the server. What library is required for the captcha to work?

EDIT: The captcha is working fine on the register page.

Последние изменения: 02 Март 2014


Konstantin
Total posts: 1,113
12 Дек 2013 03:45

What type of captcha you use? If recaptcha now it has some pproblem, it work only with ssl protocol, because in recaptha plugin if site has ssl it use another link to google api and it work fine. I fix it by hard changing in recaptcha plugin.


Гость
12 Дек 2013 07:48

Thank you for the advice. I have used the securimages captcha plugin by www.idealextensions.com - but it doesn't seem to work.


stblink VIP
Total posts: 501
13 Дек 2013 09:15

I saw the same thing happening with CB Captcha registration plugin. But this plugin had two options to select captcha type:

mycaptcha (which displayed security code but no box to insert)

recaptcha (all correct)

As i selected recaptcha it went fine. What i'm saying is... are you sure you checked all the captcha options?

Happened under an RT Template


Гость
17 Дек 2013 04:03

I managed (at the suggestion of kudinov.k) to get the Recaptcha plugin working by modifying the code to use the SSL protocol (change line $server = self::RECAPTCHA_API_SERVER; to

$server = self::RECAPTCHA_API_SECURE_SERVER; )

Работает на Cobalt