Closed (duplicate)
Project:
Features
Version:
7.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Jul 2010 at 19:47 UTC
Updated:
9 Sep 2010 at 20:36 UTC
Jump to comment: Most recent file
Comments
Comment #1
pflame commentedComment #2
luke_b commentedFields seem not to be attached to bundles the proper way, field_create_instance expects a different array. As a result a FieldException 'Attempt to create an instance of field xy without an entity type' was thrown from field_create_instance. Fixed with the attached patch.
Comment #3
luke_b commentedNote: the module entity/entity_metadata needs also a patch to ensure content types can be created correctly by the features module. You can find the path here: http://drupal.org/node/886968
Comment #4
luke_b commentedAll the changes/patches in this issue have been integrated in the following patch: http://drupal.org/node/736886#comment-3427951