<?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.3 &#8220;Dexter&#8221; Is Out!</title> <atom:link href="http://jaypeeonline.net/wordpress/wordpress-23-dexter-is-out/feed/" rel="self" type="application/rss+xml" /><link>http://jaypeeonline.net/wordpress/wordpress-23-dexter-is-out/</link> <description>Technology, Blogging News, WordPress Theme and Plugin Reviews, Tips and Tricks</description> <lastBuildDate>Mon, 21 May 2012 18:14:31 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=</generator> <item><title>By: Jaypee</title><link>http://jaypeeonline.net/wordpress/wordpress-23-dexter-is-out/#comment-55619</link> <dc:creator>Jaypee</dc:creator> <pubDate>Mon, 08 Oct 2007 12:05:49 +0000</pubDate> <guid
isPermaLink="false">http://jaypeeonline.net/wordpress/wordpress-23-dexter-is-out/#comment-55619</guid> <description>@Paul - I&#039;m sure many WP users who upgraded or plans to upgrade to WP 2.3 will find that very useful. Thanks for the info and for dropping by. :D</description> <content:encoded><![CDATA[<p>@Paul &#8211; I&#8217;m sure many WP users who upgraded or plans to upgrade to WP 2.3 will find that very useful. Thanks for the info and for dropping by. :D</p> ]]></content:encoded> </item> <item><title>By: Paul Tero</title><link>http://jaypeeonline.net/wordpress/wordpress-23-dexter-is-out/#comment-55314</link> <dc:creator>Paul Tero</dc:creator> <pubDate>Mon, 08 Oct 2007 12:03:53 +0000</pubDate> <guid
isPermaLink="false">http://jaypeeonline.net/wordpress/wordpress-23-dexter-is-out/#comment-55314</guid> <description>Hello,Someone asked: &lt;i&gt;On the other hand, maybe you’re a PHP coder and you know how to fix: WordPress database error...&lt;/i&gt;.There are two database statements which need to be fixed for Wordpress 2.3 by joining against different tables. For the first one, I didn&#039;t check the ordering columns or exclusions but it&#039;s a start:&lt;code&gt;
SELECT DISTINCT $wpdb-&gt;terms.term_id AS cat_ID, $wpdb-&gt;terms.name AS cat_name
FROM $wpdb-&gt;links
INNER JOIN $wpdb-&gt;term_relationships ON (object_id=link_id)
INNER JOIN $wpdb-&gt;term_taxonomy ON ($wpdb-&gt;term_taxonomy.term_taxonomy_id = $wpdb-&gt;term_relationships.term_taxonomy_id)
INNER JOIN $wpdb-&gt;terms ON ($wpdb-&gt;terms.term_id = $wpdb-&gt;term_taxonomy.term_id)
...
&lt;/code&gt;The second one:
&lt;code&gt;
SELECT DISTINCT link_url, link_name, link_description
FROM `$wpdb-&gt;links`
INNER JOIN $wpdb-&gt;term_relationships ON (object_id=link_id)
INNER JOIN $wpdb-&gt;term_taxonomy ON ($wpdb-&gt;term_taxonomy.term_taxonomy_id = $wpdb-&gt;term_relationships.term_taxonomy_id)
INNER JOIN $wpdb-&gt;terms ON ($wpdb-&gt;terms.term_id = $wpdb-&gt;term_taxonomy.term_id)
WHERE link_visible = &#039;Y&#039;
ORDER BY `$wpdb-&gt;links`.link_$link_order $link_sort&quot;);
&lt;/code&gt;I hope that helps,
Paul</description> <content:encoded><![CDATA[<p>Hello,</p><p>Someone asked: <i>On the other hand, maybe you’re a PHP coder and you know how to fix: WordPress database error&#8230;</i>.</p><p>There are two database statements which need to be fixed for WordPress 2.3 by joining against different tables. For the first one, I didn&#8217;t check the ordering columns or exclusions but it&#8217;s a start:</p><p><code><br
/> SELECT DISTINCT $wpdb-&gt;terms.term_id AS cat_ID, $wpdb-&gt;terms.name AS cat_name<br
/> FROM $wpdb-&gt;links<br
/> INNER JOIN $wpdb-&gt;term_relationships ON (object_id=link_id)<br
/> INNER JOIN $wpdb-&gt;term_taxonomy ON ($wpdb-&gt;term_taxonomy.term_taxonomy_id = $wpdb-&gt;term_relationships.term_taxonomy_id)<br
/> INNER JOIN $wpdb-&gt;terms ON ($wpdb-&gt;terms.term_id = $wpdb-&gt;term_taxonomy.term_id)<br
/> ...<br
/> </code></p><p>The second one:<br
/> <code><br
/> SELECT DISTINCT link_url, link_name, link_description<br
/> FROM `$wpdb-&gt;links`<br
/> INNER JOIN $wpdb-&gt;term_relationships ON (object_id=link_id)<br
/> INNER JOIN $wpdb-&gt;term_taxonomy ON ($wpdb-&gt;term_taxonomy.term_taxonomy_id = $wpdb-&gt;term_relationships.term_taxonomy_id)<br
/> INNER JOIN $wpdb-&gt;terms ON ($wpdb-&gt;terms.term_id = $wpdb-&gt;term_taxonomy.term_id)<br
/> WHERE link_visible = 'Y'<br
/> ORDER BY `$wpdb-&gt;links`.link_$link_order $link_sort");<br
/> </code></p><p>I hope that helps,<br
/> Paul</p> ]]></content:encoded> </item> <item><title>By: Jaypee</title><link>http://jaypeeonline.net/wordpress/wordpress-23-dexter-is-out/#comment-54460</link> <dc:creator>Jaypee</dc:creator> <pubDate>Fri, 28 Sep 2007 17:00:56 +0000</pubDate> <guid
isPermaLink="false">http://jaypeeonline.net/wordpress/wordpress-23-dexter-is-out/#comment-54460</guid> <description>@Allen - What did you use to install WordPress locally, Xammp? No problem about the plug. Hehe I&#039;m sure some people who&#039;ll read this post would want to check your post to help them with their upgrade. :)</description> <content:encoded><![CDATA[<p>@Allen &#8211; What did you use to install WordPress locally, Xammp? No problem about the plug. Hehe I&#8217;m sure some people who&#8217;ll read this post would want to check your post to help them with their upgrade. :)</p> ]]></content:encoded> </item> <item><title>By: Allen</title><link>http://jaypeeonline.net/wordpress/wordpress-23-dexter-is-out/#comment-54187</link> <dc:creator>Allen</dc:creator> <pubDate>Wed, 26 Sep 2007 13:08:14 +0000</pubDate> <guid
isPermaLink="false">http://jaypeeonline.net/wordpress/wordpress-23-dexter-is-out/#comment-54187</guid> <description>I have managed to upgrade my wordpress installation locally. Too bad I cant connect to my blog&#039;s FTP right now to make the live upgrade... Umm I have documented what I did to upgrade on my blog. (Shameless blog promotion haha)</description> <content:encoded><![CDATA[<p>I have managed to upgrade my wordpress installation locally. Too bad I cant connect to my blog&#8217;s FTP right now to make the live upgrade&#8230; Umm I have documented what I did to upgrade on my blog. (Shameless blog promotion haha)</p> ]]></content:encoded> </item> <item><title>By: Jaypee</title><link>http://jaypeeonline.net/wordpress/wordpress-23-dexter-is-out/#comment-54458</link> <dc:creator>Jaypee</dc:creator> <pubDate>Wed, 26 Sep 2007 11:45:39 +0000</pubDate> <guid
isPermaLink="false">http://jaypeeonline.net/wordpress/wordpress-23-dexter-is-out/#comment-54458</guid> <description>@Aja - Yeah, I think that&#039;s a good idea. Aside from having all the time to do the upgrade, by that time most of the plugins would have been updated by the authors. :)</description> <content:encoded><![CDATA[<p>@Aja &#8211; Yeah, I think that&#8217;s a good idea. Aside from having all the time to do the upgrade, by that time most of the plugins would have been updated by the authors. :)</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (User agent is rejected)
Database Caching 4/6 queries in 0.002 seconds using disk
Object Caching 374/374 objects using disk
Content Delivery Network via maxcdn.jaypeeonline.net

Served from: jaypeeonline.net @ 2012-05-27 17:45:46 -->
