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

smitty’s picture

I 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.

nicolash’s picture

Status: Active » Closed (fixed)