<?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>Blogging News, WordPress Theme and Plugin Reviews, Technology, Tips and Tricks</description> <lastBuildDate>Sat, 20 Mar 2010 15:42:29 -0400</lastBuildDate> <generator>http://wordpress.org/?v=2.8.6</generator> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <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> <item><title>By: Aja Lapus</title><link>http://jaypeeonline.net/wordpress/wordpress-23-dexter-is-out/#comment-54177</link> <dc:creator>Aja Lapus</dc:creator> <pubDate>Wed, 26 Sep 2007 11:43:08 +0000</pubDate> <guid
isPermaLink="false">http://jaypeeonline.net/wordpress/wordpress-23-dexter-is-out/#comment-54177</guid> <description>I think it would take me to &quot;wait&quot; for the semestral break before I could start updating my two WP installations. School&#039;s tough, and I shouldn&#039;t even be commenting here right now. :lol: I hope every plugin I use would support WP 2.3 then.</description> <content:encoded><![CDATA[<p>I think it would take me to &#8220;wait&#8221; for the semestral break before I could start updating my two WP installations. School&#8217;s tough, and I shouldn&#8217;t even be commenting here right now. :lol: I hope every plugin I use would support WP 2.3 then.</p> ]]></content:encoded> </item> <item><title>By: Jaypee</title><link>http://jaypeeonline.net/wordpress/wordpress-23-dexter-is-out/#comment-54457</link> <dc:creator>Jaypee</dc:creator> <pubDate>Wed, 26 Sep 2007 04:30:40 +0000</pubDate> <guid
isPermaLink="false">http://jaypeeonline.net/wordpress/wordpress-23-dexter-is-out/#comment-54457</guid> <description>@fruityoaty - Sorry to hear bout that. It&#039;s good that you were able to fix it and make it function again. I think the best way to test an upgrade is to simulate it like jhay did and do it locally on your computer.Thanks for the heads up on the IMP Links plugin. I also like it. I hope the author updates it or someone else creates a similar plugin.Sorry but I&#039;m not a PHP programmer. It could be a plugin trying to access the link2cat table which no longer exists in WP 2.3. Try deactivating your plugins one by one and see if the error still shows up.</description> <content:encoded><![CDATA[<p>@fruityoaty &#8211; Sorry to hear bout that. It&#8217;s good that you were able to fix it and make it function again. I think the best way to test an upgrade is to simulate it like jhay did and do it locally on your computer.</p><p>Thanks for the heads up on the IMP Links plugin. I also like it. I hope the author updates it or someone else creates a similar plugin.</p><p>Sorry but I&#8217;m not a PHP programmer. It could be a plugin trying to access the link2cat table which no longer exists in WP 2.3. Try deactivating your plugins one by one and see if the error still shows up.</p> ]]></content:encoded> </item> <item><title>By: fruityoaty</title><link>http://jaypeeonline.net/wordpress/wordpress-23-dexter-is-out/#comment-54128</link> <dc:creator>fruityoaty</dc:creator> <pubDate>Wed, 26 Sep 2007 04:19:21 +0000</pubDate> <guid
isPermaLink="false">http://jaypeeonline.net/wordpress/wordpress-23-dexter-is-out/#comment-54128</guid> <description>On the other hand, maybe you&#039;re a PHP coder and you know how to fix:
WordPress database error: [Table &#039;fruity_wrdp1.wp_link2cat&#039; doesn&#039;t exist]SELECT DISTINCT cat_ID, cat_name
FROM `wp_link2cat`
LEFT JOIN `wp_categories` ON (`wp_link2cat`.category_id = `wp_categories`.cat_ID)
WHERE 1=1
ORDER BY cat_name ASC</description> <content:encoded><![CDATA[<p>On the other hand, maybe you&#8217;re a PHP coder and you know how to fix:<br
/> WordPress database error: [Table 'fruity_wrdp1.wp_link2cat' doesn't exist]</p><p>SELECT DISTINCT cat_ID, cat_name<br
/> FROM `wp_link2cat`<br
/> LEFT JOIN `wp_categories` ON (`wp_link2cat`.category_id = `wp_categories`.cat_ID)<br
/> WHERE 1=1<br
/> ORDER BY cat_name ASC</p> ]]></content:encoded> </item> <item><title>By: fruityoaty</title><link>http://jaypeeonline.net/wordpress/wordpress-23-dexter-is-out/#comment-54119</link> <dc:creator>fruityoaty</dc:creator> <pubDate>Wed, 26 Sep 2007 03:27:23 +0000</pubDate> <guid
isPermaLink="false">http://jaypeeonline.net/wordpress/wordpress-23-dexter-is-out/#comment-54119</guid> <description>Mine didn&#039;t go so smoothly... Even after updating all my plugins and removing the &quot;known incompatible&quot; plugins before updating plus deactivating plugins, a lot of breaks occurred. Anyway, after 3 hours of reinstalling and troubleshooting, I&#039;ve gotten my site mostly functional again.Note, iMP Links (which you are using, I know) is majorly broken... and NO, &lt;a href=&quot;http://www.inmypad.com/&quot;&gt;the author&lt;/a&gt; won&#039;t be fixing it anytime soon... because if you go to his site, he has more bigger issues to deal with... His site currently says, &quot;Attention, I have lost my database.&quot; It&#039;s been like that for over a month now.Start looking for a replacement links plugin. Too bad, I really liked that plugin. :(</description> <content:encoded><![CDATA[<p>Mine didn&#8217;t go so smoothly&#8230; Even after updating all my plugins and removing the &#8220;known incompatible&#8221; plugins before updating plus deactivating plugins, a lot of breaks occurred. Anyway, after 3 hours of reinstalling and troubleshooting, I&#8217;ve gotten my site mostly functional again.</p><p>Note, iMP Links (which you are using, I know) is majorly broken&#8230; and NO, <a
href="http://www.inmypad.com/">the author</a> won&#8217;t be fixing it anytime soon&#8230; because if you go to his site, he has more bigger issues to deal with&#8230; His site currently says, &#8220;Attention, I have lost my database.&#8221; It&#8217;s been like that for over a month now.</p><p>Start looking for a replacement links plugin. Too bad, I really liked that plugin. :(</p> ]]></content:encoded> </item> <item><title>By: Jaypee</title><link>http://jaypeeonline.net/wordpress/wordpress-23-dexter-is-out/#comment-54454</link> <dc:creator>Jaypee</dc:creator> <pubDate>Wed, 26 Sep 2007 03:25:18 +0000</pubDate> <guid
isPermaLink="false">http://jaypeeonline.net/wordpress/wordpress-23-dexter-is-out/#comment-54454</guid> <description>@jhay - I also plan to do the same thing before I do  the actual upgrade. Same here, haven&#039;t blogged as often as I usually do coz my parents are here visiting from the Philippines. I only get to check my blog and email before I go to sleep. Hehe :D</description> <content:encoded><![CDATA[<p>@jhay &#8211; I also plan to do the same thing before I do  the actual upgrade. Same here, haven&#8217;t blogged as often as I usually do coz my parents are here visiting from the Philippines. I only get to check my blog and email before I go to sleep. Hehe :D</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using memcached
Page Caching using memcached (user agent is rejected)
Database Caching 4/17 queries in 0.044 seconds using memcached

Served from: jaypeeonline.net @ 2010-03-20 20:31:24 -->