See error log for CSV Import errors?

We have two Omeka instances – one for development, one for production, both configured identically.

Our production instance has recently starting having issues with the CSV Import. The status page shows zero items being imported – some items (though not all!) being skipped, with an “Import Error” message.

Even though the Status page shows zero items being imported, the first item will be imported – sort of – it shows up as an item page, but with no image available (Example: https://scholar.library.miami.edu/digital/items/show/748). I thought this might be a problem with our ImageMagick settings, but I’ve tested the path, and it seems to be working.

We’ve tried this with multiple spreadsheets, all with the same result. Is there a way to see a log with the import errors in order to figure out what’s going on?

Thanks in advance for your help!

CSV Import should log to the normal Omeka error log if an error occurs during an import (as long as you have logging turned on in application/config/config.ini).

1 Like

Thanks! Sorry I didn’t figure that out myself; it’s extraordinarily simple.