Bug #69971
closedEpic #69955: Optimize new Extbase/ Fluid based rewrite of EXT:form
EXT:form Error at Mail sending / ObjectStorage could not be converted to string
100%
Description
The Plain Mail Partials have incorrect settings. This results in:
#1: PHP Catchable Fatal Error: Object of class TYPO3\CMS\Extbase\Persistence\ObjectStorage could not be converted to string in typo3/sysext/fluid/Classes/View/AbstractTemplateView.php
if you try to send a mail
Updated by Gerrit Code Review about 9 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43436
Updated by Ralf Zimmermann about 9 years ago
- Assignee set to Ralf Zimmermann
- Priority changed from Should have to Must have
- Parent task set to #69955
Updated by Ralf Zimmermann about 9 years ago
- Status changed from Under Review to Needs Feedback
- Assignee set to Björn Jacob
This is already applied in: https://forge.typo3.org/projects/typo3cms-core/repository/revisions/a81bd7977d41c5f7d2007b6ceaf89fe02f69bf2a
Please test it. If you send a mail, the error from the description should not appear.
Updated by Björn Jacob about 9 years ago
This will be fixed with #69957. Closing this issue.
Updated by Björn Jacob about 9 years ago
- Status changed from Needs Feedback to Closed
Updated by Ralf Zimmermann about 9 years ago
- Subject changed from Error at Mail sending / ObjectStorage could not be converted to string to EXT:form Error at Mail sending / ObjectStorage could not be converted to string
- Status changed from Closed to New
- Sprint Focus set to Stabilization Sprint
I reopen this ticket to minimize the review: https://review.typo3.org/#/c/43515/
The Plain Mail Partials have incorrect settings. This results in:
#1: PHP Catchable Fatal Error: Object of class TYPO3\CMS\Extbase\Persistence\ObjectStorage could not be converted to string in typo3/sysext/fluid/Classes/View/AbstractTemplateView.php
Affected Parts:
- form/Resources/Private/Partials/Compatibility/PostProcessor/Mail/Plain/ContainerElements/Checkboxgroup.html
- form/Resources/Private/Partials/Compatibility/PostProcessor/Mail/Plain/ContainerElements/Fieldset.html
- form/Resources/Private/Partials/Compatibility/PostProcessor/Mail/Plain/ContainerElements/Radiogroup.html
- form/Resources/Private/Partials/Default/PostProcessor/Mail/Plain/ContainerElements/Checkboxgroup.html
- form/Resources/Private/Partials/Default/PostProcessor/Mail/Plain/ContainerElements/Fieldset.html
- form/Resources/Private/Partials/Default/PostProcessor/Mail/Plain/ContainerElements/Radiogroup.html
Test:
The plain mail part of a mail must have data and / or no fatal will be thrown
Updated by Gerrit Code Review about 9 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43538
Updated by Ralf Zimmermann about 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 5f42571cd649e821da329130f7d1c534cf071454.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed