<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1-alpha-2539" -->
<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>WordPress.com Forums &#187; Topic: How do you fix a fatal error for Jetpack?</title>
		<link>http://en.forums.wordpress.com/topic/fatal-error-for-jetpack</link>
		<description>WordPress.com Forums &#187; Topic: How do you fix a fatal error for Jetpack?</description>
		<language>en</language>
		<pubDate>Thu, 23 May 2013 14:06:13 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/fatal-error-for-jetpack" rel="self" type="application/rss+xml" />

		<item>
			<title>umadoshi on "How do you fix a fatal error for Jetpack?"</title>
			<link>http://en.forums.wordpress.com/topic/fatal-error-for-jetpack#post-606436</link>
			<pubDate>Wed, 18 May 2011 08:32:09 +0000</pubDate>
			<dc:creator>umadoshi</dc:creator>
			<guid isPermaLink="false">606436@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks for the reply... I will give it a shot.</p>
<p>If it doesn't work, I will just try to rever back to the initial installation of wordpress.
</p>
]]></description>
					</item>
		<item>
			<title>westi on "How do you fix a fatal error for Jetpack?"</title>
			<link>http://en.forums.wordpress.com/topic/fatal-error-for-jetpack#post-606433</link>
			<pubDate>Wed, 18 May 2011 08:22:06 +0000</pubDate>
			<dc:creator>westi</dc:creator>
			<guid isPermaLink="false">606433@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>It looks like your WordPress install is missing or has corrupt versions of some core files.</p>
<blockquote><p>Fatal error: Call to undefined function get_file_data() in /home/content/u/m/a/umadoshi/html/wp-content/plugins/jetpack/jetpack.php on line 278
</p></blockquote>
<p>This is for Jetpack trying to call a core WordPress function - <em>get_file_data</em> which is defined in <em>wp-includes/functions.php</em>.</p>
<p>It sounds like during the upgrade of your WordPress install some files got corrupted. The best thing to do is to replace the <em>wp-includes/functions.php</em> file with a new version and see if this resolves the error or a new one appears.</p>
<p>You can do this by downloading the zip file for your WordPress version from here: <a href="http://wordpress.org/download/release-archive/" rel="nofollow">http://wordpress.org/download/release-archive/</a> and then uploading the file using FTP.
</p>
]]></description>
					</item>
		<item>
			<title>umadoshi on "How do you fix a fatal error for Jetpack?"</title>
			<link>http://en.forums.wordpress.com/topic/fatal-error-for-jetpack#post-606429</link>
			<pubDate>Wed, 18 May 2011 08:11:09 +0000</pubDate>
			<dc:creator>umadoshi</dc:creator>
			<guid isPermaLink="false">606429@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I am hosted at GoDaddy.com, and have performed a wordpress update on their system... that might very well be the fatal error... however, the blog was working properly... and now it returns the following:</p>
<p>Fatal error: Call to undefined function get_file_data() in /home/content/u/m/a/umadoshi/html/wp-content/plugins/jetpack/jetpack.php on line 278</p>
<p>I have deleted jetpack plugin, downloaded the latest version, and uploaded it to the proper location on the FTP server. The error remains.</p>
<p>I am using CreativeSpark theme.</p>
<p>Here is the code that supposedly is causing the error:</p>
<p>/**<br />
	 * Load module data from module file. Headers differ from WordPress<br />
	 * plugin headers to avoid them being identified as standalone<br />
	 * plugins on the WordPress plugins page.<br />
	 */<br />
	function get_module( $module ) {<br />
		$headers = array(<br />
			\'name\' =&#62; \'Module Name\',<br />
			\'description\' =&#62; \'Module Description\',<br />
			\'sort\' =&#62; \'Sort Order\',<br />
		);<br />
		$file = Jetpack::get_module_path( Jetpack::get_module_slug( $module ) );<br />
		$mod = get_file_data( $file, $headers );<br />
		if ( empty( $mod[\'sort\'] ) )<br />
			$mod[\'sort\'] = 10;<br />
		if ( !empty( $mod[\'name\'] ) )<br />
			return $mod;<br />
		return false;<br />
	}</p>
<p>Thanks for your help...<br />
Blog url: <a href="http://www.umadoshi.com" rel="nofollow">http://www.umadoshi.com</a>
</p>
]]></description>
					</item>

	</channel>
</rss>
