0

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?

enter image description here

Jason Aller
  • 3,541
  • 28
  • 38
  • 38
justcasper
  • 396
  • 1
  • 17

1 Answers1

0

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";
justcasper
  • 396
  • 1
  • 17