<?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>Thu, 09 Feb 2012 11:20:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<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&#8217;t have any advice to offer regarding converting themes.  I started over and expect you will too.  </p>
<p>I&#8217;m really surprised to learn that someone is still using bBlog.  It&#8217;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 &#8220;Debian philosophy&#8221;. I&#8217;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(&#8220;%Y-%m-%d %T&#8221;, $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 &#8216; &#8216;</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 (&#8217;1&#8242;, &#8216;-05-16 &#8216;, &#8216;-05-16 &#8216;, &#8216;Jeez, I just couldn\&#8217;t be bothered, and it probably would have taken 5 years anyway, to make my own full feautured blog program. So I\&#8217;m using this one. It seems pretty easy to drive so there we go. If I can\&#8217;t import the old blog entries, I\&#8217;ll just put a link up to the old stuff &#8211; I guess that\&#8217;s easiest and I\&#8217;m tired with all this now anyhoo&#8230;&#8217;, &#8216;A new way to blog&#8217;, &#8216;publish&#8217;, &#8216;open&#8217;, &#8216;open&#8217;, &#8216;a-new-way-to-blog&#8217;)</p>
<p>couldn&#8217;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&#8217;s been ages since I migrated so I&#8217;m afraid I won&#8217;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 &#8211; interesting the &#8216;Jim&#8217; said he had it working with 2.1.2, which I couldn&#8217;t. I&#8217;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&#8217;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&#8217;m where he is with the picture plugin and it appears to make the script break. Any help would be great&#8230;</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&#8217;ve uploaded the file again, it got lost in the recent crash. Do note it won&#8217;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>

