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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...