<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Amped about Web Standards &#187; subversion</title>
	<atom:link href="http://www.ampedwebstandards.com/tag/subversion/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ampedwebstandards.com</link>
	<description>Discussion, code examples, and tutorials on web standards and web programming.</description>
	<lastBuildDate>Tue, 23 Feb 2010 10:05:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Blank Post Editing Screen (WSOD) in WordPress 2.8</title>
		<link>http://www.ampedwebstandards.com/2009/11/23/blank-post-editing-screen-wsod-in-wordpress-2-8/</link>
		<comments>http://www.ampedwebstandards.com/2009/11/23/blank-post-editing-screen-wsod-in-wordpress-2-8/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 07:38:39 +0000</pubDate>
		<dc:creator>alan</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[2.8]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wsod]]></category>

		<guid isPermaLink="false">http://www.ampedwebstandards.com/?p=122</guid>
		<description><![CDATA[Since, it took me over an hour to diagnose and fix this issue in one of my own WordPress installations, I thought I would write up a quick how-to on the solution to this issue to hopefully save others in wasting their own time. Symptom: Accessing the Edit screen via WordPress Admin showed a blank [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.ampedwebstandards.com%2F2009%2F11%2F23%2Fblank-post-editing-screen-wsod-in-wordpress-2-8%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.ampedwebstandards.com%2F2009%2F11%2F23%2Fblank-post-editing-screen-wsod-in-wordpress-2-8%2F&amp;source=aswitzer&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Since, it took me over an hour to diagnose and fix this issue in one of my own WordPress installations, I thought I would write up a quick how-to on the solution to this issue to hopefully save others in wasting their own time.</p>
<p><strong>Symptom:</strong></p>
<p>Accessing the Edit screen via WordPress Admin showed a blank screen in several versions of WordPress 2.8. The rest of the Admin was working fine.</p>
<p><strong>Cause:</strong></p>
<p>I use Subversion to automate the update/upgrade to new versions of WordPress. This has worked great for me for awhile without incident. In the most recent update, the post.php file was updated and the Subversion update command changed the ownership of the file to the user <em>root</em>, which my script was running as.</p>
<p>This permission changed caused a subtle PHP error, and since the recent version of PHP 5 on my server has the default behavior of not displaying errors &#8211; a blank white screen was being shown in WordPress.</p>
<p><strong>Fix:</strong></p>
<p>Reset the permissions recursively on your entire WordPress install.</p>
<p>For example, if your user and group were <em>joesmith</em> and <em>users</em>, run the following command at the root of your WordPress install folder:</p>
<blockquote><p>chown -R joesmith:users *</p></blockquote>
<p>You should then be back in business!</p>
<p>So the moral of this story is, if you update your WordPress blog via Subversion &#8211; fix your file permissions afterwards.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ampedwebstandards.com/2009/11/23/blank-post-editing-screen-wsod-in-wordpress-2-8/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
