Active
Project:
UUID Features Integration
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Mar 2013 at 07:12 UTC
Updated:
25 Jun 2013 at 13:12 UTC
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
Comment #1
polarsky commentedI 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.
Comment #2
chrisroane commentedI can confirm #1 worked for me.