When trying to open page that uses CKEditor on Drupal 9.5 this error appears:
Error: Class 'Drupal\media\Plugin\CKEditorPlugin\DrupalMedia' not found in include() (line 19 of modules/contrib/media_library_ckeditor_replace/src/Plugin/CKEditorPlugin/DrupalMediaLibraryReplace.php).
Install Drupal 9.5, install this module and ckeditor module (not ckeditor 5).
Class Drupal\media\Plugin\CKEditorPlugin\DrupalMedia
doesn't exist anymore in media module, it was moved to ckeditor module Drupal\ckeditor\Plugin\CKEditorPlugin\DrupalMedia
So I guess a new version of the module is needed, that works with Drupal 9.5 and higher, so that the class location is correct. Or somehow conditionally extend this class here src/Plugin/CKEditorPlugin/DrupalMediaLibraryReplace.php
Also dependency to ckeditor
module should be added.
Create a patch or MR
None
None
None
Fixed
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
No activities found.