ckeditor icon indicating copy to clipboard operation
ckeditor copied to clipboard

ckeditor/convert redactor to ckeditor issue with matrix feilds

Open matthewstick opened this issue 1 year ago • 4 comments

Description

I ran php craft ckeditor/convert to convert redactor to ckeditor. Everything worked great, except it didn't detect a matrix field. The matrix field is called "Page Content" It has 4 block types. then within each block type, are 5 to 15 other fields. There were a few Redactor fields within them, and it did not detect it

Steps to reproduce

  1. run php craft ckeditor/convert on a matrix field that has different block types and redactor fields within them

Additional info

  • Craft version: 4.8.7
  • PHP version: 8.2.16
  • Database driver & version: MySQL 5.7.39
  • Plugins & versions: CKEditor3.8.3 + the latest redactor before you discontinued it

matthewstick avatar Apr 09 '24 22:04 matthewstick

Can you please send a database backup (ideally from before you ran ckeditor/convert) and your Composer files to [email protected]?

brandonkelly avatar Apr 25 '24 18:04 brandonkelly

We’ve run into this same issue.

Running project-config/rebuild ahead of ckeditor/convert solves most of the Matrix field issues for us, but not all.

joshuabaker avatar Jul 02 '24 16:07 joshuabaker