TYPO3数据库从流体含量到通量的迁移出错

时间:2019-03-15 13:27:03

标签: typo3 fluid typo3-8.x

我已经尝试在这篇文章的帮助下迁移所有内容:

TYPO3 Database migration from fluidcontent to flux

我现在的问题是,在更改CType之后,我的所有容器模板最终都为空。有人可以帮忙吗?

关于, Justcasper

enter image description here

1 个答案:

答案 0 :(得分:0)

我解决了。我不得不更新colPos。 喜欢:

UPDATE `tt_content` SET colPos =  ((tx_flux_parent * 100) + 0) WHERE tx_flux_column = "column";