We are testing the upgrade to Drupal 10 (currently on 9.5).
On the test site, we have enabled CKEditor 5. We use the PHP text format for some pages though, and upgrading this format to CKEditor 5 gives the error:
CKEditor 5 only works with HTML-based text formats. The "PHP evaluator" (php_code) filter implies this text format is not HTML anymore
Does this mean we will have to use the contrib CKEditor 4 in Drupal 10? Happy side by side with CKEditor 5?
to my surprise umatrix flagged my site after an upgrade to drupal 9.5 and the upgrade to ckeditor5. umatrix found that my site does use fonts from Google.
Error: Call to a member function filters() on null in Drupal\ckeditor\Plugin\CKEditorPlugin\DrupalMedia->
isEnabled() (line 120 of /home/orcmaorg/public_html/web/core/modules/ckeditor/src/Plugin/CKEditorPlugin/D
rupalMedia.php).
I can't update to Drupal 10 unless I can solve this. Help please
How do I migrate user data from Drupal 7 to Drupal 9? The users in Drupal 7 are created with Profile 2 module and has around 12 - 13 fields. I also want the passwords to be migrated.
I tried using the Migrate module but it keeps giving me http 500 error. Any help in this regard would be appreciated.