Error 1482551742

My Zotero does not load. I can see where are my previous sources. Can someone help me.
  • [JavaScript Error: "Error(s) encountered during statement execution: no such column: IA.authorName [QUERY: SELECT itemID, IA.parentItemID, IA.type, IA.authorName, IA.text, IA.comment, IA.color, IA.sortIndex, IA.isExternal FROM items JOIN itemAnnotations IA USING (itemID) WHERE libraryID=?] [PARAMS: 1] [ERROR: no such column: IA.authorName]" {file: "chrome://zotero/content/xpcom/db.js" line: 680}]"
    As far as we know, this would've been caused by a database upgrade made by a version of the Zotero beta from a year ago. Has this problem been happening since then, or have you not used Zotero for a while? Do you recall previously using the beta?

    In any case, you should be able to fix this by going to Tools → Developer → Run JavaScript and running the following command, and then restarting Zotero:

    await Zotero.DB.queryAsync("UPDATE version SET version=119 WHERE schema='userdata' AND version=120")
Sign In or Register to comment.