Versions
- DCE version: 3.3
- TYPO3 version: 13.4
- PHP version: 8.4
Describe the bug
I was adding some Elements with the DCE Module and now my entire backend is unreachable.
This is the Error im getting:
(1/1) #1458745468 UnexpectedValueException
Invalid flex form data structure on field name "image" with element "settings.icons" in section container "container_icons": Nesting elements that have database relations in flex form sections is not allowed.
How can i recover my Project? Is there a way to undo the changes?
Why does it kill my entire backend instead of jsut throwing a silent error? Please help
EDIT:
The weird thing is, placing images into nested sections works on the other typo3 project that uses v12
All im doing is copy over the DCEs.
When merging the databases, i had the same error, so thats the reason i copy them by hand. But why is this working for v12 and not for v13?
Versions
Describe the bug
I was adding some Elements with the DCE Module and now my entire backend is unreachable.
This is the Error im getting:
(1/1) #1458745468 UnexpectedValueException
Invalid flex form data structure on field name "image" with element "settings.icons" in section container "container_icons": Nesting elements that have database relations in flex form sections is not allowed.
How can i recover my Project? Is there a way to undo the changes?
Why does it kill my entire backend instead of jsut throwing a silent error? Please help
EDIT:
The weird thing is, placing images into nested sections works on the other typo3 project that uses v12
All im doing is copy over the DCEs.
When merging the databases, i had the same error, so thats the reason i copy them by hand. But why is this working for v12 and not for v13?