Skip to content

Annotation is missing on re-displaying #1252

@LightsonWalther

Description

@LightsonWalther

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions