-
Notifications
You must be signed in to change notification settings - Fork 174
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
[BUG] Serialization of 'Closure' not allowed on accepting Opt-In (no captcha) #752
Comments
same here in two different projects |
Also having this issue after upgrading a project from 10.4 to 11.5. |
Having the same problem with TYPO3 10.4 and Powermail 8.4.1. |
Same here, where we could narrow it down to forms with double-optin and unique like
enabled. |
Hello, we have the same problem, with TYPO3 11.5.16 Powermail 10.4.3, Powermail Conditions 9.0.3 and we are using the Double-Opt-In feature. Has anyone tested switching between different Mailer-Methods? We're on sendmail as in almost all of our TYPO3-Installations. I am thinking about trying out SMTP as method. But if someone already tried this, i'd be happy if you could share! Thanks in advance Sebastian |
Same here, |
Try this in your Setup: [request.getQueryParams()['tx_powermail_pi1'] && request.getQueryParams()['tx_powermail_pi1']['action'] == 'optinConfirm'] plugin.tx_powermail.settings.setup.spamshield { _enable = 0 methods.10._enable = 0 } [end] from: #376 (comment) |
same setup, same problem ... |
@einpraegsam Hi Alex, i run in same issue but only if input field as a type of "password" is configured and the option "double optin" is activated. After clicking the confirmation link from the email, this error is thrown. At this point in time, the "password_mirrored" object no longer exists or the value is empty. In the PasswordValidator.php on line 37 would want to return an error message to this form. Only this session no longer exists and this error occurs. In my opinion is a revalidation not needed at this point. Best regards David Powermail: 8.4.2
|
how to reproduce
|
Hello there,
We're getting the following error in
typo3_src/10.4.26/typo3/sysext/fluid/Classes/ViewHelpers/FormViewHelper.php
line 291 upon accepting a Double-Opt In-Link, but only sometimes:Exception: Serialization of 'Closure' is not allowed
.For your convenience, here's the affected function:
We're using some custom JQuery, Powermail Conditions, and NO Captcha.
Sadly, I am by no means proficient in PHP, so I figured I'd ask you guys if you know what's causing the problem before doing anything.
If you think this problem has nothing to do whatsoever with Powermail, feel free to close of course.
Thanks for your help!
The text was updated successfully, but these errors were encountered: