Bug #75833
closedStory #69617: FormEngine bugs
FAL in Flexforms fail, when compatibility6 is installed
0%
Description
When compatibility6 is installed and you try to select an image via FAL you get an "Error 500" alert box.
The error behind is:
Core: Exception handler (WEB): Uncaught TYPO3 Exception: #1446996319: Configuration retrieved from FlexForm is incomplete or not of type "inline". | UnexpectedValueException thrown in file /var/www/typo3_src-7.6.5/typo3/sysext/backend/Classes/Controller/FormInlineAjaxController.php in line 935.
When you upload an image, the upload works and file is on the server but right after this, the alert box appears again and no relation gets created.
Uninstalling compatibility6 solves this issue instantly, but the compat-layer is missing.
Tested with TYPO3 7.6.5 and compatibility6 7.6.2
Updated by Riccardo De Contardi about 8 years ago
- Category set to File Abstraction Layer (FAL)
Updated by Christian Kuhn almost 8 years ago
Mmmmh, hard to track. I guess that could be fixed by updating compatibility6 extension on FriendsOfTypo3 on github - probably by backporting the one or the other issues that happened meanwhile in v7 of the core.
Since v7 is entering sec phase soon, i guess no core dev will pick up that task. However, you're free to send pull requests to that extension and someone my merge and release a new version to ter.
This seems to be no direct core team task anymore, however.