The TCA field type [`file` was introduced in TYPO3 v12](https://docs.typo3.org/m/typo3/reference-tca/12.4/en-us/ColumnsConfig/Type/File/Index.html#columns-file), but `Sys25\RnBase\Utility\TSFAL` uses this type in TYPO3 v11 (see [TSFAL.php#L496-L503]( https://github.com/digedag/rn_base/blame/316f48974a30b65b9176bc9ddc66767a287366ca/Classes/Utility/TSFAL.php#L496-L503)). The effect of this issue can be seen for the `t3logo` when creating a new `tx_cfcleague_teams` record.
The TCA field type
filewas introduced in TYPO3 v12, butSys25\RnBase\Utility\TSFALuses this type in TYPO3 v11 (see TSFAL.php#L496-L503).The effect of this issue can be seen for the
t3logowhen creating a newtx_cfcleague_teamsrecord.