I'm trying to run a manual upgrade from 1.92 to 2.05 (the ComfortClick update kept failing with what may have been a timeout error? Googled it and everyone just told people with that error to update manually and it'd be fine).
I followed the instructions at
www.limesurvey.org/manual/Upgrading_from_a_previous_version
. When it gets to the step where it wants to upgrade my db, it starts and then returns the following error:
An non-recoverable error happened during the update. Error details:
CDbCommand failed to execute the SQL statement: SQLSTATE[42000]: Syntax error or access violation: 1091 Can't DROP 'PRIMARY'; check that column/key exists
I bumped the user's permissions up to full globally, just in case, but same issue. I feel like it's trying to drop a table that doesn't exist, but I can't figure out which one. Is there either a list of the tables it's trying to drop, or better yet, a log somewhere that would be detailing the results of all of the installation steps?
Thank you!