Closed (duplicate)
Project:
Content Taxonomy
Version:
7.x-1.x-dev
Component:
Option Widgets
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Dec 2011 at 02:37 UTC
Updated:
22 Mar 2016 at 14:40 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
bigjim commentedI have an similar issue, the attached patch fixed it for me
The issue appears to be the $record array() passed to the hook_content_migrate_data_record_alter() contains element keys based on the schema of the CCK DB tables from Drupal 6, ie *_value, and not using the Drupal 7 schema, ie *_tid. This causes the _content_migrate_batch_process_migrate_data() function to ignore the value.
Comment #2
bigjim commentedchanging status
Comment #3
bigjim commentedWhile in the neighborhood I discovered that the D6 version of content_taxonomy had null values for the values in the DB tables. This patch now also stops those form being imported into D7
Comment #4
damienmckennaThis was fixed in #1208164: migration from D6 fails for Content Taxonomy fields.