I have a clean install of D7 in which I created content types with fields. I want to create a feature to move the content types and fields to a new install.

I select the content types and it appears that the field bases and field instances are selected. But when I save the feature there is no field_instance.inc file and the info file includes the following:

features_exclude[field_instance][node-announcement-body] = node-announcement-body
features_exclude[field_instance][node-announcement-field_announcement] = node-announcement-field_announcement
features_exclude[field_instance][node-announcement-field_committees] = node-announcement-field_committees
features_exclude[field_instance][node-announcement-field_mailing_list] = node-announcement-field_mailing_list
features_exclude[field_instance][node-announcement-field_media] = node-announcement-field_media
features_exclude[field_instance][node-announcement-field_msgid] = node-announcement-field_msgid
features_exclude[field_instance][node-announcement-field_simple_date] = node-announcement-field_simple_date

Am I doing something wrong or is this a bug?

Comments

wtrv’s picture

I'm having the exact same issue on my fresh install. Any help would be greatly appreciated! :)

hefox’s picture

Mm, a feature like that can happen if the ajax is still calculating, but you did see the field instances checked before generating the feature? did you use generate or download?

rsbecker’s picture

I tried both ways and got the same result, no field instances.

Yes, all field instances were checked before I clicked Generate or Download.