Recaptcha Problems

4 replies · opened Sep 25, 2018

Nneosdesign2Sep 25, 2018

Hi

I have added recaptcha to the contact form https://www.chaincare.com/contact but validation fails

I have added the site key and secret key in the correct places

please help

thanks

Neil

SSemicolon WebSTAFFSep 27, 2018

Hello,

According to the Error you have mentioned, it appears that the allow_url_fopen is not enabled in your PHP Configuration on your Servers. We have recently updated the include/sendemail.php File to use CURL Functionality for the reCaptcha validation, so please update to the Latest Version and this issue should be automatically resolved.

Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

SSemicolon WebSTAFFSep 28, 2018

Hello,

Apologies about the Inconveniences!

This is a mistake from our end for which we would like to Apologize to you profusely!

Please replace the following code in the include/sendemail.php File:

require_once('phpmailer/PHPMailerAutoload.php');

with the following code:

use PHPMailer\PHPMailer\PHPMailer;

require 'phpmailer/src/PHPMailer.php';
require 'phpmailer/src/SMTP.php';

This will definitely fix the issue. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard