I'm running Drupal5.2 on PHP4.4.7.

No matter what I try, I can't seem to assign any taxonomy data to the nodes I'm importing.

I've set up a content type in CCK with fields for Description, Location, URL, Datestamp, and UID called iCal event, and have no problem getting good clean imports, except upon import, no taxonomy data comes through. I'm sure this is fruitless, but I've tried different setups on my taxonomy (multiple/single select, hierarchical/not, etc) to no avail.

I haven't found anything in the forums about this or anyone who has tried it out. Has this been verified working on Drupal 5.2?

Appreciate your time

CommentFileSizeAuthor
#1 date_copy.patch472 bytesgeojaz

Comments

geojaz’s picture

Status: Active » Needs review
StatusFileSize
new472 bytes

This patch completely fixes up this issue for me. It doesn't seem like we need the assignment that I've deleted to make it work.

karens’s picture

So this is with an iCal import? I think it was needed for the Event import, but maybe is not for iCal. I don't have time to test this out right now but will try to get back to it.

karens’s picture

Status: Needs review » Fixed

I finally got back to this. Looks like your patch works correctly. Thanks!

Anonymous’s picture

Status: Fixed » Closed (fixed)