Closed mweber1973 closed 1 year ago
Hi,
after Updating to Typo3 V11 (from 8 to 9 to 10) we got an "Unsupported operand types: null + array" when opening a Mask-Element. Typo3 throws
Core: Exception handler (WEB): Uncaught TYPO3 Exception: Unsupported operand types: null + array | TypeError thrown in file /usr/local/www/apache24/noexec/.../typo3_src-11.5.22/typo3/sysext/backend/Classes/Form/Container/SingleFieldContainer.php in line 185. Requested URL: https://..../typo3/record/edit?token=--AnonymizedToken--&edit%5Btt_content%5D%5B180%5D=edit&returnUrl=%2Ftypo3%2Fmodule%2Fweb%2Flayout%3Ftoken%3D--AnonymizedToken--%26id%3D54%26%23element-tt_content-180
If I look at the code it seems to be, that typo3 needs some TCA-Information. How can we fix this problem?
Can you have a look, if there is any TCA field without the config part?
config
Hi,
after Updating to Typo3 V11 (from 8 to 9 to 10) we got an "Unsupported operand types: null + array" when opening a Mask-Element. Typo3 throws
Core: Exception handler (WEB): Uncaught TYPO3 Exception: Unsupported operand types: null + array | TypeError thrown in file /usr/local/www/apache24/noexec/.../typo3_src-11.5.22/typo3/sysext/backend/Classes/Form/Container/SingleFieldContainer.php in line 185. Requested URL: https://..../typo3/record/edit?token=--AnonymizedToken--&edit%5Btt_content%5D%5B180%5D=edit&returnUrl=%2Ftypo3%2Fmodule%2Fweb%2Flayout%3Ftoken%3D--AnonymizedToken--%26id%3D54%26%23element-tt_content-180
If I look at the code it seems to be, that typo3 needs some TCA-Information. How can we fix this problem?