I am getting this error throughout the admin section of the site when I enable this module.

CommentFileSizeAuthor
#5 1988632-5-uuid-undefined-index.patch664 bytesgeerlingguy

Comments

geerlingguy’s picture

Version: 7.x-1.0-alpha3 » 7.x-1.x-dev

Same error shows up whenever I visit the 'recreate' page for a feature.

saltednut’s picture

Assigned: Unassigned » saltednut

I too have seen this, looking into it.

rsorokine’s picture

This only happens when your vocabulary has no terms (yet). You have three options:
1) ignore the error
2) create at least one term in vocabularies referenced by the feature
2) patch uuid_features.module. Add this line before the line 69:

+  if (!empty($export['features']['uuid_term']))  // fix
      $pipe['uuid_term'] = $export['features']['uuid_term'];
saltednut’s picture

Assigned: saltednut » Unassigned
geerlingguy’s picture

Status: Active » Needs review
StatusFileSize
new664 bytes

Patchified #3 (change is line 100 of uuid_features.module as of this comment) - works for me, and applies cleanly to -dev.

saltednut’s picture

Status: Needs review » Fixed
geerlingguy’s picture

Thanks for committing it :)

Status: Fixed » Closed (fixed)

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