Actions
Bug #72054
closedFAL inline in flexformDS fails
Status:
Rejected
Priority:
Must have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2015-12-04
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
5.6
Tags:
FAL, Flexform, gridelements
Complexity:
Is Regression:
No
Sprint Focus:
Description
Using an inline field in a flexform leads to an internal server error (500).
#1446996319: Configuration retrieved from FlexForm is incomplete or not of type "inline". (More information) UnexpectedValueException thrown in file /var/www/feride.loc/Source/vendor/typo3/cms/typo3/sysext/backend/Classes/Controller/FormInlineAjaxController.php in line 840.
Attached is the flexform which is used to add an image via FAL. After the Image is selected from the popup an JS alert appears "Error: 500 Internal Server Error".
Also attached is the thrown exception coming from the ajax request.
I already applied the patch of this related bug #71436 but unfortunately did not solve my problem.
I included the flexform like this:
tx_gridelements.setup { sectionWrapper { title = my title flexformDS = FILE:EXT:myext/Configuration/FlexForms/flexform_fal.xml config { colCount = 1 rowCount = 1 rows { 1 { columns { 1 { name = Content colPos = 0 } } } } } } }
Files
Actions