<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>PressHarbor Support Forums &#187; Tag: dropdown categories - Recent Posts</title>
<link>http://support.pressharbor.com/discuss/</link>
<description>PressHarbor Support Forums &#187; Tag: dropdown categories - Recent Posts</description>
<language>en</language>
<pubDate>Fri, 10 Feb 2012 12:10:04 +0000</pubDate>

<item>
<title>PressHarbor Support on "Dropdown category plugin installation problem"</title>
<link>http://support.pressharbor.com/discuss/topic/dropdown-category-plugin-installation-problem#post-40</link>
<pubDate>Mon, 10 Sep 2007 00:15:01 +0000</pubDate>
<dc:creator>PressHarbor Support</dc:creator>
<guid isPermaLink="false">40@http://support.pressharbor.com/discuss/</guid>
<description>&#60;p&#62;Yes, with the database changes in 2.3 we thought it would be best to start with this version of Wordpress right off the bat so you would know from Day 1 which plugins were forward compatible.
&#60;/p&#62;</description>
</item>
<item>
<title>deswalsh on "Dropdown category plugin installation problem"</title>
<link>http://support.pressharbor.com/discuss/topic/dropdown-category-plugin-installation-problem#post-39</link>
<pubDate>Sun, 09 Sep 2007 21:14:54 +0000</pubDate>
<dc:creator>deswalsh</dc:creator>
<guid isPermaLink="false">39@http://support.pressharbor.com/discuss/</guid>
<description>&#60;p&#62;John&#60;br /&#62;
OK, I'll try that.&#60;br /&#62;
Just noticed an interesting post and set of comments re plugins and 2.3 at this link &#60;a href=&#34;http://www.alistercameron.com/2007/09/09/farewell-ultimate-tag-warrior/#comments&#34; rel=&#34;nofollow&#34;&#62;http://www.alistercameron.com/2007/09/09/farewell-ultimate-tag-warrior/#comments&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Des
&#60;/p&#62;</description>
</item>
<item>
<title>PressHarbor Support on "Dropdown category plugin installation problem"</title>
<link>http://support.pressharbor.com/discuss/topic/dropdown-category-plugin-installation-problem#post-38</link>
<pubDate>Wed, 05 Sep 2007 20:48:29 +0000</pubDate>
<dc:creator>PressHarbor Support</dc:creator>
<guid isPermaLink="false">38@http://support.pressharbor.com/discuss/</guid>
<description>&#60;p&#62;It's the same issue we were referring to earlier in the thread, this error shows something was looking for the wp_post2cat table which no longer exists in WordPress 2.3.&#60;/p&#62;
&#60;p&#62;I assume you have some plugin installed which is attempting to access the post2cat table; have you tried deactivating the Dropdown Cats plugin you referenced at the start of this thread to see if doing so eliminates this error?
&#60;/p&#62;</description>
</item>
<item>
<title>deswalsh on "Dropdown category plugin installation problem"</title>
<link>http://support.pressharbor.com/discuss/topic/dropdown-category-plugin-installation-problem#post-37</link>
<pubDate>Tue, 04 Sep 2007 23:08:17 +0000</pubDate>
<dc:creator>deswalsh</dc:creator>
<guid isPermaLink="false">37@http://support.pressharbor.com/discuss/</guid>
<description>&#60;p&#62;I don't know whether this is related, but I'm noticing that as I write posts in the wysiwyg editor in WP, the following appears under the editing window&#60;/p&#62;
&#60;p&#62;WordPress database error: [Table 'wordpress_thinkinghomebusiness_com.wp_post2cat' doesn't exist]&#60;br /&#62;
SELECT cat_ID AS ID, MAX(post_modified) AS last_mod FROM &#60;code&#62;wp_posts&#60;/code&#62; p LEFT JOIN &#60;code&#62;wp_post2cat&#60;/code&#62; pc ON p.ID = pc.post_id LEFT JOIN &#60;code&#62;wp_categories&#60;/code&#62; c ON pc.category_id = c.cat_ID WHERE post_status = 'publish' GROUP BY cat_ID&#60;br /&#62;
0 &#60;/p&#62;
&#60;p&#62;It seems to go away once the post has been saved.&#60;/p&#62;
&#60;p&#62;Is that something I should be concerned about?&#60;/p&#62;
&#60;p&#62;Des
&#60;/p&#62;</description>
</item>
<item>
<title>deswalsh on "Dropdown category plugin installation problem"</title>
<link>http://support.pressharbor.com/discuss/topic/dropdown-category-plugin-installation-problem#post-32</link>
<pubDate>Tue, 28 Aug 2007 08:48:41 +0000</pubDate>
<dc:creator>deswalsh</dc:creator>
<guid isPermaLink="false">32@http://support.pressharbor.com/discuss/</guid>
<description>&#60;p&#62;Thanks Zoli and John. I suppose I could reduce the number of categories so the list is not so cumbersome. It kind of growed like Topsy :(
&#60;/p&#62;</description>
</item>
<item>
<title>PressHarbor Support on "Dropdown category plugin installation problem"</title>
<link>http://support.pressharbor.com/discuss/topic/dropdown-category-plugin-installation-problem#post-31</link>
<pubDate>Mon, 27 Aug 2007 10:24:48 +0000</pubDate>
<dc:creator>PressHarbor Support</dc:creator>
<guid isPermaLink="false">31@http://support.pressharbor.com/discuss/</guid>
<description>&#60;p&#62;Zoli is correct, the issue is that we are running a prerelease version of WordPress 2.3 (not the current release version which is 2.2x) and the database structure of WordPress has changed from previous versions to support a new set of taxonomy features.&#60;/p&#62;
&#60;p&#62;Plugins which attempt to call the database directly via MySQL calls instead of via the WordPress category API will show errors like the one you describe. &#60;/p&#62;
&#60;p&#62;The official release of WordPress 2.3 is slated for September 24th, and the WordPress developers are blogging about the new database changes:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://boren.nu/archives/2007/08/26/wordpress-23-taxonomy-schema/&#34; rel=&#34;nofollow&#34;&#62;http://boren.nu/archives/2007/08/26/wordpress-23-taxonomy-schema/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;so the plugin developers are now starting to update their code either to use the new Taxonomy API or to call the new database tables. I would expect that most plugins will be updated for compatibility within weeks of the release of 2.3, if not before the release.
&#60;/p&#62;</description>
</item>
<item>
<title>zoli on "Dropdown category plugin installation problem"</title>
<link>http://support.pressharbor.com/discuss/topic/dropdown-category-plugin-installation-problem#post-30</link>
<pubDate>Mon, 27 Aug 2007 08:10:53 +0000</pubDate>
<dc:creator>zoli</dc:creator>
<guid isPermaLink="false">30@http://support.pressharbor.com/discuss/</guid>
<description>&#60;p&#62;Des, I had to uninstall so many plugins for category related errors... only guessing, and John will have to confirm (or not), but I think it's all because WP 2.3 changed some db tables, including categories, and most plugins out there ony work up to 2.2.
&#60;/p&#62;</description>
</item>
<item>
<title>deswalsh on "Dropdown category plugin installation problem"</title>
<link>http://support.pressharbor.com/discuss/topic/dropdown-category-plugin-installation-problem#post-29</link>
<pubDate>Mon, 27 Aug 2007 03:18:25 +0000</pubDate>
<dc:creator>deswalsh</dc:creator>
<guid isPermaLink="false">29@http://support.pressharbor.com/discuss/</guid>
<description>&#60;p&#62;On another blog outside Pressharbor, where the admin url is &#60;a href=&#34;http://www.blogname.com/wp-admin&#34; rel=&#34;nofollow&#34;&#62;http://www.blogname.com/wp-admin&#60;/a&#62; I've installed without a problem a dropdown category plugin  see &#60;a href=&#34;http://zeligplanet.altervista.org/2006/01/wordpress-plugin-zelig-dropdown-cats/&#34; rel=&#34;nofollow&#34;&#62;http://zeligplanet.altervista.org/2006/01/wordpress-plugin-zelig-dropdown-cats/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;When I go through the same process with Thinking Home Business,&#60;br /&#62;
and insert in the sidebar the code &#38;lt;?php zelig_dropdown_cats(); ?&#38;gt;&#60;/p&#62;
&#60;p&#62;I get a Database Error, which leads with [wordpress_thinkinghomebusiness_com.wp_categories' doesn't exist]&#60;/p&#62;
&#60;p&#62;I'm guessing the problem is because of the admin url structure of &#60;a href=&#34;http://www.thinkinghomebusiness.com/wordpress/wp-admin&#34; rel=&#34;nofollow&#34;&#62;http://www.thinkinghomebusiness.com/wordpress/wp-admin&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;but don't know how to remedy the problem.&#60;/p&#62;
&#60;p&#62;Des
&#60;/p&#62;</description>
</item>

</channel>
</rss>

