<?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: Plugin update notifications</title>
		<link>https://legacy.forums.gravityhelp.com/topic/plugin-update-notifications</link>
		<description>Gravity Support Forums Topic: Plugin update notifications</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 19:13:19 +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/plugin-update-notifications" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Plugin update notifications"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/plugin-update-notifications#post-31474</link>
			<pubDate>Tue, 02 Aug 2011 17:12:48 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">31474@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Please post back what you find out.  Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Bryan Hoffman on "Plugin update notifications"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/plugin-update-notifications#post-31471</link>
			<pubDate>Tue, 02 Aug 2011 16:52:45 +0000</pubDate>
			<dc:creator>Bryan Hoffman</dc:creator>
			<guid isPermaLink="false">31471@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;blockquote&#62;&#60;p&#62;You initially mentioned &#34;modified version of Gravity Forms&#34; - any modifications that might affect this?&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;This may be the case. A third party dev did the modifications, and I've had a few other issues related to their work as well. &#60;/p&#62;
&#60;p&#62;Thanks, I'll contact them about this .
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Plugin update notifications"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/plugin-update-notifications#post-31335</link>
			<pubDate>Mon, 01 Aug 2011 14:25:14 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">31335@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You initially mentioned &#34;modified version of Gravity Forms&#34; - any modifications that might affect this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Plugin update notifications"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/plugin-update-notifications#post-31334</link>
			<pubDate>Mon, 01 Aug 2011 14:24:39 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">31334@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Is Gravity Forms activated?  It's almost like it's not initialized when processing your functions.php to give an error like that.  It's not a syntax error: it's just that the GFCommon class is not available.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Bryan Hoffman on "Plugin update notifications"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/plugin-update-notifications#post-31333</link>
			<pubDate>Mon, 01 Aug 2011 14:09:35 +0000</pubDate>
			<dc:creator>Bryan Hoffman</dc:creator>
			<guid isPermaLink="false">31333@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Chris, thanks for the quick reply -&#60;/p&#62;
&#60;p&#62;Here's the code as I'm using it in functions.php: &#60;a href=&#34;http://pastie.org/2304939&#34; rel=&#34;nofollow&#34;&#62;http://pastie.org/2304939&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;In the error logs I found this:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;PHP Fatal error:  Class &#38;#39;GFCommon&#38;#39; not found in /var/www/vhosts/eggsample.com/httpdocs/wp-content/themes/poetmillions/functions.php on line 195&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Line 195 corresponds to the code (copied and pasted as is) from Alex.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Plugin update notifications"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/plugin-update-notifications#post-31332</link>
			<pubDate>Mon, 01 Aug 2011 13:54:54 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">31332@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Please post how you used that code.  I am using that exact code in my functions.php without a problem.  Please use pastie.org and post the relevant section of your functions.php&#60;/p&#62;
&#60;p&#62;A blank admin page usually means a 500 Internal Server error, so if you have access to error logs, you should be able to spot the error.  Also, if you have access to a command line, you can check the syntax of your functions.php for errors.  If not, there are online syntax checkers for PHP as well.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Bryan Hoffman on "Plugin update notifications"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/plugin-update-notifications#post-31330</link>
			<pubDate>Mon, 01 Aug 2011 13:43:39 +0000</pubDate>
			<dc:creator>Bryan Hoffman</dc:creator>
			<guid isPermaLink="false">31330@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;A client is using a modified version of Gravity Forms and would like to have both the WP and GF notifications disabled. &#60;/p&#62;
&#60;p&#62;The code found on this thread: &#60;a href=&#34;http://www.gravityhelp.com/forums/topic/disable-there-is-an-update-available-for-gravity-forms-notification&#34; rel=&#34;nofollow&#34;&#62;Disable &#34;There is an update available for Gravity Forms&#34; notification&#60;/a&#62; produced a blank admin page.&#60;/p&#62;
&#60;p&#62;Can anyone help with the code that I'd need to disable WP updates for just GF, and perhaps tell me what I did wrong with the code above?&#60;/p&#62;
&#60;p&#62;Currently running WP 3.2.1&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
~ Bryan
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
