<?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 on: Migration from Drupal 6.x to WordPress 2.9x</title>
	<atom:link href="http://scurker.com/blog/2010/02/migration-from-drupal-6-x-to-wordpress-2-9x/feed/" rel="self" type="application/rss+xml" />
	<link>http://scurker.com/blog/2010/02/migration-from-drupal-6-x-to-wordpress-2-9x/</link>
	<description>Blog &#38; Portfolio of Jason Wilson</description>
	<lastBuildDate>Fri, 09 Mar 2012 16:16:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: John</title>
		<link>http://scurker.com/blog/2010/02/migration-from-drupal-6-x-to-wordpress-2-9x/#comment-6543</link>
		<dc:creator>John</dc:creator>
		<pubDate>Fri, 09 Mar 2012 16:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://scurker.com/?p=50#comment-6543</guid>
		<description>Thanks for this, but this doesn&#039;t do any custom things like:
Some Taxonomies to Tags
Some Taxonomies to Category
Category parent-child relationship
Custom fields and Custom Content Types
Featured images 
...
However I just found gConverter from the Twitter, I need convert all components  listed here: http://gconverter.com/drupal-to-wordpress/ .</description>
		<content:encoded><![CDATA[<p>Thanks for this, but this doesn&#8217;t do any custom things like:<br />
Some Taxonomies to Tags<br />
Some Taxonomies to Category<br />
Category parent-child relationship<br />
Custom fields and Custom Content Types<br />
Featured images<br />
&#8230;<br />
However I just found gConverter from the Twitter, I need convert all components  listed here: <a href="http://gconverter.com/drupal-to-wordpress/" rel="nofollow">http://gconverter.com/drupal-to-wordpress/</a> .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Este blog ya está migrado de Drupal 6 a Wordpress 3 &#124; Notas de ant30</title>
		<link>http://scurker.com/blog/2010/02/migration-from-drupal-6-x-to-wordpress-2-9x/#comment-5420</link>
		<dc:creator>Este blog ya está migrado de Drupal 6 a Wordpress 3 &#124; Notas de ant30</dc:creator>
		<pubDate>Wed, 28 Dec 2011 13:43:37 +0000</pubDate>
		<guid isPermaLink="false">http://scurker.com/?p=50#comment-5420</guid>
		<description>[...] Migration from Drupal 6.x to WordPress 2.9x [...]</description>
		<content:encoded><![CDATA[<p>[...] Migration from Drupal 6.x to WordPress 2.9x [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Velimir</title>
		<link>http://scurker.com/blog/2010/02/migration-from-drupal-6-x-to-wordpress-2-9x/#comment-3148</link>
		<dc:creator>Velimir</dc:creator>
		<pubDate>Fri, 19 Aug 2011 13:04:14 +0000</pubDate>
		<guid isPermaLink="false">http://scurker.com/?p=50#comment-3148</guid>
		<description>Hello,

Can you please let me know why last step cannot be inserted? Can you please explain this last step, because for me it cannot work properly.

Thanks</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Can you please let me know why last step cannot be inserted? Can you please explain this last step, because for me it cannot work properly.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Migración de Drupal a WordPress</title>
		<link>http://scurker.com/blog/2010/02/migration-from-drupal-6-x-to-wordpress-2-9x/#comment-158</link>
		<dc:creator>Migración de Drupal a WordPress</dc:creator>
		<pubDate>Sat, 24 Jul 2010 17:25:30 +0000</pubDate>
		<guid isPermaLink="false">http://scurker.com/?p=50#comment-158</guid>
		<description>[...] de la consultas SQL utilizadas a continuación están basadas en el proceso de migración detallado en esta página, aunque adaptadas para mi caso concreto y/o corregidas.  7.1. Abrir MySQL 7.2. Vaciar todos los [...]</description>
		<content:encoded><![CDATA[<p>[...] de la consultas SQL utilizadas a continuación están basadas en el proceso de migración detallado en esta página, aunque adaptadas para mi caso concreto y/o corregidas.  7.1. Abrir MySQL 7.2. Vaciar todos los [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>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>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>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>

