Actions
Bug #43238
closedForm triggers fatal error in Backend
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2012-11-22
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
I created a new form in a fresh TYPO3 6.0rc2 installation running on OpenSUSE.
Saving the form triggered a PHP Fatal error.
Adding the line
'TYPO3\\CMS\\Form\\Domain\\Factory\\JsonToTyposcript' => 'TYPO3\\CMS\\Form\\Domain\\Factory\\JsonToTypoScript',
to typo3/sysext/form/Migrations/Code/ClassAliasMap.php seems to solve the issue.
Updated by Jan Loderhose almost 12 years ago
This problem was solved in 6.0.0.
The issue can be closed.
Actions