<?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: Forms missing after migration</title>
		<link>https://legacy.forums.gravityhelp.com/topic/forms-missing-after-migration</link>
		<description>Gravity Support Forums Topic: Forms missing after migration</description>
		<language>en-US</language>
		<pubDate>Fri, 10 Apr 2026 14:39:14 +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/forms-missing-after-migration" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Forms missing after migration"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/forms-missing-after-migration#post-68366</link>
			<pubDate>Sat, 28 Jul 2012 19:58:31 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">68366@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Glad that helped you out.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tybohnet on "Forms missing after migration"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/forms-missing-after-migration#post-68358</link>
			<pubDate>Sat, 28 Jul 2012 16:13:20 +0000</pubDate>
			<dc:creator>tybohnet</dc:creator>
			<guid isPermaLink="false">68358@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;oh god this saved my life.  thank you!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Forms missing after migration"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/forms-missing-after-migration#post-44580</link>
			<pubDate>Tue, 20 Dec 2011 18:15:58 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">44580@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@manifestcreative, the issue with dumping the database and replacing the domain name shows up when the values in the database are serialized.  You can change the string easily but the length of the string is not updated.  Here's a simple example of some serialized data from the wp_options table:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[php]
s:37:\&#38;quot;http://mysampledomain.com/nome-alaska\&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;where the 37 indicates the length of the string.  If you change the domain name using find and replace in your favorite editor, the string gets changed but the length of the string is not updated.&#60;/p&#62;
&#60;p&#62;for example:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;[php]
s:37:\&#38;quot;http://awesome.com/nome-alaska\&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The 37 there is no longer accurate and it causes the code to fail, because it tries to read too far.  That's when bad things happen.&#60;/p&#62;
&#60;p&#62;The &#60;a href=&#34;http://pluginbuddy.com/purchase/backupbuddy/&#34; rel=&#34;nofollow&#34;&#62;BackupBuddy&#60;/a&#62; plugin from &#60;a href=&#34;http://pluginbuddy.com/&#34; rel=&#34;nofollow&#34;&#62;PluginBuddy&#60;/a&#62; takes care of this, I believe, according to their features list, but I have no experience with it. (no affiliation, just a bunch of nice guys there.)&#60;/p&#62;
&#60;p&#62;I also posted my experience with how I handle it, here, &#60;strong&#62;not&#60;/strong&#62; using the BackupBuddy plugin:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/how-to-migrate-gravity-forms#post-43152&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/how-to-migrate-gravity-forms#post-43152&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;That takes care of changing the domain name in the database dump after creating the new site.  Before that, I usually have to change the table prefix as well, but only in the SQL statements, NOT in the wp_options table (where it's used for things like permissions.)&#60;/p&#62;
&#60;p&#62;Let me know if you have any questions.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>manifestcreative on "Forms missing after migration"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/forms-missing-after-migration#post-44261</link>
			<pubDate>Fri, 16 Dec 2011 16:58:41 +0000</pubDate>
			<dc:creator>manifestcreative</dc:creator>
			<guid isPermaLink="false">44261@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm having this same issue. Has this been resolved? I'm particularly concerned because one of my forms has more than 2k entries and is quite involved from a layout perspective.&#60;/p&#62;
&#60;p&#62;Update: The Meta Recovery plugin worked for this instance. Are there any guidelines to help us developers when migrating sites with Gravity Forms info data in the database?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>seanbaugh on "Forms missing after migration"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/forms-missing-after-migration#post-44192</link>
			<pubDate>Thu, 15 Dec 2011 19:03:59 +0000</pubDate>
			<dc:creator>seanbaugh</dc:creator>
			<guid isPermaLink="false">44192@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;mailto:seanb@matchboxstudio.com&#34;&#62;seanb@matchboxstudio.com&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>seanbaugh on "Forms missing after migration"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/forms-missing-after-migration#post-44191</link>
			<pubDate>Thu, 15 Dec 2011 19:02:08 +0000</pubDate>
			<dc:creator>seanbaugh</dc:creator>
			<guid isPermaLink="false">44191@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;David - can you email me.  The company requires an IP address from the person accessing via FTP.  If you can email me, I can pass your IP along to the client.  Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "Forms missing after migration"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/forms-missing-after-migration#post-44168</link>
			<pubDate>Thu, 15 Dec 2011 17:27:59 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">44168@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Sean,&#60;/p&#62;
&#60;p&#62;Go ahead and send me an WP login and FTP access and I will take a look.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>seanbaugh on "Forms missing after migration"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/forms-missing-after-migration#post-44159</link>
			<pubDate>Thu, 15 Dec 2011 16:09:15 +0000</pubDate>
			<dc:creator>seanbaugh</dc:creator>
			<guid isPermaLink="false">44159@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Any help here?  Havent received support in a few days.  Problem still exists.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Forms missing after migration"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/forms-missing-after-migration#post-43588</link>
			<pubDate>Fri, 09 Dec 2011 19:21:05 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">43588@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@seanbaugh I'll be in touch directly via email in response to your Contact Us request.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>seanbaugh on "Forms missing after migration"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/forms-missing-after-migration#post-43585</link>
			<pubDate>Fri, 09 Dec 2011 19:14:07 +0000</pubDate>
			<dc:creator>seanbaugh</dc:creator>
			<guid isPermaLink="false">43585@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Meta Recovery tool does not seem to do the trick.  Installed and ran - still does not locate form.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.cynergydata.com/about-us-2/contact-form/&#34; rel=&#34;nofollow&#34;&#62;http://www.cynergydata.com/about-us-2/contact-form/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
