I need pre-filled table for an extension which I have developed. Since TYPO3 version 6.2 the import of static SQL data doesn't work anymore. I've nothing changed on the ext_tables_static+adt.sql
file, so I'm wondering what's going wrong.
Is there another way to import table data while installing? The Core API for TYPO3 6.2 still recommends using ext_tables_static+adt.sql
(see http://docs.typo3.org/typo3cms/CoreApiReference/singlehtml/). Any Idea?