Jump to content

Question

Posted

Hi guys,

                 I've had this blesta install running for over a month or so now without issue. I added SSL to the site a few days back and now my order forms will not show recaptcha. Everything else seems to be working fine but the form will not show recaptcha and thus can not process orders as it fails the recaptcha.  Any ideas?

 

 

php- 5.4.27

mysql-5.5.37

Blesta-3.2(current)

domain/client

Centos/ Vestacp

No .htaccess ATM

2 answers to this question

Recommended Posts

  • 0
Posted

For SSL (https) use:

echo recaptcha_get_html($publickey,,true);

rather than:

echo recaptcha_get_html($publickey);

This is because recaptcha_get_html() in recaptchalib.php (which gets the distorted text image) defaults to http unless you tell it otherwise.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...