When running features->recreate, I get the error:
Notice: Undefined index: place in uuid_node_features_export_options() (line 20 of /Users/shaisamuel/Sites/acquia-cloud-dev/shaisamuelgm/docroot/sites/all/modules/contrib/uuid_features/includes/uuid_node.features.inc).

I have Features 7.x-2.0-beta1+5-dev, UUID Features 7.x-1.0-alpha3+3-dev.

Comments

polarsky’s picture

I had a similar issue a while back, and I don't think it's a bug. In my case, I was seeing this notice because I had a node from a content type which no longer existed. In your case, it looks like you have a content type (place), which has been deleted. However, in your node table, there's content of the type place. Delete those nodes and you should be fine.

chrisroane’s picture

I can confirm #1 worked for me.