<?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: Update of Gravity Forms causes Failure of User Addon</title>
		<link>https://legacy.forums.gravityhelp.com/topic/update-of-gravity-forms-causes-failure-of-user-addon</link>
		<description>Gravity Support Forums Topic: Update of Gravity Forms causes Failure of User Addon</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 18:39:57 +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/update-of-gravity-forms-causes-failure-of-user-addon" rel="self" type="application/rss+xml" />

		<item>
			<title>aethernavale on "Update of Gravity Forms causes Failure of User Addon"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/update-of-gravity-forms-causes-failure-of-user-addon#post-40662</link>
			<pubDate>Wed, 09 Nov 2011 19:30:33 +0000</pubDate>
			<dc:creator>aethernavale</dc:creator>
			<guid isPermaLink="false">40662@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;David, the new version sent by email functions properly.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "Update of Gravity Forms causes Failure of User Addon"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/update-of-gravity-forms-causes-failure-of-user-addon#post-40608</link>
			<pubDate>Wed, 09 Nov 2011 12:49:40 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">40608@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Aethernavale,&#60;/p&#62;
&#60;p&#62;Thanks for helping us narrow down the issue. It looks like the $entry object was not being passed correctly with the function that checks if the registration condition was met. I've updated the plugin and sent you a fresh copy. Let me know if the issue persists.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>aethernavale on "Update of Gravity Forms causes Failure of User Addon"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/update-of-gravity-forms-causes-failure-of-user-addon#post-40537</link>
			<pubDate>Tue, 08 Nov 2011 20:21:38 +0000</pubDate>
			<dc:creator>aethernavale</dc:creator>
			<guid isPermaLink="false">40537@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Mm, that's not necessary David.  Occasionally I prove to be capable when putting forth effort.  Comparing 1.2.12 to 1.2.9, there are only 8 differences found with WinMerge.  Going line by line and changing as necessary, I have isolated the issue here:&#60;/p&#62;
&#60;p&#62;Line 1754&#60;br /&#62;
Version 1.2.12 code:&#60;br /&#62;
&#60;code&#62;$field_value = RGFormsModel::get_lead_field_value($entry, $field);&#60;/code&#62;&#60;br /&#62;
Version 1.2.9 code:&#60;br /&#62;
&#60;code&#62;$field_value = RGFormsModel::get_field_value($field, array());&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Replacing the 1.2.12 code with the 1.2.9 code allows user registration again.  I am not a coder however so I don't understand why this works, I just know that it does.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "Update of Gravity Forms causes Failure of User Addon"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/update-of-gravity-forms-causes-failure-of-user-addon#post-40525</link>
			<pubDate>Tue, 08 Nov 2011 18:30:18 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">40525@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Aethernavale,&#60;/p&#62;
&#60;p&#62;I'm having some difficulty recreating this issue. I'm glad you've found a working combination; however, would you mind letting me troubleshoot the issue you're having with UR 1.2.12 on your site?&#60;/p&#62;
&#60;p&#62;If possible, send a WP login and FTP information to &#60;a href=&#34;mailto:david@rocketgenius.com&#34;&#62;david@rocketgenius.com&#60;/a&#62;.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>aethernavale on "Update of Gravity Forms causes Failure of User Addon"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/update-of-gravity-forms-causes-failure-of-user-addon#post-40524</link>
			<pubDate>Tue, 08 Nov 2011 18:26:02 +0000</pubDate>
			<dc:creator>aethernavale</dc:creator>
			<guid isPermaLink="false">40524@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The email attachment update did not solve the problem.  I tested it with the same platform above, with the following GF scenarios:&#60;/p&#62;
&#60;p&#62;GF 1.5.3 and URAO 1.2.9 -&#38;gt; Works&#60;br /&#62;
GF 1.5.3 and URAO 1.2.11 -&#38;gt; Fails&#60;br /&#62;
GF 1.5.3 and URAO 1.2.12 -&#38;gt; Fails&#60;br /&#62;
GF 1.6.1 and URAO 1.2.9 -&#38;gt; Works&#60;br /&#62;
GF 1.6.1 and URAO 1.2.12 -&#38;gt; Fails&#60;/p&#62;
&#60;p&#62;Some change in URAO 1.2.9 and current revisions then is apparently causing the problem.  Initially I just retrograded both of them as a conservative measure, but testing with GF 1.6.1 and URAO 1.2.9 is working so I will use that combination for now.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "Update of Gravity Forms causes Failure of User Addon"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/update-of-gravity-forms-causes-failure-of-user-addon#post-40492</link>
			<pubDate>Tue, 08 Nov 2011 14:50:36 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">40492@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Guys,&#60;/p&#62;
&#60;p&#62;I've sent you both emails with an update that should resolve this issue. Let me know if it does not. :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mike on "Update of Gravity Forms causes Failure of User Addon"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/update-of-gravity-forms-causes-failure-of-user-addon#post-40377</link>
			<pubDate>Tue, 08 Nov 2011 03:12:41 +0000</pubDate>
			<dc:creator>mike</dc:creator>
			<guid isPermaLink="false">40377@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Same problem here, WP 3.2.1, GF 1.6.1, URAO 1.2.11
&#60;/p&#62;</description>
		</item>
		<item>
			<title>aethernavale on "Update of Gravity Forms causes Failure of User Addon"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/update-of-gravity-forms-causes-failure-of-user-addon#post-40236</link>
			<pubDate>Mon, 07 Nov 2011 06:28:47 +0000</pubDate>
			<dc:creator>aethernavale</dc:creator>
			<guid isPermaLink="false">40236@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm currently using WordPress 3.2.1, BuddyPress 1.5.1, with Gravity Forms 1.5.3 and User Registration Add-On 1.2.9.&#60;/p&#62;
&#60;p&#62;I noticed recently that there was an update for these (GF 1.6 and URAO 1.2.11) and without thinking about it updated them.  This caused user-registration to fail.  The form still loads, you can click through everything, it'll come up with the message telling you that it registered you, wait for an email...  but it doesn't actually do any of that.  No email is sent, no user is registered.&#60;/p&#62;
&#60;p&#62;I have reverted back to GF 1.5.3 and URAO 1.2.9, which works fine.  What changed between these versions to cause this behavior?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
