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
Sign In or Register to comment.