<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Gravity Support Forums Topic: Urgent - error when trying to create MailChimp form</title>
		<link>https://legacy.forums.gravityhelp.com/topic/urgent-error-when-trying-to-create-mailchimp-form</link>
		<description>Gravity Support Forums Topic: Urgent - error when trying to create MailChimp form</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 15:51:35 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/urgent-error-when-trying-to-create-mailchimp-form" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Urgent - error when trying to create MailChimp form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/urgent-error-when-trying-to-create-mailchimp-form#post-39287</link>
			<pubDate>Fri, 28 Oct 2011 22:02:04 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">39287@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;OK, please let us know if you need any more help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Andrew Munro on "Urgent - error when trying to create MailChimp form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/urgent-error-when-trying-to-create-mailchimp-form#post-39285</link>
			<pubDate>Fri, 28 Oct 2011 21:44:44 +0000</pubDate>
			<dc:creator>Andrew Munro</dc:creator>
			<guid isPermaLink="false">39285@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Interesting, just tried with a completely different MailChimp account (which I can't really use) and it works fine! So something's up with the one I have now. I'll get in touch with them or just create a whole new account and see if that works :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Andrew Munro on "Urgent - error when trying to create MailChimp form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/urgent-error-when-trying-to-create-mailchimp-form#post-39284</link>
			<pubDate>Fri, 28 Oct 2011 21:39:30 +0000</pubDate>
			<dc:creator>Andrew Munro</dc:creator>
			<guid isPermaLink="false">39284@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;These are the tables I have, are there any missing?&#60;/p&#62;
&#60;p&#62;wp_rg_campaignmonitor&#60;br /&#62;
wp_rg_form&#60;br /&#62;
wp_rg_form_meta&#60;br /&#62;
wp_rg_form_view&#60;br /&#62;
wp_rg_lead&#60;br /&#62;
wp_rg_lead_detail&#60;br /&#62;
wp_rg_lead_detail_long&#60;br /&#62;
wp_rg_lead_meta&#60;br /&#62;
wp_rg_lead_notes&#60;br /&#62;
wp_rg_mailchimp&#60;/p&#62;
&#60;p&#62;I've just tried with campaign monitor and it works fine, however I want to use mailchimp. I also created a new mysql user with all privileges and reinstalled gravity forms + mailchimp. That seemed to have cleared out the errors I was receiving in the php log but the mailchimp error is still appearing&#60;/p&#62;
&#60;p&#62;Something wrong at MC's side perhaps?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Urgent - error when trying to create MailChimp form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/urgent-error-when-trying-to-create-mailchimp-form#post-39238</link>
			<pubDate>Fri, 28 Oct 2011 12:32:25 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">39238@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It sounds like the plugin was not able to create the proper Gravity Forms database.  Do you have access to the database to see if all the proper tables have been created?  The WordPress database user needs to have CREATE and ALTER permissions to properly install Gravity Forms and the add-ons as new tables need to be created.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Andrew Munro on "Urgent - error when trying to create MailChimp form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/urgent-error-when-trying-to-create-mailchimp-form#post-39207</link>
			<pubDate>Fri, 28 Oct 2011 08:50:17 +0000</pubDate>
			<dc:creator>Andrew Munro</dc:creator>
			<guid isPermaLink="false">39207@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm getting slammed with all sorts of errors, most likely something on my end, but I've done this many times before.&#60;/p&#62;
&#60;p&#62;When I try and create a MailChimp form I get:&#60;/p&#62;
&#60;p&#62;MailChimp list (?) Could not load MailChimp contact lists.&#60;br /&#62;
Error: &#60;/p&#62;
&#60;p&#62;php error log shows:&#60;/p&#62;
&#60;p&#62;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&#60;br /&#62;
                FROM wp_rg_mailchimp s&#60;br /&#62;
                INNER JOIN wp_rg_form f ON s.form_id = f.id made by do_action, call_user_func_array, GFMailChimp-&#38;gt;mailchimp_page, GFMailChimp-&#38;gt;list_page, GFMailChimpData-&#38;gt;get_feeds&#60;/p&#62;
&#60;p&#62;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&#60;br /&#62;
                FROM wp_rg_form f&#60;/p&#62;
&#60;p&#62;                ORDER BY title ASC made by do_action, call_user_func_array, GFMailChimp-&#38;gt;mailchimp_page, GFMailChimp-&#38;gt;edit_page, RGFormsModel-&#38;gt;get_forms&#60;br /&#62;
[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-&#38;gt;mailchimp_page, GFMailChimp-&#38;gt;edit_page, RGFormsModel-&#38;gt;get_forms&#60;br /&#62;
[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-&#38;gt;mailchimp_page, GFMailChimp-&#38;gt;edit_page, RGFormsModel-&#38;gt;get_forms&#60;/p&#62;
&#60;p&#62;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.&#60;/p&#62;
&#60;p&#62;Any Ideas?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
