When updating a site recently, was hit with module errors when attempting to edit a node where CKeditor was used. The reported error is:
Drupal\Component\Plugin\Exception\PluginNotFoundException: The "fakeobjects" plugin does not exist. Valid plugin IDs for Drupal\ckeditor\CKEditorPluginManager are: link, drupalimage, internal, stylescombo, drupallink, language, drupalimagecaption, embedsemantic, autolink, embed, embedbase, autoembed, textmatch, notificationaggregator, notification, drupalimagestyle, drupalresponsiveimagestyle, drupalmedia, drupalmedialibrary, tokenbrowser in Drupal\Core\Plugin\DefaultPluginManager->doGetDefinition() (line 53 of core/lib/Drupal/Component/Plugin/Discovery/DiscoveryTrait.php).
As was posted on the
related issue β
, this is due to the
FakeObjects β
module not being a requirement in the module's composer.json. This is the code snippet from 8.x-2.x-dev under the require
:
"drupal/fakeobjects": "^1.0"
Is there a plan to release an 8.x-2.5 version of the module where this is fixed?
Fixed
2.5
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.