Bug #28606
closedIssue with Select Fields
100%
Description
Hi,
if a form contains select fields, I get an php error in the frontend.
PHP Fatal error: Call to a member function saveXML() on a non-object in [...]/typo3/sysext/form/Classes/View/Mail/Html/Html.php on line 113
or
PHP Fatal error: Call to a member function saveXML() on a non-object in [...]/typo3/sysext/form/Classes/View/Confirmation/Confirmation.php on line 105
How to reproduce:
- Create a new form
- Add a select field with some options (wizard default are sufficient)
- Add a Submit Button
- Go to the Frontend and send the form
- Result is a blank page
I can only recover from this error by deleting the fe_typo_user - cookie manually. Otherwise I get everytime the confirmation page.
Kind regards,
Marcus
Updated by Oliver Hader about 13 years ago
- Project changed from 135 to TYPO3 Core
Updated by Oliver Hader about 13 years ago
- Status changed from New to Needs Feedback
- PHP Version set to 5.3
- TYPO3 Version set to 4.6
I could not reproduce this anymore. Can you please double-check that again with TYPO3 4.6.0 RC1?
Updated by Benedict over 12 years ago
I reproduced that Bug, if there is no validation and no data is send, this error occurs.
Updated by Gerrit Code Review over 12 years ago
- Status changed from Needs Feedback to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/11361
Updated by Gerrit Code Review over 12 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/11361
Updated by Gerrit Code Review over 12 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/11361
Updated by Sebastian Schawohl over 12 years ago
With TYPO3 4.6.8 I had similar issues.
My field name has space in it, and when I removed all the spaces, the form works perfectly. Maybe is it related to #35015?
Updated by Gerrit Code Review almost 12 years ago
Patch set 4 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/11361
Updated by Gerrit Code Review almost 12 years ago
Patch set 1 for branch TYPO3_6-0 has been pushed to the review server.
It is available at https://review.typo3.org/17922
Updated by Gerrit Code Review almost 12 years ago
Patch set 1 for branch TYPO3_4-7 has been pushed to the review server.
It is available at https://review.typo3.org/17923
Updated by Gerrit Code Review almost 12 years ago
Patch set 1 for branch TYPO3_4-6 has been pushed to the review server.
It is available at https://review.typo3.org/17924
Updated by Christian Kuhn almost 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 928f0164b43ab8c47daefbb200b6f76ded273b19.
Updated by Gerrit Code Review over 11 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch master_new has been pushed to the review server.
It is available at https://review.typo3.org/18587
Updated by Christian Kuhn over 11 years ago
- Status changed from Under Review to Resolved