I'm trying to import the files from the testdata directory and I get the vocabulary and the terms imported but not the stories. I tried the XML file with and without keys, neither works. And I haven't found any log. What could the problem for that be?

I used it in Drupal 5.2 and I'm logged in as administrator. I created a new site for it which only contains a couple of pages and nothing else. The Taxonomy module is active too, so I have no idea anymore what the problem could be.

Please help.

CommentFileSizeAuthor
#1 testdata.patch804 bytestom friedhof

Comments

tom friedhof’s picture

Assigned: Unassigned » tom friedhof
Status: Active » Reviewed & tested by the community
StatusFileSize
new804 bytes

The node_data.xml file has the wrong tag for stories base on what is specified in the definition file for #xml-plural. I've changed the tag in node_data.xml file from <stories> to <story-collection>. The data should import no problem after applying this patch.