Active
Project:
Content Taxonomy
Version:
6.x-1.0-rc2
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 Jul 2011 at 12:08 UTC
Updated:
25 Jul 2011 at 14:03 UTC
I've got a D5 site with several Content Taxonomy fields, upon upgrade all of the taxonomy data is missing.
Looking further into this, it appears that the fact that these fields are set to 'save as tag' means that the D6 version won't work with them. I've had a dig in the issues list but can't find any reference to a workable approach.
Have I missed something? is there an upgrade path for this within the module? or do I need to migrate the data in some other way?
cheers.
Comments
Comment #1
markchitty commentedupdate:
Having read this post: http://drupal.org/node/795466
part of the issue was that none of my vocabs in D5 were associated with the content type I was using. editing each vocab and selecting the appropriate content type resulted in the terms appearing again.
however, the nodes won't now save with the new data, as soon as I try and save it complains that nothing is selected. hmm.
Comment #2
pmitchell commentedPlease keep us posted on this; I am also in the process of upgrading a site from Drupal 5 to 6 and have found that the upgrade path loses certain Content Taxonomy data fields for me as well.
Comment #3
markchitty commentedthe script embedded in this discussion provides a solution, but it's an all or nothing approach. Wouldn't be hard to adapt though:
http://drupal.org/node/485328
YMMV.