Closed (fixed)
Project:
Taxonomy import/export via XML
Version:
master
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
6 Mar 2007 at 02:37 UTC
Updated:
3 Jul 2007 at 07:27 UTC
Hi, I'm trying to import a super big set of terms and I'm running into some trouble. Import won't take the whole thing, so I'm doing it in 20K chunks, but, instead of aggregating the chunks together, I'm getting duplicate vocabs. Shouldn't importing two xml files with the same id give you one vocab with terms from both files? Or is there another way to go about this?
Thanks.
maj
Comments
Comment #1
smitty commentedI had the same problem with my taxonomy, which is 2.35 MB (including the xml-tags).
But after enhancing the time limit for scripting in the php.ini (Section: Resource Limits; Variables: max_execution_time and max_input_time) the import went well.
Comment #2
nicolash commented