TYPO3 Database migration from fluidcontent to flux goes wrong

这一生的挚爱 提交于 2019-12-25 02:52:13

问题


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 wich all end up empty after changing the CType. Can anybody help?

Regards, justcasper


回答1:


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";


来源:https://stackoverflow.com/questions/55183681/typo3-database-migration-from-fluidcontent-to-flux-goes-wrong

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!