I have a node type "book" and a node type "story" that is a child of book. With the revisions-module I integrated a moderation for user storys. If a user writes a new story (first revision) and the moderator clicks on the link of this revision (http://my-homepage/node/173/revisions/224/view) the following error-message appears:
Notice: Undefined index: #view_mode in eva_entity_view_alter() (Zeile 44 von /is/htdocs/wp1062871_3DE28JSAQA/www/.netnovelas/sites/all/modules/eva/eva.module).
Notice: Undefined index: #language in eva_entity_view_alter() (Zeile 45 von /is/htdocs/wp1062871_3DE28JSAQA/www/.netnovelas/sites/all/modules/eva/eva.module).
Notice: Undefined index: #entity_type in _eva_extract_entity_from_build() (Zeile 157 von /is/htdocs/wp1062871_3DE28JSAQA/www/.netnovelas/sites/all/modules/eva/eva.module).
Notice: Undefined index: #entity_type in _eva_extract_entity_from_build() (Zeile 162 von /is/htdocs/wp1062871_3DE28JSAQA/www/.netnovelas/sites/all/modules/eva/eva.module).
Notice: Undefined index: #entity_type in _eva_extract_entity_from_build() (Zeile 165 von /is/htdocs/wp1062871_3DE28JSAQA/www/.netnovelas/sites/all/modules/eva/eva.module).
EntityMalformedException: Fehlende Paketeigenschaft auf einem Element des Types node. in entity_extract_ids() (Zeile 7501 von /is/htdocs/wp1062871_3DE28JSAQA/www/.netnovelas/includes/common.inc).
Thank you
Comments
Comment #1
kay.beissert commentedIf I disable the diff-module, everything works fine. But to find the differences between versions would be fine.
Comment #2
mkadin commentedComment #3
mkadin commentedI'm unable to reproduce this using the current 1.2 version. If anyone else sees problems with Diff or Revisions and EVA, please re-open this issue.
Comment #4
earwax commentedI am able to reproduce this problem and can confirm that there is something going on with the DIFF module and this module. I am also using the Revisioning module. If I disable the diff module, and leave the Revisioning module enabled, then the revision links works fine. But if I leave the diff module enabled then the problem returns. So is this an EVA problem or a DIFF module problem or a Revisioning module problem? Can we look into this more, please?
Comment #5
mkadin commentedCan you try the last patch from #1772204: EntityMalformedExceptions with custom entity modules and see if it helps?
Comment #6
earwax commentedLooks great! I ran this against the EVA 7.x-1.2 module and it is working fine.
I will update you all in a few days to see if I run into problems with this patch.
Comment #7
tim.plunkett#2014701: Undefined index #language and #1772204: EntityMalformedExceptions with custom entity modules should have resolved this. Please reopen if not.