After upgrading to 1.5 beta2 from 1.09 attachments are not found in linux
After upgrading to 1.5 beta2 from 1.09 attachments are not found in linux. In windows everything is ok.
This is an old discussion that has not been active in a long time. Instead of commenting here, you should start a new discussion. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
Here is what I have in terminal http://textbin.com/0n507
If you feel comfortable doing it, I would load 'zotero.sqlite; in the sqlite3 command line tool and run:
SELECT key FROM items WHERE itemID=12993;
. The first should tell you the subdirectory of the zotero 'storage' directory your file was in; the second should tell you the filename (with 'storage:' prepended). Confirm that you can access the file on your filesystem manually. Potential hiccups, off the top of my head: no permission (perhaps mounted by someone else), improper mounting to handle case dependency, etc.SELECT path FROM itemAttachments WHERE itemID=12993;
Also to check: what happens when you make a new attachment? Is it stored successfully? Can you retrieve it after attaching it? Where in the filesystem is it stored?