Closed (fixed)
Project:
Field collection
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Sep 2011 at 00:13 UTC
Updated:
16 Nov 2011 at 15:30 UTC
I got WSOD when I tried to create a new content node of a content type with one field of "field collection" type. The field collection
contains two fields: one is a node reference to another content type, one is Date field.
Drupal 7.8
Node Reference 7.x-2.x-dev
Field collection 7.x-1.x-dev (as of 27-09-2011)
Field collection table 7.x-1.x-dev (as of 27-09-2011)
Date 7.x-2.0-alpha4
Comments
Comment #1
tim.plunkettPlease set your error reporting to "All messages" (look in admin/config/development/logging), even a WSOD should say something.
Comment #2
Refineo commentedI got the following in "Recent Log messages":
Message EntityMalformedException: Missing bundle property on entity of type field_collection_item. in entity_extract_ids() (line 7389 of /***/includes/common.inc).
Notice: Undefined variable: entity in _eva_extract_entity_from_build() (line 148 of /***/sites/all/modules/contrib/eva/eva.module).
: added node.
Comment #3
Refineo commentedI disabled Eva 7.x-1.1 module and Field collection works fine now so the issue seems to be somewhere in the Eva module (Provides a Views display type that can be attached to entities). Should I reassign this issue to Eva project ?
Comment #4
tim.plunkettPlease, if you could. It *might* still be a field collection bug, but see what the EVA people say. Might want to clarify the title as well.
Comment #5
floretan commentedIt was indeed a bug with EVA. It turns out to be a simple typo that was resolved in EVA 7.x-1.x-dev.