You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[InvalidArgumentException]
Tagged form type extension must have the extended type configured using the extended_type/extended-type attribute, none was configured for the "form.type_extension.upload.validator" service.
Since I could not find any related issue I dont really know if this is a known problem. Maybe I did some bad but. To replicate this problem:
symfony new my_project
Change minimun stability to dev in composer.json
composer update
Maybe I'm doing it wrong for getting de development version.
Thank you
The text was updated successfully, but these errors were encountered:
… 2.8 (Tobion)
This PR was merged into the 2.8 branch.
Discussion
----------
[Form] fix post max size translation type extension for >= 2.8
| Q | A
| ------------- | ---
| Branch? | 2.8
| Bug fix? | yes
| New feature? | no
| BC breaks? | no
| Deprecations? |no
| Tests pass? | yes
| Fixed tickets | #19210, #19061
| License | MIT
| Doc PR |
Commits
-------
a27ec00 [Form] fix post max size translation type extension for >= 2.8
Hello, I there is a problem with form.type_extension because the attribute "alias" is ignored
https://github.com/symfony/symfony/blob/master/src/Symfony/Bundle/FrameworkBundle/Resources/config/form.xml#L187
The error dumped is:
Since I could not find any related issue I dont really know if this is a known problem. Maybe I did some bad but. To replicate this problem:
Maybe I'm doing it wrong for getting de development version.
Thank you
The text was updated successfully, but these errors were encountered: