Re: Support Thread for Google reCAPTCHA
As said php5.6 is end of life. for the everyday user the biggest advantage of php 7.x is a significant speed improvement.
Quote:
Originally Posted by
pixbo
Jim,
thanks a lot for your help! Now all is running fine. My current php-version is 5.6. Any advantage change to 7.0 ? Wish you a prosperous 2019!
/Per
Re: Support Thread for Google reCAPTCHA
Just a heads up. The "tpl_contact_us_default.php" file is missing the email subject box for both the custom template and the standard responsive template.
Was getting errors that it was missing. Modified file to put this in "
<label class="inputLabel" for="subject"><?php echo ENTRY_EMAIL_SUBJECT; ?></label>
<?php echo zen_draw_input_field('subject', $subject, ' size="40" id="subject"') . '<span class="alert">' .
ENTRY_REQUIRED_SYMBOL . '</span>'; ?>
<br class="clearBoth" />" and it now works perfiectly
Zencart setup
version 155e
template Westminster_new
Php 5.6
Using: Latest Google reCaptcha plugin
Re: Support Thread for Google reCAPTCHA
The Email Subject is a separate pluging: https://www.zen-cart.com/downloads.php?do=file&id=226
which is why it's not included in this plugin.
When installing this plugin, you'd need to merge your tpl_contact_us_default.php with the one from this plugin, as you now have.
Quote:
Originally Posted by
fjbern1943
Just a heads up. The "tpl_contact_us_default.php" file is missing the email subject box for both the custom template and the standard responsive template.
Was getting errors that it was missing. Modified file to put this in "
<label class="inputLabel" for="subject"><?php echo ENTRY_EMAIL_SUBJECT; ?></label>
<?php echo zen_draw_input_field('subject', $subject, ' size="40" id="subject"') . '<span class="alert">' .
ENTRY_REQUIRED_SYMBOL . '</span>'; ?>
<br class="clearBoth" />" and it now works perfiectly
Zencart setup
version 155e
template Westminster_new
Php 5.6
Using: Latest Google reCaptcha plugin
Re: Support Thread for Google reCAPTCHA
Quote:
Originally Posted by
jeking
The Email Subject is a separate pluging:
https://www.zen-cart.com/downloads.php?do=file&id=226
which is why it's not included in this plugin.
When installing this plugin, you'd need to merge your tpl_contact_us_default.php with the one from this plugin, as you now have.
The email subject box is already included in Zencart Version 1.54 and 155e as a standard so there is absolutely no reason to have to install the Email Subject Plugin and therefore it should be included with the Google reCapcha Plugin for these zencart versions.
If you include it in the plugin there would not be a need to do any merge and just use the files provided.
Just my opinion.
Re: Support Thread for Google reCAPTCHA
Quote:
Originally Posted by
fjbern1943
The email subject box is already included in Zencart Version 1.54 and 155e as a standard so there is absolutely no reason to have to install the Email Subject Plugin and therefore it should be included with the Google reCapcha Plugin for these zencart versions.
If you include it in the plugin there would not be a need to do any merge and just use the files provided.
Just my opinion.
Not true. The subject is not part at a standard Zen Cart installation.
Re: Support Thread for Google reCAPTCHA
I have installed your latest plugin (19 Dec 2018) on my zen-cart 1.5.5f.
I get the following message: ERROR for site owner: Invalid site key
I have completed the set up as instructed and put the keys in the correct file.
Does this plugin only work with reCAPTCHA 2?
Thanks,
Goshawk
Re: Support Thread for Google reCAPTCHA
It does work with 2.
The error indicates a problem with steps 1 and 2.
Step 1
Go to https://www.google.com/recaptcha/admin and create the Google reCAPTCHA keys for your website
Step 2
Open the file /includes/functions/extra_functions/recaptchalib.php and insert the public and private keys you got in Step 1. They need to go on lines 9 and 10
Quote:
Originally Posted by
Goshawk
I have installed your latest plugin (19 Dec 2018) on my zen-cart 1.5.5f.
I get the following message: ERROR for site owner: Invalid site key
I have completed the set up as instructed and put the keys in the correct file.
Does this plugin only work with reCAPTCHA 2?
Thanks,
Goshawk
Re: Support Thread for Google reCAPTCHA
Quote:
Originally Posted by
jeking
It does work with 2.
The error indicates a problem with steps 1 and 2.
Step 1
Go to
https://www.google.com/recaptcha/admin and create the Google reCAPTCHA keys for your website
Step 2
Open the file /includes/functions/extra_functions/recaptchalib.php and insert the public and private keys you got in Step 1. They need to go on lines 9 and 10
Sorry for the delayed response, thank you.
I filled in the correct details in the plug-in and at Google Admin, but forgot to click "accept changes" at Google...LOL
Re: Support Thread for Google reCAPTCHA
Quote:
Originally Posted by
Goshawk
Sorry for the delayed response, thank you.
I filled in the correct details in the plug-in and at Google Admin, but forgot to click "accept changes" at Google...LOL
Thank you for confirming. I have done the exact same thing myself.
Re: Support Thread for Google reCAPTCHA
Hi Im using zencart 1.54 and i have installed this plugin, however i seem to have locked myself out of the admin. when i refreshed the page i could not log back in.
Can you please help. Im using SSL if this helps. I get a pop up box when trying to login in saying using under SSL do you want to continue.