-
Notifications
You must be signed in to change notification settings - Fork 8
Multiple Issues with Cakephp 4.1 #19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
OK - with some hacking I was able to get the helper working in this way:
View:
Now I see this error on submitting:
There are also a number of warnings showing up like:
Thanks! |
I managed to make this work with a few edits to the core code as below: RecaptchaComponent.php:
change line :
Recaptcha.php:
Could you please review and update if this fix is valid? |
I don't think the documentation is accurate for 4.1. I get errors with:
if I add manually (
$this->addPlugin('Recaptcha');
), I get the following error on loading the form:Please help!
The text was updated successfully, but these errors were encountered: