<?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: Blogger Beta to WordPress Import Error Solved with BB2WP</title>
	<atom:link href="http://www.seoreligion.com/blogger-beta-to-wordpress-import-error-solved-with-bb2wp.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.seoreligion.com/blogger-beta-to-wordpress-import-error-solved-with-bb2wp.html</link>
	<description>A Blog of Benj Arriola</description>
	<lastBuildDate>Thu, 26 Jan 2012 21:43:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Ituloy AngSulong</title>
		<link>http://www.seoreligion.com/blogger-beta-to-wordpress-import-error-solved-with-bb2wp.html/comment-page-1#comment-50363</link>
		<dc:creator>Ituloy AngSulong</dc:creator>
		<pubDate>Tue, 30 Jan 2007 20:16:49 +0000</pubDate>
		<guid isPermaLink="false">http://downloads.ituloy-angsulong.com/blogger-beta-to-wordpress-import-error-solved-with-bb2wp.html#comment-50363</guid>
		<description>Saw your other comments tchandler. I decided to delete them since I fixed it already. There indeed was code in there which I used on my daughter&#039;s blog. And purposely did that for my daughter&#039;s blog. But I believe the code was left in there, my bad. It&#039;s all fixed now.</description>
		<content:encoded><![CDATA[<p>Saw your other comments tchandler. I decided to delete them since I fixed it already. There indeed was code in there which I used on my daughter&#8217;s blog. And purposely did that for my daughter&#8217;s blog. But I believe the code was left in there, my bad. It&#8217;s all fixed now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tchandler</title>
		<link>http://www.seoreligion.com/blogger-beta-to-wordpress-import-error-solved-with-bb2wp.html/comment-page-1#comment-50362</link>
		<dc:creator>tchandler</dc:creator>
		<pubDate>Sun, 28 Jan 2007 21:31:08 +0000</pubDate>
		<guid isPermaLink="false">http://downloads.ituloy-angsulong.com/blogger-beta-to-wordpress-import-error-solved-with-bb2wp.html#comment-50362</guid>
		<description>odd. couldn&#039;t even post the broken code. here&#039;s a screenshot. hopefully you&#039;ll be able to answer and not just delete this comment:</description>
		<content:encoded><![CDATA[<p>odd. couldn&#8217;t even post the broken code. here&#8217;s a screenshot. hopefully you&#8217;ll be able to answer and not just delete this comment:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://www.seoreligion.com/blogger-beta-to-wordpress-import-error-solved-with-bb2wp.html/comment-page-1#comment-50361</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Tue, 23 Jan 2007 19:55:33 +0000</pubDate>
		<guid isPermaLink="false">http://downloads.ituloy-angsulong.com/blogger-beta-to-wordpress-import-error-solved-with-bb2wp.html#comment-50361</guid>
		<description>I figured it out.

I changed line 149 to the following:

$commentfile = str_replace(&quot;&quot;,&quot;&quot;,$params[6]);

I know I probably just cold have changed it to be:

$commentfile = $param[6];

But I tried that first, and it worked, so that was good enough for me.

Thanks.</description>
		<content:encoded><![CDATA[<p>I figured it out.</p>
<p>I changed line 149 to the following:</p>
<p>$commentfile = str_replace(&#8220;&#8221;,&#8221;",$params[6]);</p>
<p>I know I probably just cold have changed it to be:</p>
<p>$commentfile = $param[6];</p>
<p>But I tried that first, and it worked, so that was good enough for me.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://www.seoreligion.com/blogger-beta-to-wordpress-import-error-solved-with-bb2wp.html/comment-page-1#comment-50360</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Tue, 23 Jan 2007 19:24:20 +0000</pubDate>
		<guid isPermaLink="false">http://downloads.ituloy-angsulong.com/blogger-beta-to-wordpress-import-error-solved-with-bb2wp.html#comment-50360</guid>
		<description>First off, this is great.  Thanks for your hard work!

I tried to use your tool, and it worked wonderfully except for importing my comments.  I&#039;m getting an error on every post that contains comments.  It says there is a problem on line 167.

I&#039;m working in a folder called wordpress in my root directory.  This is the warning I get:

Warning: file_get_contents(http:///wordpress/bb2wp/2006/10/post-name.html) [function.file-get-contents]: failed to open stream: Invalid argument in /username/public_html/wordpress/bb2wp/import.php on line 167

I believe there is a problem with str_replace for $commentfile in line 149, but I&#039;m not sure exactly what to change to make it work.

It says:

$commentfile = str_replace(&quot;http:///bb2wp/&quot;,&quot;&quot;,str_replace($_SERVER[HTTP_HOST],&quot;&quot;,$params[6]));

But I&#039;m wondering if there&#039;s a problem with the &quot;http:///bb2wp/&quot; part.

I could be way off base, but I&#039;d appreciate any help you can give me.

Thanks!</description>
		<content:encoded><![CDATA[<p>First off, this is great.  Thanks for your hard work!</p>
<p>I tried to use your tool, and it worked wonderfully except for importing my comments.  I&#8217;m getting an error on every post that contains comments.  It says there is a problem on line 167.</p>
<p>I&#8217;m working in a folder called wordpress in my root directory.  This is the warning I get:</p>
<p>Warning: file_get_contents(http:///wordpress/bb2wp/2006/10/post-name.html) [function.file-get-contents]: failed to open stream: Invalid argument in /username/public_html/wordpress/bb2wp/import.php on line 167</p>
<p>I believe there is a problem with str_replace for $commentfile in line 149, but I&#8217;m not sure exactly what to change to make it work.</p>
<p>It says:</p>
<p>$commentfile = str_replace(&#8220;http:///bb2wp/&#8221;,&#8221;",str_replace($_SERVER[HTTP_HOST],&#8221;",$params[6]));</p>
<p>But I&#8217;m wondering if there&#8217;s a problem with the &#8220;http:///bb2wp/&#8221; part.</p>
<p>I could be way off base, but I&#8217;d appreciate any help you can give me.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean</title>
		<link>http://www.seoreligion.com/blogger-beta-to-wordpress-import-error-solved-with-bb2wp.html/comment-page-1#comment-50359</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Sat, 20 Jan 2007 18:23:04 +0000</pubDate>
		<guid isPermaLink="false">http://downloads.ituloy-angsulong.com/blogger-beta-to-wordpress-import-error-solved-with-bb2wp.html#comment-50359</guid>
		<description>I was trying to import and i got this sql error:

Query failed: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near &#039;75&#039; , post_date = &#039;2005-06-09 10:48:10&#039; , post_date_gmt = &#039;2005-&#039; at line 2

Any ideas?</description>
		<content:encoded><![CDATA[<p>I was trying to import and i got this sql error:</p>
<p>Query failed: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near &#8217;75&#8242; , post_date = &#8217;2005-06-09 10:48:10&#8242; , post_date_gmt = &#8217;2005-&#8217; at line 2</p>
<p>Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jerry Wipf</title>
		<link>http://www.seoreligion.com/blogger-beta-to-wordpress-import-error-solved-with-bb2wp.html/comment-page-1#comment-50358</link>
		<dc:creator>Jerry Wipf</dc:creator>
		<pubDate>Thu, 18 Jan 2007 23:20:33 +0000</pubDate>
		<guid isPermaLink="false">http://downloads.ituloy-angsulong.com/blogger-beta-to-wordpress-import-error-solved-with-bb2wp.html#comment-50358</guid>
		<description>Thank you so much for responding my friend.  I appreciate it.
I tried it and for some reason it did not transfer anything.  I will try it again as I am sure I made an error somewhere.  Sometimes I wish I was more of a geek.  lol</description>
		<content:encoded><![CDATA[<p>Thank you so much for responding my friend.  I appreciate it.<br />
I tried it and for some reason it did not transfer anything.  I will try it again as I am sure I made an error somewhere.  Sometimes I wish I was more of a geek.  lol</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ituloy AngSulong</title>
		<link>http://www.seoreligion.com/blogger-beta-to-wordpress-import-error-solved-with-bb2wp.html/comment-page-1#comment-50357</link>
		<dc:creator>Ituloy AngSulong</dc:creator>
		<pubDate>Wed, 17 Jan 2007 07:30:54 +0000</pubDate>
		<guid isPermaLink="false">http://downloads.ituloy-angsulong.com/blogger-beta-to-wordpress-import-error-solved-with-bb2wp.html#comment-50357</guid>
		<description>Hi Jerry,

Question One:
Point it to the new blog www/myblog/bb2wp

Question Two:
Replace your whole template with the code provided. There should be nothing else in the template but the code provided above. Better yet, just download the file &lt;a rel=&quot;nofollow&quot; href=&quot;http://www.isulongseoph.com.ph/bb2wp.zip&quot; rel=&quot;nofollow&quot;&gt;bb2wp&lt;/a&gt; and upload the import.php file to: myblog/bb2wp/import.php and visit it in your browser. The instructions are there and will not run right away, and you need to read it again and make sure everything is done before you click on the link to run it. Hopefully nothing goes wrong. When you use this code as your template, your template will look totally terrible. Your blog will not look presentable at all. But at least it will be in a more simple way that the script can read and import well.</description>
		<content:encoded><![CDATA[<p>Hi Jerry,</p>
<p>Question One:<br />
Point it to the new blog www/myblog/bb2wp</p>
<p>Question Two:<br />
Replace your whole template with the code provided. There should be nothing else in the template but the code provided above. Better yet, just download the file <a rel="nofollow" href="http://www.isulongseoph.com.ph/bb2wp.zip" rel="nofollow">bb2wp</a> and upload the import.php file to: myblog/bb2wp/import.php and visit it in your browser. The instructions are there and will not run right away, and you need to read it again and make sure everything is done before you click on the link to run it. Hopefully nothing goes wrong. When you use this code as your template, your template will look totally terrible. Your blog will not look presentable at all. But at least it will be in a more simple way that the script can read and import well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jerry Wipf</title>
		<link>http://www.seoreligion.com/blogger-beta-to-wordpress-import-error-solved-with-bb2wp.html/comment-page-1#comment-50356</link>
		<dc:creator>Jerry Wipf</dc:creator>
		<pubDate>Wed, 17 Jan 2007 06:53:23 +0000</pubDate>
		<guid isPermaLink="false">http://downloads.ituloy-angsulong.com/blogger-beta-to-wordpress-import-error-solved-with-bb2wp.html#comment-50356</guid>
		<description>Thanks for posting this for us.  Appreciate it..

Couple Questions.

My current blog is at http://www.mydomain.com/blog

I am using the Blogger FTP for that blog..

My New Wordpress Blog Location is http://www.mydomain.com/myblog

Does that mean that I point the file to
www/blog/bb2wp

or do I point it to the new blog
www/myblog/bb2wp

And my second question is about your last step..

Do I paste the code (as an entire blog of code) ANYWHERE in my template or does it have to be in a certain place within the template..

Thanks A Million For All Your Help.

Peace
Jerry</description>
		<content:encoded><![CDATA[<p>Thanks for posting this for us.  Appreciate it..</p>
<p>Couple Questions.</p>
<p>My current blog is at <a href="http://www.mydomain.com/blog" rel="nofollow">http://www.mydomain.com/blog</a></p>
<p>I am using the Blogger FTP for that blog..</p>
<p>My New WordPress Blog Location is <a href="http://www.mydomain.com/myblog" rel="nofollow">http://www.mydomain.com/myblog</a></p>
<p>Does that mean that I point the file to<br />
www/blog/bb2wp</p>
<p>or do I point it to the new blog<br />
www/myblog/bb2wp</p>
<p>And my second question is about your last step..</p>
<p>Do I paste the code (as an entire blog of code) ANYWHERE in my template or does it have to be in a certain place within the template..</p>
<p>Thanks A Million For All Your Help.</p>
<p>Peace<br />
Jerry</p>
]]></content:encoded>
	</item>
</channel>
</rss>

