<?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: Converting bBlog 0.76 to Wordpress 2.0 (Import/Export) Script</title>
	<atom:link href="http://www.shaolintiger.com/2006/07/04/converting-bblog-076-to-wordpress-20-importexport-script/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.shaolintiger.com/2006/07/04/converting-bblog-076-to-wordpress-20-importexport-script/</link>
	<description>Inane Ramblings of a Photographer/Hacker/Brit in Malaysia Eating, Drinking and Partying!</description>
	<lastBuildDate>Sun, 21 Mar 2010 17:41:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jim</title>
		<link>http://www.shaolintiger.com/2006/07/04/converting-bblog-076-to-wordpress-20-importexport-script/#comment-123201</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Sat, 01 Nov 2008 10:44:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.shaolintiger.com/2006/07/04/converting-bblog-076-to-wordpress-20-importexport-script/#comment-123201</guid>
		<description>I don&#039;t have any advice to offer regarding converting themes.  I started over and expect you will too.  

I&#039;m really surprised to learn that someone is still using bBlog.  It&#039;s been years since it was supported.  Wow!</description>
		<content:encoded><![CDATA[<p>I don't have any advice to offer regarding converting themes.  I started over and expect you will too.  </p>
<p>I'm really surprised to learn that someone is still using bBlog.  It's been years since it was supported.  Wow!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alison</title>
		<link>http://www.shaolintiger.com/2006/07/04/converting-bblog-076-to-wordpress-20-importexport-script/#comment-123200</link>
		<dc:creator>Alison</dc:creator>
		<pubDate>Sat, 01 Nov 2008 03:26:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.shaolintiger.com/2006/07/04/converting-bblog-076-to-wordpress-20-importexport-script/#comment-123200</guid>
		<description>Thanks so much for this.  Good thing WP 2.0 is legacy supported and available for download, with the &quot;Debian philosophy&quot;. I&#039;ll convert to WP 2.0 then upgrade. 

Any thoughts on converting over the theme?</description>
		<content:encoded><![CDATA[<p>Thanks so much for this.  Good thing WP 2.0 is legacy supported and available for download, with the "Debian philosophy". I'll convert to WP 2.0 then upgrade. </p>
<p>Any thoughts on converting over the theme?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Ashby</title>
		<link>http://www.shaolintiger.com/2006/07/04/converting-bblog-076-to-wordpress-20-importexport-script/#comment-107622</link>
		<dc:creator>Dan Ashby</dc:creator>
		<pubDate>Tue, 29 Jan 2008 16:06:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.shaolintiger.com/2006/07/04/converting-bblog-076-to-wordpress-20-importexport-script/#comment-107622</guid>
		<description>OK,

I had to allow NULL entries in the following fields:

wp_posts:
post_excerpt
to_ping
pinged
post_content_filtered

wp_categories:
category_description

And also change the date formatting from %G to %Y:

$post_date=strftime(&quot;%Y-%m-%d %T&quot;, $post-&gt;posttime);

Hey BINGO! It works, thanks for a great script.

Dan</description>
		<content:encoded><![CDATA[<p>OK,</p>
<p>I had to allow NULL entries in the following fields:</p>
<p>wp_posts:<br />
post_excerpt<br />
to_ping<br />
pinged<br />
post_content_filtered</p>
<p>wp_categories:<br />
category_description</p>
<p>And also change the date formatting from %G to %Y:</p>
<p>$post_date=strftime("%Y-%m-%d %T", $post-&gt;posttime);</p>
<p>Hey BINGO! It works, thanks for a great script.</p>
<p>Dan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ShaolinTiger</title>
		<link>http://www.shaolintiger.com/2006/07/04/converting-bblog-076-to-wordpress-20-importexport-script/#comment-107620</link>
		<dc:creator>ShaolinTiger</dc:creator>
		<pubDate>Tue, 29 Jan 2008 16:03:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.shaolintiger.com/2006/07/04/converting-bblog-076-to-wordpress-20-importexport-script/#comment-107620</guid>
		<description>Dan it looks like post_excerpt is a not null field, so you have to find out what order to add it in and then add a value for it, might be as much as just adding &#039; &#039;</description>
		<content:encoded><![CDATA[<p>Dan it looks like post_excerpt is a not null field, so you have to find out what order to add it in and then add a value for it, might be as much as just adding ' '</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Ashby</title>
		<link>http://www.shaolintiger.com/2006/07/04/converting-bblog-076-to-wordpress-20-importexport-script/#comment-107593</link>
		<dc:creator>Dan Ashby</dc:creator>
		<pubDate>Tue, 29 Jan 2008 14:23:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.shaolintiger.com/2006/07/04/converting-bblog-076-to-wordpress-20-importexport-script/#comment-107593</guid>
		<description>The first problem is that $HTTP_GET_VARS is deprecated so I changed it to $GET which leaves me with:

WordPress database error: [Field &#039;post_excerpt&#039; doesn&#039;t have a default value]
INSERT INTO wp_posts (post_author, post_date, post_date_gmt, post_content, post_title,post_status, comment_status, ping_status, post_name) VALUES (&#039;1&#039;, &#039;-05-16 &#039;, &#039;-05-16 &#039;, &#039;Jeez, I just couldn\&#039;t be bothered, and it probably would have taken 5 years anyway, to make my own full feautured blog program. So I\&#039;m using this one. It seems pretty easy to drive so there we go. If I can\&#039;t import the old blog entries, I\&#039;ll just put a link up to the old stuff - I guess that\&#039;s easiest and I\&#039;m tired with all this now anyhoo...&#039;, &#039;A new way to blog&#039;, &#039;publish&#039;, &#039;open&#039;, &#039;open&#039;, &#039;a-new-way-to-blog&#039;)

couldn&#039;t get post ID</description>
		<content:encoded><![CDATA[<p>The first problem is that $HTTP_GET_VARS is deprecated so I changed it to $GET which leaves me with:</p>
<p>WordPress database error: [Field 'post_excerpt' doesn't have a default value]<br />
INSERT INTO wp_posts (post_author, post_date, post_date_gmt, post_content, post_title,post_status, comment_status, ping_status, post_name) VALUES ('1', '-05-16 ', '-05-16 ', 'Jeez, I just couldn\'t be bothered, and it probably would have taken 5 years anyway, to make my own full feautured blog program. So I\'m using this one. It seems pretty easy to drive so there we go. If I can\'t import the old blog entries, I\'ll just put a link up to the old stuff - I guess that\'s easiest and I\'m tired with all this now anyhoo...', 'A new way to blog', 'publish', 'open', 'open', 'a-new-way-to-blog')</p>
<p>couldn't get post ID</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://www.shaolintiger.com/2006/07/04/converting-bblog-076-to-wordpress-20-importexport-script/#comment-107587</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Tue, 29 Jan 2008 14:16:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.shaolintiger.com/2006/07/04/converting-bblog-076-to-wordpress-20-importexport-script/#comment-107587</guid>
		<description>Dan Ashby, what failed for you?   Perhaps you have some non-standard modifications to your bblog database structure.  It&#039;s been ages since I migrated so I&#039;m afraid I won&#039;t be much help, but you should post the problem your having specifically.</description>
		<content:encoded><![CDATA[<p>Dan Ashby, what failed for you?   Perhaps you have some non-standard modifications to your bblog database structure.  It's been ages since I migrated so I'm afraid I won't be much help, but you should post the problem your having specifically.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Ashby</title>
		<link>http://www.shaolintiger.com/2006/07/04/converting-bblog-076-to-wordpress-20-importexport-script/#comment-107583</link>
		<dc:creator>Dan Ashby</dc:creator>
		<pubDate>Tue, 29 Jan 2008 14:01:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.shaolintiger.com/2006/07/04/converting-bblog-076-to-wordpress-20-importexport-script/#comment-107583</guid>
		<description>Thanks for the reply - interesting the &#039;Jim&#039; said he had it working with 2.1.2, which I couldn&#039;t. I&#039;ll downgrade and let you know.

Dan</description>
		<content:encoded><![CDATA[<p>Thanks for the reply - interesting the 'Jim' said he had it working with 2.1.2, which I couldn't. I'll downgrade and let you know.</p>
<p>Dan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ShaolinTiger</title>
		<link>http://www.shaolintiger.com/2006/07/04/converting-bblog-076-to-wordpress-20-importexport-script/#comment-107553</link>
		<dc:creator>ShaolinTiger</dc:creator>
		<pubDate>Tue, 29 Jan 2008 11:53:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.shaolintiger.com/2006/07/04/converting-bblog-076-to-wordpress-20-importexport-script/#comment-107553</guid>
		<description>Do note this is for Wordpress 2.0.x only, not tested with 2.1.x or above.

No idea about the picture plugin, you&#039;ll have to hack it yourselves.</description>
		<content:encoded><![CDATA[<p>Do note this is for Wordpress 2.0.x only, not tested with 2.1.x or above.</p>
<p>No idea about the picture plugin, you'll have to hack it yourselves.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Ashby</title>
		<link>http://www.shaolintiger.com/2006/07/04/converting-bblog-076-to-wordpress-20-importexport-script/#comment-107552</link>
		<dc:creator>Dan Ashby</dc:creator>
		<pubDate>Tue, 29 Jan 2008 11:47:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.shaolintiger.com/2006/07/04/converting-bblog-076-to-wordpress-20-importexport-script/#comment-107552</guid>
		<description>Hi Shaolin,

Any news on the question from Andrew Casad? I&#039;m where he is with the picture plugin and it appears to make the script break. Any help would be great...

Dan</description>
		<content:encoded><![CDATA[<p>Hi Shaolin,</p>
<p>Any news on the question from Andrew Casad? I'm where he is with the picture plugin and it appears to make the script break. Any help would be great...</p>
<p>Dan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ShaolinTiger</title>
		<link>http://www.shaolintiger.com/2006/07/04/converting-bblog-076-to-wordpress-20-importexport-script/#comment-91912</link>
		<dc:creator>ShaolinTiger</dc:creator>
		<pubDate>Sun, 02 Dec 2007 18:35:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.shaolintiger.com/2006/07/04/converting-bblog-076-to-wordpress-20-importexport-script/#comment-91912</guid>
		<description>&lt;strong&gt;Mithfindel:&lt;/strong&gt; I&#039;ve uploaded the file again, it got lost in the recent crash. Do note it won&#039;t work if you try and convert to the latest 2.3 version of WP so do convert to an older version. Cheers!</description>
		<content:encoded><![CDATA[<p><strong>Mithfindel:</strong> I've uploaded the file again, it got lost in the recent crash. Do note it won't work if you try and convert to the latest 2.3 version of WP so do convert to an older version. Cheers!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
