I tried mapping a taxonomy field in the Feed Source node to the feed item nodes and kept getting a fatal error during the import process. It appears the problem is a reference to a Drupal 6 function that doesn't exist in Drupal 7. See screenshot for further clarification. A patch is forthcoming.

Comments

nrambeck’s picture

StatusFileSize
new1.32 KB

The taxonomy_feeds_get_source() function included a reference to the taxonomy_node_get_terms() function which only exists in Drupal 6. The attached patch is my best shot at correcting this.

nrambeck’s picture

Status: Active » Closed (duplicate)

Looks like this was fixed in the following issue: #959984: taxonomy_node_get_terms doesn't work with drupal 7

Closing as duplicate.