Theme.where(user_selectable: true).update_all(user_selectable: false)
Theme.where(auto_update: true).update_all(auto_update: false)
Theme.clear_default!
Can you try these in the rails console and see if you can load your site afterwards? If not, can you try rebuilding?