Closed (fixed)
Project:
Content Taxonomy
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
9 Mar 2011 at 11:11 UTC
Updated:
24 Mar 2011 at 23:51 UTC
Hi
Im trying to migrate from 6.20 to 7.dev
All migrates fine but several, with the same error : Missing modules: hs_content_taxonomy
Where do i find this module ?
Thanks for answer and sorry for the poor english. I was not sure if i should post here or in Hierarchical Select ?
Comments
Comment #1
Anjaro commentedThe Unavailable fields section, looks like this.
Field Field type Content type(s) Other information
field_datering_tax_fund taxonomy_term_reference Fund Missing modules: hs_content_taxonomy
field_lokation taxonomy_term_reference Fund Missing modules: hs_content_taxonomy
field_kategori_tax_fund taxonomy_term_reference Fund Missing modules: hs_content_taxonomy
Etc
Comment #2
mh86 commentedHi,
the HS module won't be part of the Content Taxonomy, they are independent in D7 (see #1086132: "Add term"-support for D7 Hierarchical Select for more information)
concerning the migration, I haven't been looking at the HS module yet. But as long as it is based on core's term reference fields as well, a migration within the Content Taxonomy should be doable.
Comment #3
mh86 commentedJust committed a small change to the migration module, which allows you to migrate content_taxonomy_hs fields too.
But, it only migrates the data. Afterwards, the field will use the select widget type. You have to change that to the HS widget manually.
Comment #4
Anjaro commentedThanks a lot :)