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.

Environment

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

tim.plunkett’s picture

Status: Active » Postponed (maintainer needs more info)

Please set your error reporting to "All messages" (look in admin/config/development/logging), even a WSOD should say something.

Refineo’s picture

Status: Postponed (maintainer needs more info) » Active

I 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.

Refineo’s picture

I 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 ?

tim.plunkett’s picture

Please, 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.

floretan’s picture

Status: Active » Fixed

It was indeed a bug with EVA. It turns out to be a simple typo that was resolved in EVA 7.x-1.x-dev.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.