<?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: Conflict between Gravity Forms 1.5.2.8 and AdRotate 3.6.3</title>
		<link>https://legacy.forums.gravityhelp.com/topic/conflict-between-gravity-forms-1528-and-adrotate-363</link>
		<description>Gravity Support Forums Topic: Conflict between Gravity Forms 1.5.2.8 and AdRotate 3.6.3</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 13:05:11 +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/conflict-between-gravity-forms-1528-and-adrotate-363" rel="self" type="application/rss+xml" />

		<item>
			<title>lkraav on "Conflict between Gravity Forms 1.5.2.8 and AdRotate 3.6.3"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conflict-between-gravity-forms-1528-and-adrotate-363#post-58376</link>
			<pubDate>Wed, 09 May 2012 13:55:29 +0000</pubDate>
			<dc:creator>lkraav</dc:creator>
			<guid isPermaLink="false">58376@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;After discovering mostly undocumented Wordpress function number_format_i18n, I have dropped my global setlocale. Gravity Address field validation process now works without problems.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lkraav on "Conflict between Gravity Forms 1.5.2.8 and AdRotate 3.6.3"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conflict-between-gravity-forms-1528-and-adrotate-363#post-58358</link>
			<pubDate>Wed, 09 May 2012 13:10:22 +0000</pubDate>
			<dc:creator>lkraav</dc:creator>
			<guid isPermaLink="false">58358@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm running into the same thing with another plugin that is doing setlocale globally. But in this case I actually need LC_NUMERIC to be in my locale. I cannot change it to C. What exactly are my options here? Where is setlocale safe to use in another plugin so it doesn't break GF?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Luigi on "Conflict between Gravity Forms 1.5.2.8 and AdRotate 3.6.3"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conflict-between-gravity-forms-1528-and-adrotate-363#post-42866</link>
			<pubDate>Fri, 02 Dec 2011 10:52:03 +0000</pubDate>
			<dc:creator>Luigi</dc:creator>
			<guid isPermaLink="false">42866@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Very good !
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Stefan on "Conflict between Gravity Forms 1.5.2.8 and AdRotate 3.6.3"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conflict-between-gravity-forms-1528-and-adrotate-363#post-39984</link>
			<pubDate>Thu, 03 Nov 2011 19:15:21 +0000</pubDate>
			<dc:creator>Stefan</dc:creator>
			<guid isPermaLink="false">39984@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Alex,&#60;br /&#62;
I adopted your change right now and it seems that everything goes well, the messages are not truncated.&#60;/p&#62;
&#60;p&#62;Now I will monitor all if I meet other problems,I will post here.&#60;/p&#62;
&#60;p&#62;A big thank you, I owe you a beer!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Alex Cancado on "Conflict between Gravity Forms 1.5.2.8 and AdRotate 3.6.3"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conflict-between-gravity-forms-1528-and-adrotate-363#post-39244</link>
			<pubDate>Fri, 28 Oct 2011 13:14:32 +0000</pubDate>
			<dc:creator>Alex Cancado</dc:creator>
			<guid isPermaLink="false">39244@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;After a little more research, it looks like setting the locale the way the Adrotate does, is a problem. It is changing the locale for all categories (LC_ALL), which changes the way numbers are handled (more specifically, it changes the thousand and decimal separators). I have tried changing things on the Gravity Forms end to prevent the problem, but I haven't been able to get around it.&#60;br /&#62;
The only solution I can come up with is a minor change to the Adrotate plugin.&#60;/p&#62;
&#60;p&#62;Replace the following line of code in the adrotate.php file, around line 19.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;setlocale(LC_ALL, get_locale().&#38;#39;.&#38;#39;.DB_CHARSET);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with the following two lines:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;setlocale(LC_ALL, get_locale().&#38;#39;.&#38;#39;.DB_CHARSET);
setlocale(LC_NUMERIC, &#38;#39;C&#38;#39;);&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Conflict between Gravity Forms 1.5.2.8 and AdRotate 3.6.3"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conflict-between-gravity-forms-1528-and-adrotate-363#post-39188</link>
			<pubDate>Fri, 28 Oct 2011 00:25:58 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">39188@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I will have Alex take a look at this.  Thank you for your patience.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Stefan on "Conflict between Gravity Forms 1.5.2.8 and AdRotate 3.6.3"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conflict-between-gravity-forms-1528-and-adrotate-363#post-39076</link>
			<pubDate>Thu, 27 Oct 2011 05:42:14 +0000</pubDate>
			<dc:creator>Stefan</dc:creator>
			<guid isPermaLink="false">39076@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Chris,&#60;br /&#62;
yes I tried Gravity Forms v1.6 Release Candidate 5. And the problem remains, unfortunately, does not change anything.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Conflict between Gravity Forms 1.5.2.8 and AdRotate 3.6.3"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conflict-between-gravity-forms-1528-and-adrotate-363#post-38740</link>
			<pubDate>Mon, 24 Oct 2011 11:45:26 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">38740@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Have you (Luigi or Stefan) tried the 1.6 release candidate on a test site, to see if the change we made helps your situation?  1.6 is not at the final release yet, but the release candidate is very stable.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Luigi on "Conflict between Gravity Forms 1.5.2.8 and AdRotate 3.6.3"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conflict-between-gravity-forms-1528-and-adrotate-363#post-38670</link>
			<pubDate>Sun, 23 Oct 2011 03:23:57 +0000</pubDate>
			<dc:creator>Luigi</dc:creator>
			<guid isPermaLink="false">38670@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
I have the same problem ! [ &#60;a href=&#34;http://consulenza.avvocato.it/consulenza-legale-on-line/&#34; rel=&#34;nofollow&#34;&#62;http://consulenza.avvocato.it/consulenza-legale-on-line/&#60;/a&#62; ]&#60;br /&#62;
WP 3.0.4&#60;br /&#62;
AdRotate 3.6.3&#60;br /&#62;
Gravity Forms 1.5.3&#60;br /&#62;
Can you help me ?&#60;br /&#62;
Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Stefan on "Conflict between Gravity Forms 1.5.2.8 and AdRotate 3.6.3"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conflict-between-gravity-forms-1528-and-adrotate-363#post-38638</link>
			<pubDate>Sat, 22 Oct 2011 07:04:20 +0000</pubDate>
			<dc:creator>Stefan</dc:creator>
			<guid isPermaLink="false">38638@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Gravityguys :-), I have same problem with adrotate.&#60;br /&#62;
I use 1.5.3 version and 3.6.6 (last) of ADrotate. Please post here the solution or send me PM.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
