.. ================================================== .. FOR YOUR INFORMATION .. -------------------------------------------------- .. -*- coding: utf-8 -*- with BOM. .. include:: ../Includes.txt .. _known-problems: Known Problems ============== Due to the fact that we have to override TCA configurations, it has to be guaranteed, that the extension is loaded after the target extensions (defining tables which where migrated). The only current possibility to achieve this, is by setting up the dependency list in ext_emconf.php. Due to this file being overwritten pretty often, custom coded allowing a dynamic dependency list based upong the configuration file won't work. Therefore the user has to update the ext_emconf.php file with relevant extensions after migration.