<?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: WordPress 2.1 Released</title>
	<atom:link href="http://www.johntp.com/2007/01/23/wordpress-21-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.johntp.com/2007/01/23/wordpress-21-released/</link>
	<description>Blog Tips To Help You Make Money Online</description>
	<lastBuildDate>Thu, 21 Jan 2010 02:51:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: WordPress Plugin: Full Text Feed - JohnTP.com</title>
		<link>http://www.johntp.com/2007/01/23/wordpress-21-released/comment-page-1/#comment-65017</link>
		<dc:creator>WordPress Plugin: Full Text Feed - JohnTP.com</dc:creator>
		<pubDate>Mon, 12 Feb 2007 05:40:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.johntp.com/2007/01/23/wordpress-21-released/#comment-65017</guid>
		<description>[...] February 12th, 2007  WordPress Plugin: Full Text Feed           If you have upgraded your blog to WordPress 2.1, you might have already noticed that if you use the &lt;!&#8211;more&#8211;&gt; feature it will cut [...]</description>
		<content:encoded><![CDATA[<p>[...] February 12th, 2007  WordPress Plugin: Full Text Feed           If you have upgraded your blog to WordPress 2.1, you might have already noticed that if you use the &lt;!&#8211;more&#8211;&gt; feature it will cut [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JohnTP</title>
		<link>http://www.johntp.com/2007/01/23/wordpress-21-released/comment-page-1/#comment-64580</link>
		<dc:creator>JohnTP</dc:creator>
		<pubDate>Thu, 08 Feb 2007 03:23:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.johntp.com/2007/01/23/wordpress-21-released/#comment-64580</guid>
		<description>TripleK2 users- I just updated TripleK2 and made it compatible to WordPress 2.1. You can download it from &lt;a href=&quot;http://www.johntp.com/2007/02/08/triplek2-093/&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>TripleK2 users- I just updated TripleK2 and made it compatible to WordPress 2.1. You can download it from <a href="http://www.johntp.com/2007/02/08/triplek2-093/" rel="nofollow">here</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.johntp.com/2007/01/23/wordpress-21-released/comment-page-1/#comment-64403</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Tue, 06 Feb 2007 04:59:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.johntp.com/2007/01/23/wordpress-21-released/#comment-64403</guid>
		<description>I think I fixed my problem, but I&#039;m going to need approval :) I was having the same problem as above on my category pages (database error)...
and I just found the following piece of code in /app/includes/info.php on line 132:


$num_days = $wpdb-&gt;query(&quot;SELECT DISTINCT post_date FROM $from_where GROUP BY year(post_date), month(post_date), dayofmonth(post_date)&quot;);

I removed this piece of code and re-upload the info.php file, and my error message has gone away.

Is this okay to do? Do you think it will mess anything else up?

thank you for your help!</description>
		<content:encoded><![CDATA[<p>I think I fixed my problem, but I&#8217;m going to need approval <img src='http://www.johntp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I was having the same problem as above on my category pages (database error)&#8230;<br />
and I just found the following piece of code in /app/includes/info.php on line 132:</p>
<p>$num_days = $wpdb-&gt;query(&#8220;SELECT DISTINCT post_date FROM $from_where GROUP BY year(post_date), month(post_date), dayofmonth(post_date)&#8221;);</p>
<p>I removed this piece of code and re-upload the info.php file, and my error message has gone away.</p>
<p>Is this okay to do? Do you think it will mess anything else up?</p>
<p>thank you for your help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.johntp.com/2007/01/23/wordpress-21-released/comment-page-1/#comment-64399</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Tue, 06 Feb 2007 04:18:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.johntp.com/2007/01/23/wordpress-21-released/#comment-64399</guid>
		<description>hello... I am using your TripleK2 theme and love it! thanks a ton.

Anyways, I&#039;m trying to use Ultimate Tag Warrior, and I get the following error message on tag pages:



WordPress database error: [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;GROUP BY year(post_date), month(post_date), dayofmonth(post_date)&#039; at line 1]
SELECT DISTINCT post_date FROM wp_posts INNER JOIN wp_post2tag p2t on wp_posts.ID = p2t.post_id INNER JOIN wp_tags t on p2t.tag_id = t.tag_id WHERE 1=1 AND ((post_type = &#039;post&#039;) AND (post_status = &#039;publish&#039; OR post_status = &#039;private&#039;)) AND t.tag IN (&#039;bettman&#039;) GROUP BY ID GROUP BY year(post_date), month(post_date), dayofmonth(post_date)


any idea what may be the cause of this?

thanks for all of your great work!</description>
		<content:encoded><![CDATA[<p>hello&#8230; I am using your TripleK2 theme and love it! thanks a ton.</p>
<p>Anyways, I&#8217;m trying to use Ultimate Tag Warrior, and I get the following error message on tag pages:</p>
<p>WordPress database error: [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 'GROUP BY year(post_date), month(post_date), dayofmonth(post_date)' at line 1]<br />
SELECT DISTINCT post_date FROM wp_posts INNER JOIN wp_post2tag p2t on wp_posts.ID = p2t.post_id INNER JOIN wp_tags t on p2t.tag_id = t.tag_id WHERE 1=1 AND ((post_type = &#8216;post&#8217;) AND (post_status = &#8216;publish&#8217; OR post_status = &#8216;private&#8217;)) AND t.tag IN (&#8216;bettman&#8217;) GROUP BY ID GROUP BY year(post_date), month(post_date), dayofmonth(post_date)</p>
<p>any idea what may be the cause of this?</p>
<p>thanks for all of your great work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: trustman</title>
		<link>http://www.johntp.com/2007/01/23/wordpress-21-released/comment-page-1/#comment-64067</link>
		<dc:creator>trustman</dc:creator>
		<pubDate>Sat, 03 Feb 2007 17:02:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.johntp.com/2007/01/23/wordpress-21-released/#comment-64067</guid>
		<description>any news about your themes and wp 2.1? Thanks,</description>
		<content:encoded><![CDATA[<p>any news about your themes and wp 2.1? Thanks,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rafael Dohms</title>
		<link>http://www.johntp.com/2007/01/23/wordpress-21-released/comment-page-1/#comment-63518</link>
		<dc:creator>Rafael Dohms</dc:creator>
		<pubDate>Mon, 29 Jan 2007 12:37:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.johntp.com/2007/01/23/wordpress-21-released/#comment-63518</guid>
		<description>Great to hear you are going to update TripleK2, I simply love the theme.

Check out the comments also, I got som SQL problems, it records the comment but returns erros on a &quot;category&quot; table SQL.

Will be on the watch for the upgrade.</description>
		<content:encoded><![CDATA[<p>Great to hear you are going to update TripleK2, I simply love the theme.</p>
<p>Check out the comments also, I got som SQL problems, it records the comment but returns erros on a &#8220;category&#8221; table SQL.</p>
<p>Will be on the watch for the upgrade.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill T</title>
		<link>http://www.johntp.com/2007/01/23/wordpress-21-released/comment-page-1/#comment-63481</link>
		<dc:creator>Bill T</dc:creator>
		<pubDate>Mon, 29 Jan 2007 03:37:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.johntp.com/2007/01/23/wordpress-21-released/#comment-63481</guid>
		<description>I just ran the update on 4 domains, running a variety of plugins; No issues here (so far).</description>
		<content:encoded><![CDATA[<p>I just ran the update on 4 domains, running a variety of plugins; No issues here (so far).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Hurley</title>
		<link>http://www.johntp.com/2007/01/23/wordpress-21-released/comment-page-1/#comment-63470</link>
		<dc:creator>Dan Hurley</dc:creator>
		<pubDate>Sun, 28 Jan 2007 16:30:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.johntp.com/2007/01/23/wordpress-21-released/#comment-63470</guid>
		<description>John: I&#039;ve been working on getting triplek2 just the way I want it before I open up my blog. Then I decided to go with 2.1, figuring better now than later when I might have an couple of visitors. A few plugins crapped out, but that was really for the best. I was getting pretty plugged up. I look forward to your 2.1 Triplek2 update. Thanks for the theme, playing with it has a great way to learn some basic css and WP.</description>
		<content:encoded><![CDATA[<p>John: I&#8217;ve been working on getting triplek2 just the way I want it before I open up my blog. Then I decided to go with 2.1, figuring better now than later when I might have an couple of visitors. A few plugins crapped out, but that was really for the best. I was getting pretty plugged up. I look forward to your 2.1 Triplek2 update. Thanks for the theme, playing with it has a great way to learn some basic css and WP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexander</title>
		<link>http://www.johntp.com/2007/01/23/wordpress-21-released/comment-page-1/#comment-63436</link>
		<dc:creator>Alexander</dc:creator>
		<pubDate>Sat, 27 Jan 2007 15:38:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.johntp.com/2007/01/23/wordpress-21-released/#comment-63436</guid>
		<description>Thanks for this info</description>
		<content:encoded><![CDATA[<p>Thanks for this info</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: erik</title>
		<link>http://www.johntp.com/2007/01/23/wordpress-21-released/comment-page-1/#comment-63416</link>
		<dc:creator>erik</dc:creator>
		<pubDate>Fri, 26 Jan 2007 21:12:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.johntp.com/2007/01/23/wordpress-21-released/#comment-63416</guid>
		<description>I have the same error- brand new install and your theme. :(

WordPress database error: [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;GROUP BY year(post_date), month(post_date), dayofmonth(post_dat]

SELECT DISTINCT post_date FROM GROUP BY year(post_date), month(post_date), dayofmonth(post_date)</description>
		<content:encoded><![CDATA[<p>I have the same error- brand new install and your theme. <img src='http://www.johntp.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>WordPress database error: [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 'GROUP BY year(post_date), month(post_date), dayofmonth(post_dat]</p>
<p>SELECT DISTINCT post_date FROM GROUP BY year(post_date), month(post_date), dayofmonth(post_date)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
