Closed (fixed)
Project:
Taxonomy import/export via XML
Version:
master
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Jul 2007 at 20:31 UTC
Updated:
10 Apr 2008 at 10:48 UTC
When the code is importing terms that are set with a parent id, the parent is not assigned.
code error: $term['parent'][$key] = $new_tid[$value];
Not sure what new_tid is, but it doesn't exist at this point in the code.
I tweaked my copy to assign the $value and it works as I expect.
Check it out.
Comments
Comment #1
nicolash commentedCan you please attach the XML file you used for import?
Comment #2
nicolash commented