-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Labels
Description
What happened?
Description
I am experiencing an issue with CKEditor after updating to the latest version of Craft CMS. My website went down, and I am seeing the following error:
craft\ckeditor\Field::craft\ckeditor\{closure}(): Argument craftcms/cms#1 ($entryType) must be of type craft\models\EntryType
Steps to Reproduce
- Updated Craft CMS to the latest version using composer update.
- After the update, CKEditor stopped working and displayed the error above.
Steps Taken to Fix the Issue
I was able to resolve the issue by performing the following steps:
php craft clear-caches/all
composer remove craftcms/ckeditor
composer require craftcms/ckeditor
php craft project-config/rebuild
Additional Context
- I did not make any manual changes to CKEditor’s configuration before updating.
- The issue only appeared after updating Craft CMS.
- Reinstalling CKEditor and rebuilding the project config fixed the issue.
Would appreciate any insights on whether this is a known issue or if a fix is planned in a future release.
Craft CMS version
5.6.10.2
PHP version
8.3.17
Operating system and version
Linux 5.10.0-33-amd64
Database type and version
MariaDB 10.6.21
Image driver and version
Imagick 3.7.0 (ImageMagick 6.9.11-60)
Installed plugins and versions
- CKEditor 4.6.0
- Freeform 5.9.15
- Minify 5.0.0
- Olivemenus 5.0.0
- Sprig 3.5.2
- Super Table 4.0.3