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

mori created an issue. See original summary.

drupa11y’s picture

The issue came up when adding and using a 2nd language (german & english).

radek76’s picture

We have the same problem also on "expand" and "add" but on some pages it works ok.

radek76’s picture

nancydru’s picture

That 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.

An AJAX HTTP error occurred.
HTTP Result Code: 500
Debugging information follows.
Path: /system/ajax
StatusText: Service unavailable (with message)
ResponseText: EntityMalformedException: Missing bundle property on entity of type paragraphs_item. in entity_extract_ids() (line 7907 of C:\wamp\www\Core7\includes\common.inc).
nancydru’s picture

nancydru’s picture

jstoller’s picture

Status: Active » Closed (outdated)

In 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.