Hello,
Problem/Motivation
I am on a Drupal 8.3.7 (On short terms no possibilities to upgrade to Drupal 8.4.x)
I have installed :
media_entity 8.x-1.7
media_entity_facebook 8.x-1.alpha2
I have created a new media bundle "facebook" with a link type field (field_url).
When I am trying to add a new media Facebook "/media/add/facebook", I have the following error :
Drupal\Component\Plugin\Exception\PluginNotFoundException : The "FacebookEmbedCode" plugin does not exist. dans Drupal\Core\Plugin\DefaultPluginManager->doGetDefinition() (ligne 52 de /home/wwwroot/drupal/www/core/lib/Drupal/Component/Plugin/Discovery/DiscoveryTrait.php).
This seems odd. I don't know why it's happening.
I tried to replicate the problem on a clean Drupal 8.3.7, but media_entity_facebook works fine.
Proposed resolution
N/A
I didn't find anything wrong.
Remaining tasks
Todo.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | media_entity_facebook-plugin-doesnt-exist-2950139-5.patch | 641 bytes | kovtunos |
Comments
Comment #2
judapriestUpdating Issue summary (Formating problem).
Comment #3
judapriestDid some test with a clean Drupal 8.3.7.
Comment #4
judapriestI did some other test today, but i couldn't replicate the bug. I'm closing it.
Comment #5
kovtunos commentedThis error happens on Drupal 8.5.4. Here's the patch that fixes it.
Comment #6
kovtunos commentedComment #7
tuwebo commentedHello,
I have same issue in 8.x-2.0-alpha1 version.
I confirm applying the patch in #5 fixed it.
Thanks @kovtunos.
Comment #8
judapriestNeeds to be port in 1.x and 2.x
Comment #9
bkosborneIndeed, thanks!
Comment #11
bkosborne