This error occurs when a claim has been created and the content that is linked to the claim is deleted.
EntityMetadataWrapperException: Invalid data value given. Be sure it matches the required data type and format. Value at node(): . in EntityDrupalWrapper->set() (line 758 of /sites/all/modules/entity/includes/entity.wrapper.inc).
Proposed solution...
Using hook_entity_delete. All claims associated with a deleted entity are removed from the entity_claim and entity_claim_revision tables.
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | claimed-entity-deleted-error-11918031-8.patch | 1.09 KB | monstrfolk |
Comments
Comment #2
monstrfolk commentedComment #3
monstrfolk commentedComment #4
monstrfolk commentedComment #5
monstrfolk commentedComment #6
monstrfolk commentedI am starting to think you guys should make me a co-maintainer for this module :)
Comment #7
monstrfolk commentedComment #8
monstrfolk commentedFixed a notice/warning when mass deleting content is no claims existed for an entity.
Comment #10
nikunjkotecha