<?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: Edited the database and now my form has gone</title>
		<link>https://legacy.forums.gravityhelp.com/topic/edited-the-database-and-now-my-form-has-gone</link>
		<description>Gravity Support Forums Topic: Edited the database and now my form has gone</description>
		<language>en-US</language>
		<pubDate>Wed, 29 Apr 2026 10:34:47 +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/edited-the-database-and-now-my-form-has-gone" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Edited the database and now my form has gone"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/edited-the-database-and-now-my-form-has-gone#post-64837</link>
			<pubDate>Thu, 05 Jul 2012 07:58:21 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">64837@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ignore the Warning for now.  It's unrelated, and just a warning, nothing more.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Edited the database and now my form has gone"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/edited-the-database-and-now-my-form-has-gone#post-64836</link>
			<pubDate>Thu, 05 Jul 2012 07:57:30 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">64836@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This statement right here is where the problem started:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;UPDATE wp_rg_lead_detail SET value = replace(value, &#38;#39;oldtext&#38;#39;,&#38;#39;newtext&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If oldtext has a different number of characters than new text (e.g. you changed from Baseball to Tennis, 8 characters to 6) you have likely caused an error with the serialized data.  There are ways to fix those serialized values.&#60;/p&#62;
&#60;p&#62;I would suggest taking a database backup right now, before you go any further.  Then, find and replace newtext with oldtext to put things back the way they were.  Then test.  If it works, then you need to go about properly doing a find and replace while updating the serialized values as well.&#60;/p&#62;
&#60;p&#62;Please make a database backup before attempting any of this.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>blairdods on "Edited the database and now my form has gone"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/edited-the-database-and-now-my-form-has-gone#post-64811</link>
			<pubDate>Wed, 04 Jul 2012 20:09:07 +0000</pubDate>
			<dc:creator>blairdods</dc:creator>
			<guid isPermaLink="false">64811@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am also receiving this error when click on &#34;Entries&#34; also if that helps:&#60;/p&#62;
&#60;p&#62;Warning: Invalid argument supplied for foreach() in /home/site_url/wp-content/plugins/gravityforms/forms_model.php on line 2608
&#60;/p&#62;</description>
		</item>
		<item>
			<title>blairdods on "Edited the database and now my form has gone"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/edited-the-database-and-now-my-form-has-gone#post-64810</link>
			<pubDate>Wed, 04 Jul 2012 20:06:33 +0000</pubDate>
			<dc:creator>blairdods</dc:creator>
			<guid isPermaLink="false">64810@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I used this:&#60;/p&#62;
&#60;p&#62;UPDATE wp_rg_lead_detail SET value = replace(value, 'oldtext','newtext');&#60;/p&#62;
&#60;p&#62;There is no backup from the last few days since I completed the form.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Edited the database and now my form has gone"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/edited-the-database-and-now-my-form-has-gone#post-64809</link>
			<pubDate>Wed, 04 Jul 2012 18:59:43 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">64809@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;How did you do the find/replace? I don't know of anything off the top of my head. Can you restore an older database backup?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>blairdods on "Edited the database and now my form has gone"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/edited-the-database-and-now-my-form-has-gone#post-64808</link>
			<pubDate>Wed, 04 Jul 2012 18:56:36 +0000</pubDate>
			<dc:creator>blairdods</dc:creator>
			<guid isPermaLink="false">64808@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks - I just tried the tool and received this message:&#60;/p&#62;
&#60;p&#62;&#34;This form's meta could not be recovered.&#34;&#60;/p&#62;
&#60;p&#62;I reversed the find and replace on the database but nothing helped.&#60;/p&#62;
&#60;p&#62;Is there anything else I can try - I have spent days on this so I can't afford to lose it.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Edited the database and now my form has gone"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/edited-the-database-and-now-my-form-has-gone#post-64805</link>
			<pubDate>Wed, 04 Jul 2012 18:51:03 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">64805@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You might have accidentally corrupted the table. Do you have a backup you can restore from?&#60;br /&#62;
Also, can you try the Meta restoration plugin on our downloads page:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/downloads/&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/downloads/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>blairdods on "Edited the database and now my form has gone"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/edited-the-database-and-now-my-form-has-gone#post-64804</link>
			<pubDate>Wed, 04 Jul 2012 18:41:28 +0000</pubDate>
			<dc:creator>blairdods</dc:creator>
			<guid isPermaLink="false">64804@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi there&#60;/p&#62;
&#60;p&#62;I have a multi-page form (using conditional logic based on 26 pages) and I wanted to update some text that appeared in many places on the form.  I updated this using MySQL in two tables, but now the form is empty in admin and on the front end it displays &#34;Oops! We could not locate your form.&#34;.&#60;/p&#62;
&#60;p&#62;The two tables I edited were &#34;wp_rg_form_meta&#34; and &#34;wp_rg_lead_detail&#34;.&#60;/p&#62;
&#60;p&#62;Any ideas as to how I can get the form working again - all the information is still in the database.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
