Re: Support Thread for Google reCAPTCHA
I am not sure which version I have, it was installed towards end of 2012, is there a way to check what version it was installed?
Quote:
Originally Posted by
mc12345678
Typically yes, when a line number is provided blank lines are included and the "second line" of code that wraps around the screen does not count. Considering that David downloaded a recent copy and that the line suggested to modify doesn't match a similar line in the code provided, are you sure that you have the most up-to-date? Also, when providing code, please place it between the appropriate code blocks like ['CODE'] and [/'CODE'] (with the apostrophe's removed).
Re: Support Thread for Google reCAPTCHA
Quote:
Originally Posted by
Coins2012
I am not sure which version I have, it was installed towards end of 2012, is there a way to check what version it was installed?
Yes and no/depends. This conversation is diverging from the central focus of this thread. Might I suggest bening a new thread and then posting the link to that thread in here. My guess would be that it has been updated. At the very least if you go to the current plugin and an update has been provided almost at any time in 2013, then probably old.
Re: Support Thread for Google reCAPTCHA
I got it working, it was my error, was not entering the code correctly, now it displays the Captcha and works fine when entering the wrong info but when entering the correct captcha info, the email is not sent and error shows that sayts "Error invalid-site-private-key".
Any ideas?
Quote:
Originally Posted by
mc12345678
Yes and no/depends. This conversation is diverging from the central focus of this thread. Might I suggest bening a new thread and then posting the link to that thread in here. My guess would be that it has been updated. At the very least if you go to the current plugin and an update has been provided almost at any time in 2013, then probably old.
Re: Support Thread for Google reCAPTCHA
Quote:
Originally Posted by
Coins2012
I got it working, it was my error, was not entering the code correctly, now it displays the Captcha and works fine when entering the wrong info but when entering the correct captcha info, the email is not sent and error shows that sayts "Error invalid-site-private-key".
Any ideas?
Is this the only place that you have recaptcha activated? Have you tried at say the contact us page?
If the answer is first time trying, then I would suggest revisiting the installation instructions. There are some things that need to be entered, changed, etc in order for this plugin to communicate properly with google and validate the entry. Basically need to have an account and provide the plugin the "login" details.
Re: Support Thread for Google reCAPTCHA
I have it in the Contact US Page and Create Account Page, that works fine, not getting error but sometimes even if you don't enter the capthca info it still sends the info and you are able to create an account, I think some other people had this problem.
As far as the 'As A Question', not sure why I am getting that error.
Quote:
Originally Posted by
mc12345678
Is this the only place that you have recaptcha activated? Have you tried at say the contact us page?
If the answer is first time trying, then I would suggest revisiting the installation instructions. There are some things that need to be entered, changed, etc in order for this plugin to communicate properly with google and validate the entry. Basically need to have an account and provide the plugin the "login" details.
Re: Support Thread for Google reCAPTCHA plugin
Quote:
Originally Posted by
Skullman
CSS style sheet, or in the request of the style of the google recaptcha, choose a different option? Sorry, not at a computer to be able to eval your CSS settings/find the cause to this text color problem. A tool such as firebug may help.
Re: Support Thread for Google reCAPTCHA
Quote:
Originally Posted by
Coins2012
I have it in the Contact US Page and Create Account Page, that works fine, not getting error but sometimes even if you don't enter the capthca info it still sends the info and you are able to create an account, I think some other people had this problem.
As far as the 'As A Question', not sure why I am getting that error.
Okay, couple of things going on with that statement: sometimes things work, sometimes they don't. If the sometimes this plugin doesn't stop traffic there are a few things to look into. Do you have files that have been "renamed" but still end with .php? So like header_php_old.php for example. (In most cases any file ending in .php will be loaded. Sometimes alphabetically, sometimes by whatever, etc...need to verify that the applicable "trigger" code is provided so that can't leave a blank entry or incorrectly enter the recaptcha and for it to carry on.
Now, about the current ask a question issue. It seems that perhaps the "last" necessary file is not "loaded". Wondering if this is a result of a missing notifier, or the observer is not looking for the notifier that is present or a combination. The thought being, when a specific line of code is processed, that a series of actions occurs which includes loading the file that has your credentials for recaptcha.
Re: Support Thread for Google reCAPTCHA
ok, I did a search for header_php_old.php and found one file and renamed it to .bak, this did not solve the problem of Create Account and Contact Us. As far as the Ask Question, not sure what to do other than removing the code, at least now it stops the spam completely, I was getting 100's of spam email from this, is there a way to disable the Ask Question Module, I looked in the Zencart Admin but couldn't find the feature.
Thank you
Quote:
Originally Posted by
mc12345678
Okay, couple of things going on with that statement: sometimes things work, sometimes they don't. If the sometimes this plugin doesn't stop traffic there are a few things to look into. Do you have files that have been "renamed" but still end with .php? So like header_php_old.php for example. (In most cases any file ending in .php will be loaded. Sometimes alphabetically, sometimes by whatever, etc...need to verify that the applicable "trigger" code is provided so that can't leave a blank entry or incorrectly enter the recaptcha and for it to carry on.
Now, about the current ask a question issue. It seems that perhaps the "last" necessary file is not "loaded". Wondering if this is a result of a missing notifier, or the observer is not looking for the notifier that is present or a combination. The thought being, when a specific line of code is processed, that a series of actions occurs which includes loading the file that has your credentials for recaptcha.
Re: Support Thread for Google reCAPTCHA
It's all good now, looks like the google keys were entered incorrectly by the website developer and some of the code was not added.
thank you
Quote:
Originally Posted by
mc12345678
Okay, couple of things going on with that statement: sometimes things work, sometimes they don't. If the sometimes this plugin doesn't stop traffic there are a few things to look into. Do you have files that have been "renamed" but still end with .php? So like header_php_old.php for example. (In most cases any file ending in .php will be loaded. Sometimes alphabetically, sometimes by whatever, etc...need to verify that the applicable "trigger" code is provided so that can't leave a blank entry or incorrectly enter the recaptcha and for it to carry on.
Now, about the current ask a question issue. It seems that perhaps the "last" necessary file is not "loaded". Wondering if this is a result of a missing notifier, or the observer is not looking for the notifier that is present or a combination. The thought being, when a specific line of code is processed, that a series of actions occurs which includes loading the file that has your credentials for recaptcha.
Re: Support Thread for Google reCAPTCHA
Quote:
Originally Posted by
Coins2012
It's all good now, looks like the google keys were entered incorrectly by the website developer and some of the code was not added.
thank you
Glad you got it to work. Appears that went back and confirmed that was having the problem no matter where it was used, good to check out why "works" for one and not the other or in this case, didn't work here, does it work elsewhere? :) best of luck with your next adventure!