I'm getting slammed with all sorts of errors, most likely something on my end, but I've done this many times before.
When I try and create a MailChimp form I get:
MailChimp list (?) Could not load MailChimp contact lists.
Error:
php error log shows:
WordPress database error Table 'db_antidotecreative.wp_rg_form' doesn't exist for query SELECT s.id, s.is_active, s.form_id, s.meta, f.title as form_title
FROM wp_rg_mailchimp s
INNER JOIN wp_rg_form f ON s.form_id = f.id made by do_action, call_user_func_array, GFMailChimp->mailchimp_page, GFMailChimp->list_page, GFMailChimpData->get_feeds
WordPress database error Table 'db_antidotecreative.wp_rg_form' doesn't exist for query SELECT f.id, f.title, f.date_created, f.is_active, 0 as lead_count, 0 view_count
FROM wp_rg_form f
ORDER BY title ASC made by do_action, call_user_func_array, GFMailChimp->mailchimp_page, GFMailChimp->edit_page, RGFormsModel->get_forms
[28-Oct-2011 12:40:01] WordPress database error Table 'db_antidotecreative.wp_rg_lead' doesn't exist for query SELECT form_id, count(id) as lead_count FROM wp_rg_lead l WHERE status='active' GROUP BY form_id made by do_action, call_user_func_array, GFMailChimp->mailchimp_page, GFMailChimp->edit_page, RGFormsModel->get_forms
[28-Oct-2011 12:40:01] WordPress database error Table 'db_antidotecreative.wp_rg_form_view' doesn't exist for query SELECT form_id, sum(count) as view_count FROM wp_rg_form_view GROUP BY form_id made by do_action, call_user_func_array, GFMailChimp->mailchimp_page, GFMailChimp->edit_page, RGFormsModel->get_forms
I'm working locally, but I've had this working in the past. I've trying uninstalling GF and the mailchimp addon numerous times, double checked the MailChimp API key and all sorts.
Any Ideas?