PDA

View Full Version : Verification Code



David Mundle
April 5, 2018, 02:42 PM
Hello Guys

It seems that after updating the site via fresh install the Verification Code plugin is not working now on version 4.6.2 but it worked fine on the previous version, help please.

Thanks
David

Viktor
April 6, 2018, 06:02 AM
Hello David,

Go to ftp://plugins>>verificationCode open file: rlVerificationCode.class.php find method: 'buildTemplateHook' and code at line~76:
find:


foreach(\$verification_code as \$key => \$val)
{


and replace:


foreach(\$verification_code as \$key => \$val)
{
\$val['Content'] = htmlspecialchars_decode(\$val['Content']);


save and add/edit your verification code in Admin Panel again.

David Mundle
April 6, 2018, 08:44 AM
Hi Viktor

Thanks for the reply but it seems that Alan from support has already fix the issue for me as it's working now..