I already tried to migrate everything with the help of this post:
TYPO3 Database migration from fluidcontent to flux
My problem now is, that I have container-templates which all end up empty after changing the CType. Can anybody help?
I already tried to migrate everything with the help of this post:
TYPO3 Database migration from fluidcontent to flux
My problem now is, that I have container-templates which all end up empty after changing the CType. Can anybody help?
I solved it. I had to update the colPos. Like:
UPDATE `tt_content` SET colPos = ((tx_flux_parent * 100) + 0) WHERE tx_flux_column = "column";