Hello - I performed an automatic update of Gravity Forms on my test site today, from 1.5.3 to 1.7.1. Note I also run the Mail Chimp Add-on 1.5. The test site is running WP3.2.1 as a single site.
I received the following errors during the upgrade:
WordPress database error: [Can't DROP 'form_id'; check that column/key exists]
DROP INDEX form_id ON wp_rg_form_meta
WordPress database error: [Multiple primary key defined]
ALTER TABLE wp_rg_form_meta ADD PRIMARY KEY (form_id)
WordPress database error: [Duplicate column name 'status']
ALTER TABLE wp_rg_lead ADD COLUMN status varchar(20) not null default 'active'
WordPress database error: [Duplicate key name 'status']
ALTER TABLE wp_rg_lead ADD KEY status (status)
WordPress database error: [Can't DROP 'lead_detail_key'; check that column/key exists]
DROP INDEX lead_detail_key ON wp_rg_lead_detail_long
WordPress database error: [Multiple primary key defined]
ALTER TABLE wp_rg_lead_detail_long ADD PRIMARY KEY (lead_detail_id)
Interestingly, after clicking on the dashboard the site seems to be ok. I am able to go into a form and edit it, then test the forms and they seem to be working and even sending email notifications. So, I don't know if I should be concerned about this update, or if I simply should have disabled the plugin manually before upgrading.
Please let me know any thoughts as I will hold off on applying the update to my production site.
Thanks!
Kelly