Actions
Bug #104308
closedUndefined array key "rootLevel" on import or preview
Start date:
2024-07-04
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
13
PHP Version:
8.3
Tags:
Complexity:
no-brainer
Is Regression:
Sprint Focus:
Description
Import or import-preview throws an exception when you have an extension installed that does not have [ctrl][rootLevel] set in TCA (thus the extension relies on the default value 0 for that table).
PHP Warning: Undefined array key "rootLevel" in vendor/typo3/cms-impexp/Classes/ImportExport.php line 428
It doesn't matter if the import contains any records of that table, the error occurs when the extension is installed. Same problem exists for TYPO3 v12 (line 556) and v11 (line 555)
Actions