Re: Support Thread for Google reCAPTCHA
I redid this plugin ages ago in my Github, perhaps you'd have better luck with that.
Re: Support Thread for Google reCAPTCHA
Quote:
Originally Posted by
maperr55
HI here is what myDebug log says
[29-Dec-2024 17:22:04 UTC] PHP Fatal error: Uncaught Error: Class "google_recaptcha" not found in /home/costumemark/public_html/test/includes/autoload_func.php:47
Stack trace:
#0 /home/costumemark/public_html/test/bluFf-XFT-spRay/includes/application_top.php(40): require()
#1 /home/costumemark/public_html/test/bluFf-XFT-spRay/login.php(8): require('/home/costumema...')
#2 /home/costumemark/public_html/test/bluFf-XFT-spRay/index.php(16): require('/home/costumema...')
#3 {main}
thrown in /home/costumemark/public_html/test/includes/autoload_func.php on line 47
[29-Dec-2024 17:22:04 UTC] Request URI: /test/bluFf-XFT-spRay/index.php?cmd=login&camefrom=index.php, IP address: 107.5.67.145
--> PHP Fatal error: Uncaught Error: Class "google_recaptcha" not found in /home/costumemark/public_html/test/includes/autoload_func.php:47
Stack trace:
#0 /home/costumemark/public_html/test/bluFf-XFT-spRay/includes/application_top.php(40): require()
#1 /home/costumemark/public_html/test/bluFf-XFT-spRay/login.php(8): require('/home/costumema...')
#2 /home/costumemark/public_html/test/bluFf-XFT-spRay/index.php(16): require('/home/costumema...')
#3 {main}
thrown in /home/costumemark/public_html/test/includes/autoload_func.php on line 47.
[29-Dec-2024 17:22:04 UTC] Request URI: /test/bluFf-XFT-spRay/index.php?cmd=login&camefrom=index.php, IP address: 107.5.67.145
--> PHP Fatal error: Uncaught Error: Class "google_recaptcha" not found in /home/costumemark/public_html/test/includes/autoload_func.php:47
Stack trace:
#0 /home/costumemark/public_html/test/bluFf-XFT-spRay/includes/application_top.php(40): require()
#1 /home/costumemark/public_html/test/bluFf-XFT-spRay/login.php(8): require('/home/costumema...')
#2 /home/costumemark/public_html/test/bluFf-XFT-spRay/index.php(16): require('/home/costumema...')
#3 {main}
thrown in /home/costumemark/public_html/test/includes/autoload_func.php on line 47.
THanks:smile:
HI Dave, I copied the files into the locations they should of went when I uploaded them and got my admin login page working again. I do not see the recaptcha on the contact page though. So what am I missing?:smile:
Re: Support Thread for Google reCAPTCHA
Hi Dave,
I have already tried to install the other recaptcha. Do I need to remove it? Or just install yours over top of it?
Man it looks like a complex installation. Not sure where to place some of the code edits.
Thanks,
Mark
Re: Support Thread for Google reCAPTCHA
Either use the Plugin version or my Github version but don't mix the files: they are very different, obviously.
If there is something unclear about my instructions, please detail the doubt in an Issue in the repository.
Re: Support Thread for Google reCAPTCHA
Hi Steve,
I won't mix them. Guess I will have to go with the plugin version since the files are installed. What would be a reason the recaptcha does not show on the page?
Thanks, Happy New Year.
Mark
Re: Support Thread for Google reCAPTCHA
Note I fixed a bug in this yesterday.
It irks me you apparently didn't get it to work...that's my efforts to share wasted, hence I'm always interested in solving issues...which are always solvable.
Re: Support Thread for Google reCAPTCHA
Would it be possible to include reCAPTCHA on the Login and possibly even the Checkout?
Why? I have a customer that has been getting hit with a card tester bot (couple thousand fake accounts and $0.25 transactions)
Thinking reCAPTCHA could be a good road-block but it seems the only option on this plugin is for New Account Creation.
Re: Support Thread for Google reCAPTCHA
You could add it to any page.
Since users have to be logged in to purchase, they would have already passed the recaptha on the login/would not make sense to add it to the checkout too.
Re: Support Thread for Google reCAPTCHA
Thank you for responding and your point about the Checkout makes perfect sense.
You stated I could add it to any page but I guess I where my concern is based is the [class.google_recaptcha.php] file does not specify a path for the Login (we only get Contact, Create Account, and Reviews).
This customer has 2 stores with one using the default checkout and the other using the One Page Checkout... not sure if that would matter.
If I were to add this [<?php echo recaptcha_get_html(false); ?>] to the tpl_login_default.php page just before the submit button would it work properly without a link/path in the class file mentioned above?
Re: Support Thread for Google reCAPTCHA