CSV import-metadata fine but item not uploaded

I am trying to use CSV import to import items. I have followed all the directions and the metadata and settings import correctly, but the items do not import. I have listed the accurate urls for all items in the csv file under the file column, so I can't figure out what's wrong. Can anyone help?

Thanks.

If you enable error logging ( http://omeka.org/codex/Retrieving_Error_Messages ), CSVImport will throw an error message into application/logs/errors.log. Though I have to say that usually when I have problems with file import, the entire item import fails as well. If you can share the error message and a few lines of the CSV you're using, it will be easier to help you figure out the problem.

Thanks. I do have error messages enabled. Here is what I'm receiving, although I'm not sure all of this applies to the CSV import problem

[22-Jun-2014 18:17:24 America/New_York] PHP Notice: Trying to get property of non-object in /home/theftciw/public_html/clara/application/models/File.php on line 213
[22-Jun-2014 18:17:28 America/New_York] PHP Notice: Trying to get property of non-object in /home/theftciw/public_html/clara/application/models/File.php on line 213
[22-Jun-2014 18:17:28 America/New_York] PHP Notice: Trying to get property of non-object in /home/theftciw/public_html/clara/application/models/File.php on line 213
[22-Jun-2014 18:18:40 America/New_York] PHP Warning: unlink(/home/theftciw/public_html/clara/plugins/Dropbox/files/corresp_1911-20_039.pdf) [function.unlink]: No such file or directory in /home/theftciw/public_html/clara/plugins/Dropbox/controllers/IndexController.php on line 101
[22-Jun-2014 18:19:20 America/New_York] PHP Warning: unlink(/home/theftciw/public_html/clara/plugins/Dropbox/files/corresp_1911-20_039.pdf) [function.unlink]: No such file or directory in /home/theftciw/public_html/clara/plugins/Dropbox/controllers/IndexController.php on line 101
[22-Jun-2014 18:35:04 America/New_York] PHP Warning: exec() has been disabled for security reasons in /home/theftciw/public_html/clara/application/models/File.php on line 315
[22-Jun-2014 18:35:04 America/New_York] PHP Warning: shell_exec() has been disabled for security reasons in /home/theftciw/public_html/clara/plugins/PdfText/PdfTextPlugin.php on line 134

Hmm. That PHP notice might be related (I don't know enough about Core to troubleshoot it if it is), but CSVImport errors are usually prefixed with [CsvImport] in the log.

Could you give a couple example lines from the CSV file?

If you follow this link, you'll see the csv file at the end of the index: omeka csv import.csv
http://thefamilypapers.info/

Chances are that the plugin needs the full URL, including http://