ID 1016764706 starting Firefox following 2.0 upgrade

Now get the message:

"There was an error starting Zotero"
  • [QUERY: DROP INDEX syncDeleteLog_timestamp] [ERROR: no such index: syncDeleteLog_timestamp]
    This would appear to be a residual problem from your earlier database issue. I'm guessing you recreated syncDeleteLog manually but didn't recreate the associated index.

    Run this SQL command on the database:

    CREATE INDEX syncDeleteLog_timestamp ON syncDeleteLog(timestamp);
    And then try the upgrade again.
  • Dan,

    Nailed it.

    Amazing.
    Customized support on fantastic free software.

    Thanks,
    Kent

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.