Actions
Bug #28606
closedIssue with Select Fields
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Form Framework
Target version:
-
Start date:
2011-07-31
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.6
PHP Version:
5.3
Tags:
FormWizard
Complexity:
Is Regression:
Sprint Focus:
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
Actions