<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for scurker.com</title>
	<atom:link href="http://scurker.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://scurker.com</link>
	<description>Blog &#38; Portfolio of Jason Wilson</description>
	<lastBuildDate>Fri, 14 May 2010 04:40:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Migration from Drupal 6.x to Wordpress 2.9x by Celsius1414</title>
		<link>http://scurker.com/blog/2010/02/migration-from-drupal-6-x-to-wordpress-2-9x/#comment-73</link>
		<dc:creator>Celsius1414</dc:creator>
		<pubDate>Fri, 14 May 2010 04:40:34 +0000</pubDate>
		<guid isPermaLink="false">http://scurker.com/?p=50#comment-73</guid>
		<description>Experimenting on transferring a Drupal 6 site into Wordpress 2.9, I ran into some Internal Server 500 Errors after performing the above steps.

After a metric crapload of troubleshooting, I finally figured it out -- if any post_date times are out of order, it will cause an error to happen.

For example:

ID post_date
2  2006-03-16 12:07:27
3  2006-03-16 17:11:07
4  2005-06-22 22:31:31
5  2006-03-16 18:12:09  	

A 500 error happens in this case because post #4 is out of chronological order with the rest of the posts. You can confirm/fix this by either deleting #4 or changing its post_date to fit into that slot.

Since I have nearly 2,000 posts in my database, I am going to have to figure out an automated way to fix the problem. My guess is that I&#039;ll just need to sort the table by post_date, then auto-replace the IDs in the new order.

(This probably would not work for maintaining the URLs of Drupal sites with the node numbers attached -- not without some fancy Apache footwork -- but I have custom URLs so that&#039;s not an issue for me.)

Anyhow, an esoteric issue, but I thought I&#039;d post it here just in case somebody else ran into it. :)</description>
		<content:encoded><![CDATA[<p>Experimenting on transferring a Drupal 6 site into Wordpress 2.9, I ran into some Internal Server 500 Errors after performing the above steps.</p>
<p>After a metric crapload of troubleshooting, I finally figured it out &#8212; if any post_date times are out of order, it will cause an error to happen.</p>
<p>For example:</p>
<p>ID post_date<br />
2  2006-03-16 12:07:27<br />
3  2006-03-16 17:11:07<br />
4  2005-06-22 22:31:31<br />
5  2006-03-16 18:12:09  	</p>
<p>A 500 error happens in this case because post #4 is out of chronological order with the rest of the posts. You can confirm/fix this by either deleting #4 or changing its post_date to fit into that slot.</p>
<p>Since I have nearly 2,000 posts in my database, I am going to have to figure out an automated way to fix the problem. My guess is that I&#8217;ll just need to sort the table by post_date, then auto-replace the IDs in the new order.</p>
<p>(This probably would not work for maintaining the URLs of Drupal sites with the node numbers attached &#8212; not without some fancy Apache footwork &#8212; but I have custom URLs so that&#8217;s not an issue for me.)</p>
<p>Anyhow, an esoteric issue, but I thought I&#8217;d post it here just in case somebody else ran into it. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Migration from Drupal 6.x to Wordpress 2.9x by Sarah</title>
		<link>http://scurker.com/blog/2010/02/migration-from-drupal-6-x-to-wordpress-2-9x/#comment-27</link>
		<dc:creator>Sarah</dc:creator>
		<pubDate>Tue, 13 Apr 2010 01:41:54 +0000</pubDate>
		<guid isPermaLink="false">http://scurker.com/?p=50#comment-27</guid>
		<description>You have absolutely saved my life. I&#039;m working on migrating a client&#039;s local news blog from Drupal to WordPress, and was having no luck until I tried your method. I was beginning to think I was going to have to re-post his more than 2,000 articles one by one.</description>
		<content:encoded><![CDATA[<p>You have absolutely saved my life. I&#8217;m working on migrating a client&#8217;s local news blog from Drupal to WordPress, and was having no luck until I tried your method. I was beginning to think I was going to have to re-post his more than 2,000 articles one by one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Migration from Drupal 6.x to Wordpress 2.9x by Nick</title>
		<link>http://scurker.com/blog/2010/02/migration-from-drupal-6-x-to-wordpress-2-9x/#comment-17</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Mon, 29 Mar 2010 22:36:10 +0000</pubDate>
		<guid isPermaLink="false">http://scurker.com/?p=50#comment-17</guid>
		<description>This was so helpful, thank you very much.</description>
		<content:encoded><![CDATA[<p>This was so helpful, thank you very much.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
