<?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: Joomla2WordPress import wizard with UTF-8 support</title>
	<atom:link href="http://www.iamboredsoiblog.eu/2009/04/20/joomla2wordpress-import-wizard-with-utf-8-support/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.iamboredsoiblog.eu/2009/04/20/joomla2wordpress-import-wizard-with-utf-8-support/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=joomla2wordpress-import-wizard-with-utf-8-support</link>
	<description>A Software Development Manager&#039;s Blog</description>
	<lastBuildDate>Tue, 24 Jan 2012 03:37:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Frank M&#252;ller</title>
		<link>http://www.iamboredsoiblog.eu/2009/04/20/joomla2wordpress-import-wizard-with-utf-8-support/#comment-4217</link>
		<dc:creator>Frank M&#252;ller</dc:creator>
		<pubDate>Tue, 21 Sep 2010 03:38:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.iamboredsoiblog.eu/2009/04/20/joomla2wordpress-import-wizard-with-utf-8-support/#comment-4217</guid>
		<description>Wow! Thank you! I always wanted to write in my site something like that. Can I take part of your 
post to my blog? </description>
		<content:encoded><![CDATA[<p>Wow! Thank you! I always wanted to write in my site something like that. Can I take part of your</p>
<p>post to my blog?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dinos</title>
		<link>http://www.iamboredsoiblog.eu/2009/04/20/joomla2wordpress-import-wizard-with-utf-8-support/#comment-4031</link>
		<dc:creator>dinos</dc:creator>
		<pubDate>Sun, 12 Sep 2010 19:28:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.iamboredsoiblog.eu/2009/04/20/joomla2wordpress-import-wizard-with-utf-8-support/#comment-4031</guid>
		<description>I also tried something but it didn&#039;t work... 
 
I added after every mysql_connect() the following 2 lines 
mysql_query(&quot;SET NAMES &#039;utf8&#039;&quot;, $link);  
mysql_query(&quot;SET CHARACTER SET utf8&quot;, $link); 
 
It changed the text but know shows this kind of symbols &#206;&amp;frac14;&#206;&#181; &#207;&#206;&#172;&#207;&#206;&#191;&#207; &#206;&amp;frac14;&#207;&#206; </description>
		<content:encoded><![CDATA[<p>I also tried something but it didn&#039;t work&#8230;</p>
<p>I added after every mysql_connect() the following 2 lines</p>
<p>mysql_query(&quot;SET NAMES &#039;utf8&#039;&quot;, $link); </p>
<p>mysql_query(&quot;SET CHARACTER SET utf8&quot;, $link);</p>
<p>It changed the text but know shows this kind of symbols &Icirc;&amp;frac14;&Icirc;&micro; &Iuml;&Icirc;&not;&Iuml;&Icirc;&iquest;&Iuml; &Icirc;&amp;frac14;&Iuml;&Icirc;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dinos</title>
		<link>http://www.iamboredsoiblog.eu/2009/04/20/joomla2wordpress-import-wizard-with-utf-8-support/#comment-4030</link>
		<dc:creator>dinos</dc:creator>
		<pubDate>Sun, 12 Sep 2010 19:01:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.iamboredsoiblog.eu/2009/04/20/joomla2wordpress-import-wizard-with-utf-8-support/#comment-4030</guid>
		<description>Hi Theo, 
 
First of all, thank you for this great plugin and for the step by step guide. 
I managed to transfer all my articles with your wizard but with a crucial problem which I do not know how to fix. 
My articles are in greek and now all the greek text is ???? . Do you know what I should change to your code to do the transfer right? </description>
		<content:encoded><![CDATA[<p>Hi Theo,</p>
<p>First of all, thank you for this great plugin and for the step by step guide.</p>
<p>I managed to transfer all my articles with your wizard but with a crucial problem which I do not know how to fix.</p>
<p>My articles are in greek and now all the greek text is ???? . Do you know what I should change to your code to do the transfer right?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen</title>
		<link>http://www.iamboredsoiblog.eu/2009/04/20/joomla2wordpress-import-wizard-with-utf-8-support/#comment-3960</link>
		<dc:creator>Stephen</dc:creator>
		<pubDate>Fri, 10 Sep 2010 07:43:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.iamboredsoiblog.eu/2009/04/20/joomla2wordpress-import-wizard-with-utf-8-support/#comment-3960</guid>
		<description>Hi, 
 
Re &quot;Query failed inserting into categories&quot; - I&#039;ve just had the same error and I believe it&#039;s due to changes in WordPress. 
 
According to &lt;a href=&quot;http://codex.wordpress.org/Database_Description#Changelog&quot; rel=&quot;nofollow&quot;&gt;http://codex.wordpress.org/Database_Description#C...&lt;/a&gt; in v2.8 they removed a column from the _posts table, and when I call mysql_error() I get this: 
 
Unknown column &#039;post_category&#039; in &#039;field list&#039; </description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Re &quot;Query failed inserting into categories&quot; &#8211; I&#039;ve just had the same error and I believe it&#039;s due to changes in WordPress.</p>
<p>According to <a href="http://codex.wordpress.org/Database_Description#Changelog" rel="nofollow">http://codex.wordpress.org/Database_Description#C&#8230;</a> in v2.8 they removed a column from the _posts table, and when I call mysql_error() I get this:</p>
<p>Unknown column &#039;post_category&#039; in &#039;field list&#039;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://www.iamboredsoiblog.eu/2009/04/20/joomla2wordpress-import-wizard-with-utf-8-support/#comment-3810</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Thu, 02 Sep 2010 16:38:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.iamboredsoiblog.eu/2009/04/20/joomla2wordpress-import-wizard-with-utf-8-support/#comment-3810</guid>
		<description>Theo, 
 
I got the same error message as above: 
 
&#039;, &#039;2009-07-07 05:00:00&#039;, &#039;0000-00-00 00:00:00&#039;, &#039;core-connection-lifestyle-is-now-on-facebook-and-twitter&#039;, &#039;3&#039;) 
 
Query failed inserting into categories 
 
------------------------------------------- 
 
It appears as though the content is being moved, but then when I read further down past the content, I get the error above.  Everything else seemed to check out (DB connection, etc.), so any assistance you could give would be appreciated. 
 
And thank you for creating this application!  I was a Joomla! head for years, but now that I&#039;m on Wordpress, life is just a whole lot easier to deal with!  LOL! </description>
		<content:encoded><![CDATA[<p>Theo,</p>
<p>I got the same error message as above:</p>
<p>&#039;, &#039;2009-07-07 05:00:00&#039;, &#039;0000-00-00 00:00:00&#039;, &#039;core-connection-lifestyle-is-now-on-facebook-and-twitter&#039;, &#039;3&#039;)</p>
<p>Query failed inserting into categories</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>It appears as though the content is being moved, but then when I read further down past the content, I get the error above.  Everything else seemed to check out (DB connection, etc.), so any assistance you could give would be appreciated.</p>
<p>And thank you for creating this application!  I was a Joomla! head for years, but now that I&#039;m on WordPress, life is just a whole lot easier to deal with!  LOL!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Theo van der Sluijs</title>
		<link>http://www.iamboredsoiblog.eu/2009/04/20/joomla2wordpress-import-wizard-with-utf-8-support/#comment-3524</link>
		<dc:creator>Theo van der Sluijs</dc:creator>
		<pubDate>Mon, 16 Aug 2010 14:24:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.iamboredsoiblog.eu/2009/04/20/joomla2wordpress-import-wizard-with-utf-8-support/#comment-3524</guid>
		<description>This can be a ton of reasons. 
 
Need more info. </description>
		<content:encoded><![CDATA[<p>This can be a ton of reasons. </p>
<p>Need more info.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: indianpcpals</title>
		<link>http://www.iamboredsoiblog.eu/2009/04/20/joomla2wordpress-import-wizard-with-utf-8-support/#comment-3523</link>
		<dc:creator>indianpcpals</dc:creator>
		<pubDate>Mon, 16 Aug 2010 09:50:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.iamboredsoiblog.eu/2009/04/20/joomla2wordpress-import-wizard-with-utf-8-support/#comment-3523</guid>
		<description>Dear its showing error -  
 
&#039;, &#039;2009-07-02 13:20:30&#039;, &#039;0000-00-00 00:00:00&#039;, &#039;sources-of-pregnancy-information&#039;, &#039;7&#039;) 
 
Query failed inserting into categories 
 
 
Whats solution for this? </description>
		<content:encoded><![CDATA[<p>Dear its showing error &#8211; </p>
<p>&#039;, &#039;2009-07-02 13:20:30&#039;, &#039;0000-00-00 00:00:00&#039;, &#039;sources-of-pregnancy-information&#039;, &#039;7&#039;)</p>
<p>Query failed inserting into categories</p>
<p>Whats solution for this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: neeshu</title>
		<link>http://www.iamboredsoiblog.eu/2009/04/20/joomla2wordpress-import-wizard-with-utf-8-support/#comment-1602</link>
		<dc:creator>neeshu</dc:creator>
		<pubDate>Fri, 19 Feb 2010 11:51:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.iamboredsoiblog.eu/2009/04/20/joomla2wordpress-import-wizard-with-utf-8-support/#comment-1602</guid>
		<description>Please look into my problem if you intend to give paid support thats fine with me i have given my email id here </description>
		<content:encoded><![CDATA[<p>Please look into my problem if you intend to give paid support thats fine with me i have given my email id here</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: neeshu</title>
		<link>http://www.iamboredsoiblog.eu/2009/04/20/joomla2wordpress-import-wizard-with-utf-8-support/#comment-1601</link>
		<dc:creator>neeshu</dc:creator>
		<pubDate>Fri, 19 Feb 2010 11:44:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.iamboredsoiblog.eu/2009/04/20/joomla2wordpress-import-wizard-with-utf-8-support/#comment-1601</guid>
		<description>Hi, i have imported my website but it seems some articles haven;t completely transfered and the part after read more is missing can you please explain how they can be retrieved </description>
		<content:encoded><![CDATA[<p>Hi, i have imported my website but it seems some articles haven;t completely transfered and the part after read more is missing can you please explain how they can be retrieved</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henk-Jan van der Kli</title>
		<link>http://www.iamboredsoiblog.eu/2009/04/20/joomla2wordpress-import-wizard-with-utf-8-support/#comment-360</link>
		<dc:creator>Henk-Jan van der Kli</dc:creator>
		<pubDate>Fri, 23 Oct 2009 08:33:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.iamboredsoiblog.eu/2009/04/20/joomla2wordpress-import-wizard-with-utf-8-support/#comment-360</guid>
		<description>Hoi Theo, 
Ik kwam op jouw site toen het script van Zeem Khan niet werkte. Jouw script heb ik aangepast voor de locatie van de Wordpress installatie (geen /wordpress, maar in de root folder). Connectie naar de database gaat prima, maar de export breekt af bij elke willekeurige sectie/categorie. Foutmeldingen als Step Three Query failed getting content from section ontstaan. Heb je een oplossing, want dit soort ongein houdt de overstap van Joomla naar WordPress inderdaad tegen. </description>
		<content:encoded><![CDATA[<p>Hoi Theo,</p>
<p>Ik kwam op jouw site toen het script van Zeem Khan niet werkte. Jouw script heb ik aangepast voor de locatie van de WordPress installatie (geen /wordpress, maar in de root folder). Connectie naar de database gaat prima, maar de export breekt af bij elke willekeurige sectie/categorie. Foutmeldingen als Step Three Query failed getting content from section ontstaan. Heb je een oplossing, want dit soort ongein houdt de overstap van Joomla naar WordPress inderdaad tegen.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
