This code just needs to be updated for PHP8. Change
includes/classes/observers/class.google_recaptcha.php on line 40
to check
isset($_POST['g-recaptcha-response'])
This code just needs to be updated for PHP8. Change
includes/classes/observers/class.google_recaptcha.php on line 40
to check
isset($_POST['g-recaptcha-response'])
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.
$resp = $recaptcha->verify($_POST['g-recaptcha-response'] ?? '', $_SERVER['REMOTE_ADDR']);
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.
@swquy
Thanks again!
jpda
Can you add the GitHub link to the Plugin page please:
https://github.com/torvista/Zen_Cart-Google_reCAPTCHA
Steve
github.com/torvista: BackupMySQL, Structured Data, Multiple Copy-Move-Delete, Google reCaptcha, Image Checker, Spanish Language Pack and more...
Done. Thank you for adopting this plugin!
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.
I spoke too soon.
There are a number of files in your repo that don't belong in an installation. And you've made significant changes to the files that should be installed.
I generally expect the repo to match what's in the Plugins Library.
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.
Yep, and all for free!
I lose enough time tweaking all these add-ons to also update the files in the plugins too.
Five minutes later I find something else to tweak/they are out of date very quickly: where a repository exists they should point to the repository and not offer an old, static download.
Steve
github.com/torvista: BackupMySQL, Structured Data, Multiple Copy-Move-Delete, Google reCaptcha, Image Checker, Spanish Language Pack and more...
Bookmarks