<?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: Entries not being recorded after update to 1.6.4.5.4</title>
		<link>https://legacy.forums.gravityhelp.com/topic/entries-not-being-recorded-after-update-to-16454</link>
		<description>Gravity Support Forums Topic: Entries not being recorded after update to 1.6.4.5.4</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 12:28:46 +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/entries-not-being-recorded-after-update-to-16454" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Entries not being recorded after update to 1.6.4.5.4"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/entries-not-being-recorded-after-update-to-16454#post-66131</link>
			<pubDate>Fri, 13 Jul 2012 11:52:25 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">66131@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;From the lead developer Alex:&#60;/p&#62;
&#60;p&#62;The problem is with the numeric locale (LC_NUMERIC). If you change that to portuguese, numbers start being interpreted differently (i.e. 1,50 instead of 1.50).&#60;/p&#62;
&#60;p&#62;So the trick is keep the LC_ALL statement because that changes other things like date formats, etc..., but then change the LC_NUMERIC back to the number format we support right.&#60;/p&#62;
&#60;p&#62;To be more specific,&#60;/p&#62;
&#60;p&#62;replace:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;setlocale(LC_ALL, &#38;#39;pt_PT.UTF8&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;setlocale(LC_ALL, &#38;#39;pt_PT.UTF8&#38;#39;);
setlocale(LC_NUMERIC, &#38;#39;C&#38;#39;);&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Entries not being recorded after update to 1.6.4.5.4"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/entries-not-being-recorded-after-update-to-16454#post-66043</link>
			<pubDate>Thu, 12 Jul 2012 22:54:44 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">66043@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I pinged one of the developers for their input on this.   I expect an answer from them on Friday.  Thanks for your patience.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>antoniobaez on "Entries not being recorded after update to 1.6.4.5.4"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/entries-not-being-recorded-after-update-to-16454#post-65939</link>
			<pubDate>Thu, 12 Jul 2012 09:37:18 +0000</pubDate>
			<dc:creator>antoniobaez</dc:creator>
			<guid isPermaLink="false">65939@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;ok, finally I have founded the problem.&#60;br /&#62;
Since the site is for Portugal, I have in my functions.php&#60;/p&#62;
&#60;p&#62;setlocale(LC_ALL, 'pt_PT.UTF8');&#60;/p&#62;
&#60;p&#62;commenting this line GF works as usual.&#60;/p&#62;
&#60;p&#62;What do you think about?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>antoniobaez on "Entries not being recorded after update to 1.6.4.5.4"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/entries-not-being-recorded-after-update-to-16454#post-65938</link>
			<pubDate>Thu, 12 Jul 2012 09:29:33 +0000</pubDate>
			<dc:creator>antoniobaez</dc:creator>
			<guid isPermaLink="false">65938@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;ok, the problem is with my theme, I have activated the twenty eleven theme and works well.&#60;/p&#62;
&#60;p&#62;Any suggestion about what could be bad in my theme that is causing entries don't be stored at the database?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>antoniobaez on "Entries not being recorded after update to 1.6.4.5.4"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/entries-not-being-recorded-after-update-to-16454#post-65937</link>
			<pubDate>Thu, 12 Jul 2012 09:08:44 +0000</pubDate>
			<dc:creator>antoniobaez</dc:creator>
			<guid isPermaLink="false">65937@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Update: I have replaced the plugin folder (not the database) of GF with 1.6.4.4.2, but it's still not working. :(
&#60;/p&#62;</description>
		</item>
		<item>
			<title>antoniobaez on "Entries not being recorded after update to 1.6.4.5.4"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/entries-not-being-recorded-after-update-to-16454#post-65935</link>
			<pubDate>Thu, 12 Jul 2012 09:03:29 +0000</pubDate>
			<dc:creator>antoniobaez</dc:creator>
			<guid isPermaLink="false">65935@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I mean a normal form right now, broken.&#60;/p&#62;
&#60;p&#62;I have disabled all plugins, but in any case we don't use any caching plugin.&#60;/p&#62;
&#60;p&#62;It's important to say that all was working perfectly until I have updated the plugin to the latest version.&#60;/p&#62;
&#60;p&#62;thx
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Entries not being recorded after update to 1.6.4.5.4"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/entries-not-being-recorded-after-update-to-16454#post-65934</link>
			<pubDate>Thu, 12 Jul 2012 08:56:00 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">65934@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Do you have any caching plugins installed?  That can cause this type of problem as well.&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;
The form preview works exactly as the normal form.
&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;Do you mean a normal form when it worked correctly, or a normal form right now (i.e. BROKEN)?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>antoniobaez on "Entries not being recorded after update to 1.6.4.5.4"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/entries-not-being-recorded-after-update-to-16454#post-65933</link>
			<pubDate>Thu, 12 Jul 2012 08:50:44 +0000</pubDate>
			<dc:creator>antoniobaez</dc:creator>
			<guid isPermaLink="false">65933@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi, thanks for answering so fast.&#60;/p&#62;
&#60;p&#62;I have disabled all plugins, but isn't working already.&#60;br /&#62;
A link to the post: &#60;a href=&#34;http://canalhollywood.pt/prueba/&#34; rel=&#34;nofollow&#34;&#62;http://canalhollywood.pt/prueba/&#60;/a&#62;&#60;br /&#62;
The notification is sent, but without any content.&#60;br /&#62;
The form preview works exactly as the normal form.&#60;br /&#62;
The &#34;All&#34; and &#34;Unread&#34; counts the messages, but they are not really there :( I have confirmed that nothing it's being recorded in the database.&#60;/p&#62;
&#60;p&#62;it's possible to download the previous version anywhere?&#60;/p&#62;
&#60;p&#62;FYI:&#60;br /&#62;
PHP Version	5.3.3&#60;br /&#62;
MySQL Version	5.1.61&#60;br /&#62;
WordPress Version	3.4.1&#60;br /&#62;
Gravity Forms Version	1.6.4.5.4	&#60;/p&#62;
&#60;p&#62;Thanks in advance
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Entries not being recorded after update to 1.6.4.5.4"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/entries-not-being-recorded-after-update-to-16454#post-65930</link>
			<pubDate>Thu, 12 Jul 2012 08:37:05 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">65930@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can you post a link to your form please?&#60;/p&#62;
&#60;p&#62;Are notifications sent?  If they are, then the entry was stored.&#60;/p&#62;
&#60;p&#62;Can you submit any forms from the form preview and store the entry?  If so, you will have to test for theme and plugin conflicts &#60;a href=&#34;http://rkt.gs/testing&#34; rel=&#34;nofollow&#34;&#62;http://rkt.gs/testing&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>antoniobaez on "Entries not being recorded after update to 1.6.4.5.4"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/entries-not-being-recorded-after-update-to-16454#post-65927</link>
			<pubDate>Thu, 12 Jul 2012 08:26:57 +0000</pubDate>
			<dc:creator>antoniobaez</dc:creator>
			<guid isPermaLink="false">65927@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi, I have an urgent problem, all my forms has stopped recording new entries after update GF to 1.6.4.5.4. &#60;/p&#62;
&#60;p&#62; It seems to work properly, and in the number of messages the counter goes well, but I can't see any entry.&#60;/p&#62;
&#60;p&#62;Please help asap.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
