Closed patrickmj closed 9 years ago
A few initial observations:
Sorry....still had a limit in there from debugging. A new pull of the module should fix that
Also bringing @alyssafahringer on this
@patrickmj - any other api sources you can think of for testing? Esp sites with collections? (besides Mall and my own install?)
Don't know of any off the top of my head, but setting up your own install(s) with a lot of variation and complexity is always a good thing.
Running into a problem with the importer not importing a collection/item set from my install.
I used the following link as the endpoint and checked import collections: http://dev.omeka.org/afahring/Omeka/api
I have a collection in my install with 11 items called 'everything' that did not get imported into item sets. I tried both with and without the key and neither brought in the collection.
@alyssafahringer did the items get imported, but just not put into item sets, or just nothing came in?
The items were imported but not put into the item set.
hmm....and you checked the 'Import Collections' checkbox?
Yes, and I left the import into dropdown box at select item set
Uninstall and reinstall of the module made the collections import okay. However, the job stalled at in_progress
, so more checking and testing is in order, especially from other sites. First guess is that the importer gets confused by empty collections, but that's just a random guess.
Also notable, there was a botched collection import that left an [Untitled]
item set. Trying to delete that left a foreign key constraint violation on omekaimport_record
, so there's something fishy, at least in handling and being able to recover from errors. Haven't reproduced them on my laptop yet, though.
Superceded by #42
The master branch of Omeka 2 importer could have a few things looked at on the dev install
I think the undo feature will work, at least for items, but not item sets.
Until that bug with the login gets fixed on omeka-s develop, if you do
git checkout d73636
, that'll get you to a commit that lets you log in. then,git checkout develop
will get you back to the latest omeka-s.