Just wondering how in the world you use this in conjunction with Features. When I try to create a Feature, there are no extra options for content. How does this work? How do I export content with their paths, so menu items remain intact as well.
Just wondering how in the world you use this in conjunction with Features. When I try to create a Feature, there are no extra options for content. How does this work? How do I export content with their paths, so menu items remain intact as well.
Comments
Comment #1
Offlein commentedI too am wondering this.
Comment #2
Offlein commentedjazzdrive3 I just thought I'd let you know that I think I figured out what's up here.
I simply didn't have any nodes in in the UUID node table because the latest versions (dev and beta both, I think) of UUID don't work correctly when you click "Create missing UUIDs".
You can use the patch here: http://drupal.org/node/1236768
Or you can use Drush to generate them -- that works too.
Then clear your caches and I think it will work. You'll get a "Content" option in the Feature.
Comment #3
dooug commentedI had the same problem, but after clicking "Create missing the uuids" on
/admin/settings/uuidthe "Content" option showed up in the features. I didn't need to apply any patch.Comment #4
colanThis should be explained on the project page.
Comment #5
adrien.felipe commentedNone of the above solutions worked for me. I ended up using Node export module.
(Using last versions of every needed module)
Comment #6
STINGER_LP commentedSolution posted in comment #3 didn't worked for me either. Still no options for creating content-feature.
Comment #7
Offlein commentedSTINGER_LP Did you try the patch and/or using Drush?
Comment #8
STINGER_LP commentedNo, I haven't tested the patch mentioned in comment #2, neither drush, because I don't have the SSH access.
Comment #9
ronino commentedI do have troube in D7, too, to get this to work. I created the missing UUID's (after finding out I have to do so), but this doesn't add a "Content" option to Features' "Edit components" select box for me. So far no export...
Comment #10
duaelfrWe have no news from the maintainers
I provided some patches to make this module work : #1408344: UUID Features Does Not Work
Comment #11
dooug commentedI second the complaint in comment #9 above. I did this before in the 6.x version but can't get it to work in 7.x. Yet to try DuaelFr's many patches...
Comment #12
vasan.85 commentedCan u give us a patch for d7.
Comment #13
patrickavella commentedI am also having this issue. I've tried generating the uuid and clearing the cache but I still don't get a content option in features.
Has there been a solution for d7?
Comment #14
beanluc commentedThe two patches at the bottom of http://drupal.org/node/1245582#comment-5837880 should solve this problem for you all.
Comment #15
patrickavella commentedYes, I can confirm this adds the UUID Content option into the features menu. Thanks a bunch! Hopefully these changes will be rolled into the next update.
Comment #16
Jeffrey C. commentedThe explanation on the project page should be clear enough. Using the latest development version of UUID Features and UUID should work.