marcellop
About
- Username
- marcellop
- Joined
- Roles
- Member
Comments
-
I had a similar problem (http://forums.zotero.org/discussion/10479/sync-fails-after-deleting-local-files-added-a-quickdirty-fix) and I found something that may work for you as well. Most likely, the error is due to a change of type (e.g., from …
-
Here is a quick, dirty fix (works for me). First, in merge.xml I changed if (this._leftpane.ref == 'deleted' && this.type == 'item') { into if (this._leftpane.ref == 'deleted') { The reason for this change is that I deleted some attachm…
-
Just in case, I submitted a debug report with ID D872964030
-
I had the same problem and a similar setting (some large pdfs, >100K fulltextwords, >1M fulltextitemwords, and the db was not corrupted). After reading your conversation I decided to delete the fulltext index, had to wait about 6 hours, but fi…