-
Notifications
You must be signed in to change notification settings - Fork 183
Description
At first, thanks for releasing powermail for TYPO3 13!
We have installed this extension in a TYPO3 13.4.15 system. After sending a mail (receiver and sender gets the message), a lot of error message get in error log with following message:
Core: Exception handler (WEB): Uncaught TYPO3 Exception: #1217839467: Could not ultimately dispatch the request after 101 iterations. Most probably, a @TYPO3\CMS\Extbase\Annotation\IgnoreValidation annotation is missing on re-displaying a form with validation errors.
This form does not use captcha or other custom validations. Only fields for name, mail, subject, textarea.
I have try to debugging this error and added a annotations in two ways in createAction-Function in FormController.php:
@TYPO3\CMS\Extbase\Annotation\IgnoreValidation("mail")
#[ExtbaseAnnotation\IgnoreValidation(["mail"])]
This error comes every second and caused a server crash.