madeyourday / contao-rocksolid-custom-elements

RockSolid Custom Elements Contao Extension
http://rocksolidthemes.com/de/contao/plugins/custom-content-elements
MIT License
48 stars 12 forks source link

CustomElements prevents Contao Setup #39

Closed fritzmg closed 9 years ago

fritzmg commented 9 years ago

When the rocksolid-custom-elements extension is present in the system/modules directory, it prevents the installation of Contao, due to the initializeSystem hook, since the CustomElements::loadConfig function assumes that the database is already set up with all the tables. The install tool will fail due to this: CustomElements.php#L1026