this is a fresh thunder install.
In the process of testing the example content types included (article) the paragraphs worked fine. I could click on add a paragraph then the selection window would pop up and I could add an image paragraph.
But for some reason when I follow this same procedure the pop up window displays but the new image paragraph does not show up. Then the following php error shows up:

Drupal\Component\Plugin\Exception\PluginNotFoundException: The "inline_entity_form" plugin does not exist. in Drupal\Core\Plugin\DefaultPluginManager->doGetDefinition()

I am not sure if this is a Thunder bug, a paragraphs bug, an inline entity form bug or a plugin manager bug. I cannot seem to resolve this issue or find any info or guidance.

Thoughts??
Thanks

CommentFileSizeAuthor
#9 image_issue.jpg55.48 KBbarnamah
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Pegasus360 created an issue. See original summary.

Pegasus360’s picture

Found a Solution:
For some reason the paragraph types for image and video were corrupt.
The manage form tab for both types was not functional.
I deleted the image field and video field from each paragraph and recreated these entity reference fields - media.
picked the widget for inline entity form simple for each
Now they both work when adding paragraphs to content

I think the best way to solve a headache problem is to post a question and minutes later you will find your own answer !!
Hope this helps.

chr.fritsch’s picture

Please make sure that the patch from #2858438: Provide inline entity form FieldWidgetDisplay is applied. It provides the inline_entity_form plugin.

Pegasus360’s picture

thanks chr.fritsch for the information.

I applied the patch to the entity browser but It did not appear to work.
I also applied the patch to the inline entity form module with the same result.

/contrib/entity_browser]# patch < provide_inline_entity-2858438-2.patch
The next patch would create the file InlineEntityForm.php,
which already exists! Assume -R? [n] y
patching file InlineEntityForm.php
Hunk #1 FAILED at 1.
File InlineEntityForm.php is not empty after patch, as expected
1 out of 1 hunk FAILED -- saving rejects to file InlineEntityForm.php.rej

I also tried to apply the #6 patch (2858438_6.patch) to entity browser but the module did not recognize that patch.

Thoughts?

chr.fritsch’s picture

Status: Active » Postponed (maintainer needs more info)

Does the issue still occurs?

yuseferi’s picture

Yes, I have the same problem in Drupal 8.5.4 after I updated the Drupal and Thunder Profile, I have thousands of content and I couldn't delete and reAdd the field !!!

indigoxela’s picture

Caution, module entity_browser was updated recently (released 4 June 2018).

You might have to re-apply the patch after updates: https://www.drupal.org/project/entity_browser/issues/2858438

And flush cache.

The patch still applies and the problem goes away. No need to delete fields.
It's always a bit tricky to depend on patches in other modules, that still have the status "needs work".

chr.fritsch’s picture

Status: Postponed (maintainer needs more info) » Closed (outdated)

Closing this because of no activity. If there still is a problem, please re-open.

barnamah’s picture

Title: inline entity form error » The "inline_entity_form" plugin does not exist
Priority: Normal » Critical
Status: Closed (outdated) » Active
FileSize
55.48 KB

Hello,
I am facing the same issue. I am using Drupal 9.2.6. There is paragraph with has multiple fields when I click on one of the fields "image" it just does not load to select image

[21-Sep-2021 11:43:47 Europe/London] Uncaught PHP Exception Drupal\Component\Plugin\Exception\PluginNotFoundException: "The "inline_entity_form" plugin does not exist. Valid plugin IDs for Drupal\entity_browser\FieldWidgetDisplayManager are: label, thumbnail, rendered_entity" at /home/example/public_html/example.org/core/lib/Drupal/Component/Plugin/Discovery/DiscoveryTrait.php line 53

Please help.