Closed (fixed)
Project:
Taxonomy import/export via XML
Version:
6.x-1.2
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Jul 2008 at 20:36 UTC
Updated:
17 Mar 2009 at 22:20 UTC
Importing this XML file (also attached) is not done correctly and no tags can be found afterwards, or the taxonomy parameters set.
| Comment | File | Size | Author |
|---|---|---|---|
| taxonomy_.xml_.gz | 1.85 KB | shlomif |
Comments
Comment #1
alfmorten commentedI have the same general problem, when trying to import I get an error message: Fatal error: Maximum execution time of 30 seconds exceeded in /home/www/example/drupal-6.3/includes/db.mysqli.inc on line 108, or the few times it does seem to do the import of the xml file, it will not import all terms. The xml file contains 3 levels of taxonomy and some synonyms so cant really say what creates the issue.
The file I am trying to use is exported from the 5.x version of this very module on a older project from January, to an xml file and then trying to import it to the 6.x.dev.
Any news regarding this project?
Comment #2
jfxberns commentedI am not sure if this is the same issue--but I posted a patch that worked for me on ticket http://drupal.org/node/365398
Comment #3
jfxberns commentedComment #4
dman commentedjfxburns' fix at http://drupal.org/node/365398 looks like it will help a lot. It's rolled into the current release. please compare that.