I’m unable to look at any of my record sets. When I click on Record Sets on the left menu, I get an error message, and then I’m able to download the error message.
It looks like your user owns a record set with an id of 0, which may be a remnant from an earlier version of Specify 6. To solve this, you need to run the following SQL statement on your Specify database:
UPDATE recordset SET TableID = 1 WHERE TableID = 0;
Once completed, you should be able to use the system once again as usual.