Closed (fixed)
Project:
Feeds
Version:
7.x-2.x-dev
Component:
Feeds Import
Priority:
Critical
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
3 Feb 2012 at 02:14 UTC
Updated:
9 Jul 2012 at 21:18 UTC
Jump to comment: Most recent file
Comments
Comment #1
IT100 commentedComment #2
IT100 commentedHas updating, debugging on the feeds module stopt?
My issue renders this module useless for me. Awkward, because al other features work fine.
regards.
C.
Comment #3
IT100 commentedfound the bug in taxonomy.inc
Didn't make a patch but this hack will work. Please incorporate into the next release.
remove (line 92)
and change (line 96) $tid will be correct now.
Comment #4
aaronelborg commentedWOW!
This bug has plagued me for the past couple of days. I'm doing a CSV import as well using Feeds Tamper ('Explode') to get multiple values into a hierarchical select.
Couldn't tell if it was Feeds, Feeds Tamper, Hierarchical Select, core Taxonomy or what!!
IT100, your line number description was a little off but I thank you nonetheless. The fact that this was green (marked 'fixed') threw me too. Shouldn't the maintainer be the one who marks things?
Anyway, I'm using 7.x-2.0-alpha4+35-dev and it doesn't look like this got into the latest 7.x.2.x-dev, FWIW.
Patch attached.
Party planned.
Comment #5
IT100 commentedah, great the patch. Yes the numbers, late hours hey... to tired for a patch.
well, invitation to your party accepted.. ;-)
regards.
Comment #7
MTecknology commentedI attempted to use this patch. It applied cleanly but did not have the desired result. The entity_reference autocomplete field still remains empty when I do an import. I made sure that I mapped the column in the csv file that maps to the reference field is a NID that should be mapped to.
Comment #8
MTecknology commentedApparently I re-opened this incorrectly. I guess it is the job of the entityreference module to deal with this. The existing issue for this is around abouts http://drupal.org/node/1616680.