I accidentally encountered this issue after I start developing from an exisiting drupal 7 website from my colleague. SPS is already installed when I got the package then I installed Field Collection module to meet some of the client's requirements. Then I got this error while adding or editing a node with a Field Collection field in it:

EntityMalformedException: Missing bundle property on entity of type field_collection_item. in entity_extract_ids() (line 7663 of path_to_drupal_installation/includes/common.inc)

I tried to narrow down the conflict by taking down the modules one by one. I came to the point I disabled SPS and everything worked well. I did also tried on simplytest.me enabling only Field collection and SPS. I added a Field Collection field on the default article content type and upon adding an article I get the error above.

** I am not really a pro here so I am not that sure whether the problem is from SPS or from Field Collection's side. I shall raise this issue on FC's issue queue too.

Comments

kilowattz’s picture

Issue summary: View changes

add footnotes

linclark’s picture

linclark’s picture

Status: Active » Closed (duplicate)

I'm going to mark this as a duplicate of #1934130: SPS should not prevent other modules that use Entity API from working correctly because I'm pretty sure this is the same error that happens with all Entity API entities. Once that one is committed, if this is still a problem please reopen.