I get the following ajax error when trying to remove a paragraph:
An AJAX HTTP request terminated abnormally.
Debugging information follows.
Path: /en/media/ajax/field_paragraphs/und/0/field_headerimage/und/0/form-P-WQPlyNsy9zqRPlctH-4foOKsrwGkTqcV6kjZsz2Bw
StatusText: n/a
ResponseText:
Error
The website encountered an unexpected error. Please try again later.
From the log:
EntityMalformedException: Missing bundle property on entity of type paragraphs_item. in entity_extract_ids() (line 7907 of /Applications/MAMP/htdocs/projects/immoSite-Drupal7/includes/common.inc).
I tried this patch, but did not help: https://www.drupal.org/node/2680101
Any suggestions?
Comments
Comment #2
drupa11y commentedThe issue came up when adding and using a 2nd language (german & english).
Comment #3
radek76 commentedWe have the same problem also on "expand" and "add" but on some pages it works ok.
Comment #4
radek76 commentedThis patch fixes our issue: https://www.drupal.org/node/2564327#comment-11102791
Comment #5
nancydruThat patch did not fix mine.
As best as I can remember, I added two of the same type paragraphs to a node; those paragraphs use Entity reference autofill to pull data from another node type. It worked fine but I noticed that the original paragraphs had a text field that was not using a text filter. I went back and corrected that.
Then I returned to the node that I had added them to and removed them. I saved the node. Then I tried to edit and re-add those paragraphs. That's when I get the Ajax error.
Comment #6
nancydruComment #7
nancydruFound my issue and it is not this module: #2366567: Ajax error when field is using any filter other then plain text in Field Collections
Comment #8
jstollerIn an effort to cleanup the Paragraphs issue queue I'm closing this ticket and marking it "outdated." If you find this is still a problem with the latest Paragraphs 7.x-1.x-dev release than feel free to reopen the issue.