Project

General

Profile

Actions

Bug #72054

closed

FAL inline in flexformDS fails

Added by Tobi Kretschmann over 8 years ago. Updated about 8 years ago.

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

flexform_fal.xml (2.92 KB) flexform_fal.xml Tobi Kretschmann, 2015-12-04 09:40
typo3_761dev_ff_fal.jpg (239 KB) typo3_761dev_ff_fal.jpg Tobi Kretschmann, 2015-12-04 09:40

Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #71436: Inline in flex with multiple DS failsClosed2015-11-09

Actions
Has duplicate TYPO3 Core - Bug #72393: Inline FAL record in gridelements flexform failsClosed2015-12-22

Actions
Actions

Also available in: Atom PDF