<?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: Migrating from BlogEngine.NET to WordPress</title>
	<atom:link href="http://www.craigbailey.net/migrating-from-blogengine-net-to-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.craigbailey.net/migrating-from-blogengine-net-to-wordpress/</link>
	<description>Clarity on Microsoft, SEO &#38; WordPress</description>
	<lastBuildDate>Fri, 30 Jul 2010 13:59:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Andrea Moro</title>
		<link>http://www.craigbailey.net/migrating-from-blogengine-net-to-wordpress/#comment-11792</link>
		<dc:creator>Andrea Moro</dc:creator>
		<pubDate>Thu, 25 Feb 2010 23:39:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.craigbailey.net/migrating-from-blogengine-net-to-wordpress/#comment-11792</guid>
		<description>Craig,

You won a beer. I was giving up while importing from DotNetBlog engine, while I say, let me try to add these lines he suggest ...
ini_set(&quot;memory_limit&quot;,&quot;146M&quot;); 
ini_set(&quot;max_execution_time&quot;, &quot;300&quot;); 
ini_set(&quot;max_input_time&quot;, &quot;300&quot;); 

And that solved the problem.
Thanks man.</description>
		<content:encoded><![CDATA[<p>Craig,</p>
<p>You won a beer. I was giving up while importing from DotNetBlog engine, while I say, let me try to add these lines he suggest &#8230;<br />
ini_set(&#8220;memory_limit&#8221;,&#8221;146M&#8221;);<br />
ini_set(&#8220;max_execution_time&#8221;, &#8220;300&#8243;);<br />
ini_set(&#8220;max_input_time&#8221;, &#8220;300&#8243;); </p>
<p>And that solved the problem.<br />
Thanks man.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Craig Bailey</title>
		<link>http://www.craigbailey.net/migrating-from-blogengine-net-to-wordpress/#comment-11320</link>
		<dc:creator>Craig Bailey</dc:creator>
		<pubDate>Tue, 16 Feb 2010 01:16:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.craigbailey.net/migrating-from-blogengine-net-to-wordpress/#comment-11320</guid>
		<description>Hi George. Hmmm I can&#039;t think what is causing this.
Feel free to email me your xml file if you like and I&#039;ll take a look. I suspect it will be something to do with the xml rather than something on your environment.
But, just to check - are you running this on Apache, or on IIS?</description>
		<content:encoded><![CDATA[<p>Hi George. Hmmm I can&#8217;t think what is causing this.<br />
Feel free to email me your xml file if you like and I&#8217;ll take a look. I suspect it will be something to do with the xml rather than something on your environment.<br />
But, just to check &#8211; are you running this on Apache, or on IIS?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George</title>
		<link>http://www.craigbailey.net/migrating-from-blogengine-net-to-wordpress/#comment-11146</link>
		<dc:creator>George</dc:creator>
		<pubDate>Thu, 11 Feb 2010 20:58:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.craigbailey.net/migrating-from-blogengine-net-to-wordpress/#comment-11146</guid>
		<description>For some reason I keep getting this error:
Warning: Invalid argument supplied for foreach() in /home/ringof/public_html/wp-admin/import/blogml.php on line 126

Warning: Invalid argument supplied for foreach() in /home/ringof/public_html/wp-admin/import/blogml.php on line 133

Anyone else running into this? 

The file is very small so I am not sure what the issue is.

Please help.

George</description>
		<content:encoded><![CDATA[<p>For some reason I keep getting this error:<br />
Warning: Invalid argument supplied for foreach() in /home/ringof/public_html/wp-admin/import/blogml.php on line 126</p>
<p>Warning: Invalid argument supplied for foreach() in /home/ringof/public_html/wp-admin/import/blogml.php on line 133</p>
<p>Anyone else running into this? </p>
<p>The file is very small so I am not sure what the issue is.</p>
<p>Please help.</p>
<p>George</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Craig Bailey</title>
		<link>http://www.craigbailey.net/migrating-from-blogengine-net-to-wordpress/#comment-6394</link>
		<dc:creator>Craig Bailey</dc:creator>
		<pubDate>Wed, 04 Nov 2009 23:51:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.craigbailey.net/migrating-from-blogengine-net-to-wordpress/#comment-6394</guid>
		<description>Hmmm...
I checked my upload directories and DID find a copy of the xml file converted into a text file, so that must be part of the process. And also shows that the start of the process is working for you. I&#039;m not sure why it is bombing out for you though.
Is yours a big file? If so, perhaps you might try trimming it down to a really small sample, just to test the process. I know I had memory issues initially, and had to increase the limits (as per my Step 7). However, my process did show me an error message - unlike yours which doesn&#039;t seem to be saying anything, so this is just a guess.</description>
		<content:encoded><![CDATA[<p>Hmmm&#8230;<br />
I checked my upload directories and DID find a copy of the xml file converted into a text file, so that must be part of the process. And also shows that the start of the process is working for you. I&#8217;m not sure why it is bombing out for you though.<br />
Is yours a big file? If so, perhaps you might try trimming it down to a really small sample, just to test the process. I know I had memory issues initially, and had to increase the limits (as per my Step 7). However, my process did show me an error message &#8211; unlike yours which doesn&#8217;t seem to be saying anything, so this is just a guess.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christof</title>
		<link>http://www.craigbailey.net/migrating-from-blogengine-net-to-wordpress/#comment-6386</link>
		<dc:creator>Christof</dc:creator>
		<pubDate>Wed, 04 Nov 2009 15:12:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.craigbailey.net/migrating-from-blogengine-net-to-wordpress/#comment-6386</guid>
		<description>Hi Craig
Yes, I went through the import feature in the WP admin interface. I choose Blog ML, indicated the file and clicked on upload and import. The page was reloaded but then there was only the title Import BlogML. No error message at all. It almost looked like something was missing or not displayed correctly.

When I checked the filesystem I found the blogml file as text file in the upload folder.</description>
		<content:encoded><![CDATA[<p>Hi Craig<br />
Yes, I went through the import feature in the WP admin interface. I choose Blog ML, indicated the file and clicked on upload and import. The page was reloaded but then there was only the title Import BlogML. No error message at all. It almost looked like something was missing or not displayed correctly.</p>
<p>When I checked the filesystem I found the blogml file as text file in the upload folder.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Craig Bailey</title>
		<link>http://www.craigbailey.net/migrating-from-blogengine-net-to-wordpress/#comment-6376</link>
		<dc:creator>Craig Bailey</dc:creator>
		<pubDate>Wed, 04 Nov 2009 13:04:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.craigbailey.net/migrating-from-blogengine-net-to-wordpress/#comment-6376</guid>
		<description>Hi Christof.
Just checking, when you imported the XML file (Step 8 in my list above), in WordPress did you go to:
Tools -&gt; Import -&gt; BlogML
If you did it should have walked you through the rest of the process.
I&#039;m wondering if you did something else?
I&#039;ll update my list above to make it clearer.</description>
		<content:encoded><![CDATA[<p>Hi Christof.<br />
Just checking, when you imported the XML file (Step 8 in my list above), in WordPress did you go to:<br />
Tools -> Import -> BlogML<br />
If you did it should have walked you through the rest of the process.<br />
I&#8217;m wondering if you did something else?<br />
I&#8217;ll update my list above to make it clearer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christof</title>
		<link>http://www.craigbailey.net/migrating-from-blogengine-net-to-wordpress/#comment-6372</link>
		<dc:creator>Christof</dc:creator>
		<pubDate>Wed, 04 Nov 2009 12:18:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.craigbailey.net/migrating-from-blogengine-net-to-wordpress/#comment-6372</guid>
		<description>Hi 
I tried to import the blogml file with my former blogengine.net posts. however it is just uploaded to the corresponding folder: wp-content/uploads/ but the posts are not imported. when i have a look in the directories I see that the xml file has been changed into a txt file.
Any ideas why?</description>
		<content:encoded><![CDATA[<p>Hi<br />
I tried to import the blogml file with my former blogengine.net posts. however it is just uploaded to the corresponding folder: wp-content/uploads/ but the posts are not imported. when i have a look in the directories I see that the xml file has been changed into a txt file.<br />
Any ideas why?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Craig Bailey</title>
		<link>http://www.craigbailey.net/migrating-from-blogengine-net-to-wordpress/#comment-5507</link>
		<dc:creator>Craig Bailey</dc:creator>
		<pubDate>Thu, 08 Oct 2009 03:19:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.craigbailey.net/migrating-from-blogengine-net-to-wordpress/#comment-5507</guid>
		<description>Thanks Wayne,
Yes, feel free to add a link to your post if you think it will provide help for readers.
Links in old BE.NET comments came across fine (both in commentor names, and in the comment text).</description>
		<content:encoded><![CDATA[<p>Thanks Wayne,<br />
Yes, feel free to add a link to your post if you think it will provide help for readers.<br />
Links in old BE.NET comments came across fine (both in commentor names, and in the comment text).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wayne</title>
		<link>http://www.craigbailey.net/migrating-from-blogengine-net-to-wordpress/#comment-5506</link>
		<dc:creator>Wayne</dc:creator>
		<pubDate>Thu, 08 Oct 2009 03:04:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.craigbailey.net/migrating-from-blogengine-net-to-wordpress/#comment-5506</guid>
		<description>I concur with Mark, you won&#039;t look back.  I haven&#039;t either.  

How did the links in your existing comments on posts turn out?  ;)  I&#039;d be happy to provide a link to my post on getting the images transferred if you&#039;d like.

I switched due to GoDaddy&#039;s unlimited web site package failing to take into account that .net sites need their own app space...</description>
		<content:encoded><![CDATA[<p>I concur with Mark, you won&#8217;t look back.  I haven&#8217;t either.  </p>
<p>How did the links in your existing comments on posts turn out?  <img src='http://cdn.craigbailey.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />   I&#8217;d be happy to provide a link to my post on getting the images transferred if you&#8217;d like.</p>
<p>I switched due to GoDaddy&#8217;s unlimited web site package failing to take into account that .net sites need their own app space&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Cohen</title>
		<link>http://www.craigbailey.net/migrating-from-blogengine-net-to-wordpress/#comment-5499</link>
		<dc:creator>Mark Cohen</dc:creator>
		<pubDate>Wed, 07 Oct 2009 13:47:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.craigbailey.net/migrating-from-blogengine-net-to-wordpress/#comment-5499</guid>
		<description>You won&#039;t look back.  On either Dreamhost or Wordpress.  Both rock.</description>
		<content:encoded><![CDATA[<p>You won&#8217;t look back.  On either Dreamhost or Wordpress.  Both rock.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Served from: www.craigbailey.net @ 2010-07-31 23:02:51 by W3 Total Cache -->