Closed (fixed)
Project:
EVA: Entity Views Attachment
Version:
7.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Apr 2012 at 14:21 UTC
Updated:
28 May 2012 at 20:20 UTC
Hey, after adding the first item to a field_collection field, i got a blank screen with the following errors:
Notice: Undefined variable: entity in _eva_extract_entity_from_build() (Zeile 148 von /var/drupal/sites/all/modules/eva/eva.module).
x
EntityMalformedException: Fehlende Paketeigenschaft auf einem Element des Types field_collection_item. in entity_extract_ids() (Zeile 7501 von /var/drupal/includes/common.inc).
After disabling the EVA module, everything was okay.
I have to mention, that im using the entity dev because of compability with field_collection, but the problem was only existing pages with field_collection, no problem on other pages, so EVA should work with entity-dev!?
Comments
Comment #1
jon pughI can confirm getting the same issue with Entity API 7.x-1.0-rc2 and Eva 1.1 and 7.x-1.0-beta4
I'll patch it in the next few days, likely...
Comment #2
jon pughAh no actually... It appears that eva-7.x-1.x fixes this issue.
One tiny patch so it didn't get a new release...