Ok, I ended up remove the old files and now I got the website back up. I am using the CAPTCHA in Contact Us. I did everything and now its not displaying at all. What am I missing?
> now I got the website back up
Do you mean you are uploading new files/modifications to your live website without testing them elsewhere first?
Are you using the current Zen Cart 2.1.0?
Steve
github.com/torvista: BackupMySQL, Structured Data, Multiple Copy-Move-Delete, Google reCaptcha, Image Checker, Spanish Language Pack and more...
Ok, I did fix the problem. It was on the Google side. Now it is working.
I am using 2.1.0 and have uploaded this plugin version 3.8. I am also using php 8.3 (not 8.4). The template is bootstrap.
I am receiving the key undefined message on the contact us page and believe the issue must be on the google side (not sure). I have a message which states:
"Incomplete
Finish setting up your key: Request scores
To fully protect your site or app, finish setting up your key. Your key is requesting tokens"
My challenge is when I continue it then gives me another message (on google key dashboard) that says:
Verify the reCAPTCHA token
Submit the generated response token to reCAPTCHA for verification. reCAPTCHA returns a risk score indicating the likelihood of a legitimate interaction.
Before proceeding, you must authenticate with reCAPTCHA. API requests to reCAPTCHA will fail until authentication steps are complete.
Can you tell me if the plugin anticipates the token verification and has all needed w/ regards to code or is there further code that needs to be added? Also, any insight as to how I can get this token verified on the google side would be great cause I am at a loss.
Thanks in advance for any input from others who have experienced this challenge.
so went to set up a new site but cannot find anyway to set up the correct version. All of my old keys are listed as classic keys. I can only see one way to set up keys and there's no choices as to which kind. And they want me to upgrade any of those - no way to see both keys on any of those. Of course the dang website is totally different than the last time I looked at it. Am I just missing something or have they removed the ability to create keys for the older versions?
PHP 8.4 fix: includes/classes/observers/google/ReCaptcha/ReCaptcha.php line 84
change to
public function __construct($secret, ?RequestMethod $requestMethod = null)
(question mark before class on 2nd parameter)
That Software Guy. My Store: Zen Cart Support
Available for hire - See my ad in Services
Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
Do you benefit from Zen Cart? Then please support the project.
While a heads up is always appreciated, that was fixed months ago in the version I am maintaining on Github.
Steve
github.com/torvista: BackupMySQL, Structured Data, Multiple Copy-Move-Delete, Google reCaptcha, Image Checker, Spanish Language Pack and more...