Hello,
after clicking on "create" at /admin/structure/feeds/create I get the following error:
EntityMalformedException: Missing bundle property on entity of type node. in entity_extract_ids() (line 7933 of /var/www/htdocs/includes/common.inc).
The importer is created though.
The same exception is thrown when wanting to edit the importer.
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | feeds-i18n-node-languages-require-bundle-2980096-7.patch | 626 bytes | megachriz |
Comments
Comment #2
megachrizCan you provide an export of your importer? My suspicion is that you previously attached the importer to a content type that you later deleted.
Comment #3
megachrizSee also #2136533: EntityMalformedException: Missing bundle property on entity of type node. in entity_extract_ids() and #1394320: Orphaned items in feeds_item table can cause an EntityMalformedException.
Comment #4
sicher commentedI just installed feeds and wanted to add an importer. I wasn't able to attach it.
Here's the importer that was created:
Comment #5
megachrizI see you haven't selected a content type on the processor settings page yet. Do you perhaps have the module i18n_node enabled? If that module is enabled, Feeds asks that module for the available languages. It needs to create a pseudo node object for that, so maybe something goes wrong there.
Comment #6
sicher commentedYes, i18n_node is enabled.
Comment #7
megachrizDoes the attached patch fixes the issue? The patch requires a content type to be set on the processor before the i18n_node is asked for available languages.
Comment #8
sicher commentedYes, it works!
No more error on adding or editing an feeds importer.
Thanks a lot!
Comment #10
megachrizThanks for reporting back! Committed #7.