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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1346018-taxonomy-mapping.patch | 1.32 KB | nrambeck |
| mapping-feed-source-taxonomy.png | 80.21 KB | nrambeck |
Comments
Comment #1
nrambeck commentedThe 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.
Comment #2
nrambeck commentedLooks like this was fixed in the following issue: #959984: taxonomy_node_get_terms doesn't work with drupal 7
Closing as duplicate.