<?xml version="1.0" encoding="UTF-8"?><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>Comments on: Oops&#8230;</title>
	<atom:link href="http://morehockeylesswar.org/blog/archive/2008/03/31/oops-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://morehockeylesswar.org/blog/archive/2008/03/31/oops-2/</link>
	<description>Peace, Justice and Hockey</description>
	<pubDate>Fri, 16 May 2008 18:49:52 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Steve</title>
		<link>http://morehockeylesswar.org/blog/archive/2008/03/31/oops-2/#comment-17711</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Sun, 06 Apr 2008 07:08:33 +0000</pubDate>
		<guid isPermaLink="false">http://morehockeylesswar.org/blog/archive/2008/03/31/oops-2/#comment-17711</guid>
		<description>Well, &lt;a href="http://wordpress.org/support/topic/141041" rel="nofollow"&gt;mystery solved&lt;/a&gt;. If you're running WordPress, update to 2.5 ASAP.

Also, make sure to lock down file and directory permissions, and check /tmp on your machine for files written by the account that your Web server runs as, e.g. wwwrun.

I think I've fixed things here, but we'll just have to wait and see if other exploits are discovered in WP, or if there will be lingering damage.</description>
		<content:encoded><![CDATA[<p>Well, <a href="http://wordpress.org/support/topic/141041" rel="nofollow">mystery solved</a>. If you&#8217;re running WordPress, update to 2.5 ASAP.</p>
<p>Also, make sure to lock down file and directory permissions, and check /tmp on your machine for files written by the account that your Web server runs as, e.g. wwwrun.</p>
<p>I think I&#8217;ve fixed things here, but we&#8217;ll just have to wait and see if other exploits are discovered in WP, or if there will be lingering damage.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TriMetiquette</title>
		<link>http://morehockeylesswar.org/blog/archive/2008/03/31/oops-2/#comment-17710</link>
		<dc:creator>TriMetiquette</dc:creator>
		<pubDate>Fri, 04 Apr 2008 20:24:19 +0000</pubDate>
		<guid isPermaLink="false">http://morehockeylesswar.org/blog/archive/2008/03/31/oops-2/#comment-17710</guid>
		<description>Hey Steve,

Man, that's a doozy.  I would probably just get your theme files, write down your plugins you're using, anything else... then just exporting your file, uninstall, and reinstall everything and import your stuff.  Maybe that will switch everything around?

Toughie.  Good luck...</description>
		<content:encoded><![CDATA[<p>Hey Steve,</p>
<p>Man, that&#8217;s a doozy.  I would probably just get your theme files, write down your plugins you&#8217;re using, anything else&#8230; then just exporting your file, uninstall, and reinstall everything and import your stuff.  Maybe that will switch everything around?</p>
<p>Toughie.  Good luck&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://morehockeylesswar.org/blog/archive/2008/03/31/oops-2/#comment-17702</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Wed, 02 Apr 2008 04:52:09 +0000</pubDate>
		<guid isPermaLink="false">http://morehockeylesswar.org/blog/archive/2008/03/31/oops-2/#comment-17702</guid>
		<description>Thanks Jon, but no dice. The plugins magically disabled themselves, probably about the same time the pages converted to posts, and I hadn't upgraded or changed anything. Honest!

Anyway, I just upgraded to 2.5, and the old page permalinks now redirect auto-magically to the pages-as-posts. But I don't see any way to change the post-status field (without dorking with the database in SQL). I'll live with it as it is for now.

Big improvements in 2.5, by the way. Thanks WP community!</description>
		<content:encoded><![CDATA[<p>Thanks Jon, but no dice. The plugins magically disabled themselves, probably about the same time the pages converted to posts, and I hadn&#8217;t upgraded or changed anything. Honest!</p>
<p>Anyway, I just upgraded to 2.5, and the old page permalinks now redirect auto-magically to the pages-as-posts. But I don&#8217;t see any way to change the post-status field (without dorking with the database in SQL). I&#8217;ll live with it as it is for now.</p>
<p>Big improvements in 2.5, by the way. Thanks WP community!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Tillman</title>
		<link>http://morehockeylesswar.org/blog/archive/2008/03/31/oops-2/#comment-17695</link>
		<dc:creator>Jon Tillman</dc:creator>
		<pubDate>Tue, 01 Apr 2008 12:27:34 +0000</pubDate>
		<guid isPermaLink="false">http://morehockeylesswar.org/blog/archive/2008/03/31/oops-2/#comment-17695</guid>
		<description>per above, the rewrite rule may not be necessary since they were pages first...test and see</description>
		<content:encoded><![CDATA[<p>per above, the rewrite rule may not be necessary since they were pages first&#8230;test and see</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Tillman</title>
		<link>http://morehockeylesswar.org/blog/archive/2008/03/31/oops-2/#comment-17694</link>
		<dc:creator>Jon Tillman</dc:creator>
		<pubDate>Tue, 01 Apr 2008 12:26:37 +0000</pubDate>
		<guid isPermaLink="false">http://morehockeylesswar.org/blog/archive/2008/03/31/oops-2/#comment-17694</guid>
		<description>Did your plugins magically disable themselves as well? Did you recently update to 2.3 or2.3.3 without disabling plugins? That can cause problems with plugins that use the wp_terms table. Find out what plugin is causing this and disable it.

To turn them back into pages, change the posts table column "post_status" from "publish" to "static" and make sure there's an apache rewrite rule to reflect the slug of the page.</description>
		<content:encoded><![CDATA[<p>Did your plugins magically disable themselves as well? Did you recently update to 2.3 or2.3.3 without disabling plugins? That can cause problems with plugins that use the wp_terms table. Find out what plugin is causing this and disable it.</p>
<p>To turn them back into pages, change the posts table column &#8220;post_status&#8221; from &#8220;publish&#8221; to &#8220;static&#8221; and make sure there&#8217;s an apache rewrite rule to reflect the slug of the page.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
