<?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: ACE 1.4.3</title>
	<atom:link href="http://ace.dev.rain.hu/2009/05/13/ace-143/feed/" rel="self" type="application/rss+xml" />
	<link>http://ace.dev.rain.hu/2009/05/13/ace-143/</link>
	<description>Category Exclusion, Content Exclusion, Advanced Content Excluder for WordPress</description>
	<lastBuildDate>Sat, 24 Jul 2010 12:48:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Ron</title>
		<link>http://ace.dev.rain.hu/2009/05/13/ace-143/comment-page-2/#comment-8409</link>
		<dc:creator>Ron</dc:creator>
		<pubDate>Mon, 10 May 2010 17:17:48 +0000</pubDate>
		<guid isPermaLink="false">http://ace.dev.rain.hu/?p=36#comment-8409</guid>
		<description>My IT department recently changed servers and PHP versions. As a results, Advanced Category Excluder was severely messing up my website. I am using WordPress 2.8.5. The version of PHP IT is using is 5.3.0. When I deactivate ACE, everything works again.

Here are the symptoms when ACE is activated:

1. The home page and each category page attempts to display every post, page and media item as it would display a post.

2. Every category page lists every post, page and media item, not just the posts for that category.

3. The home page and each category page lists lists multiple versions of the same post. The number of versions might correspond to the number of revisions to a post, perhaps including any auto-saves.

4. The dashboard lists 1,353 posts, 529 pages, 29 categories which is correct.

5. Underneath &quot;Edit Posts&quot; on the admin Edit Posts page, the correct numbers are listed for &quot;All&quot;, &quot;Published&quot; and &quot;Drafts&quot;. However, on the right-hand side of the &quot;Edit Posts&quot; page, it reads &quot;Displaying 1-15 of 2,768 posts (instead of 1,355).

6. The Edit Posts page lists not only all posts, but also every Page and Media Item. It also lists many pages multiple times consistent with the number of times the post appears (wrongly) on the home page or a category page.

7. When you try to conduct a search for a particular term in a post, it returns every post, page or media item, regardless of whether or not the term appears in the post, page or media item

8. The Edit Pages page, behaves like the Edit Posts page, correct identifying the number of pages under &quot;All&quot;, &quot;Published&quot;, &quot;Scheduled&quot;, etc., but reading &quot;Displaying 1-15 of 2,768 posts (instead of 1,355). It also lists all posts, pages and media items, but in alphabetical order.

9. The Media Library page does the same, correctly identifying the correct number of pages under &quot;All&quot;, and &quot;Images&quot; but reading &quot;Displaying 1-15 of 2,768 posts (instead of 1,355). It also lists all posts, pages and media items.

Any thoughts?</description>
		<content:encoded><![CDATA[<p>My IT department recently changed servers and PHP versions. As a results, Advanced Category Excluder was severely messing up my website. I am using WordPress 2.8.5. The version of PHP IT is using is 5.3.0. When I deactivate ACE, everything works again.</p>
<p>Here are the symptoms when ACE is activated:</p>
<p>1. The home page and each category page attempts to display every post, page and media item as it would display a post.</p>
<p>2. Every category page lists every post, page and media item, not just the posts for that category.</p>
<p>3. The home page and each category page lists lists multiple versions of the same post. The number of versions might correspond to the number of revisions to a post, perhaps including any auto-saves.</p>
<p>4. The dashboard lists 1,353 posts, 529 pages, 29 categories which is correct.</p>
<p>5. Underneath &#8220;Edit Posts&#8221; on the admin Edit Posts page, the correct numbers are listed for &#8220;All&#8221;, &#8220;Published&#8221; and &#8220;Drafts&#8221;. However, on the right-hand side of the &#8220;Edit Posts&#8221; page, it reads &#8220;Displaying 1-15 of 2,768 posts (instead of 1,355).</p>
<p>6. The Edit Posts page lists not only all posts, but also every Page and Media Item. It also lists many pages multiple times consistent with the number of times the post appears (wrongly) on the home page or a category page.</p>
<p>7. When you try to conduct a search for a particular term in a post, it returns every post, page or media item, regardless of whether or not the term appears in the post, page or media item</p>
<p>8. The Edit Pages page, behaves like the Edit Posts page, correct identifying the number of pages under &#8220;All&#8221;, &#8220;Published&#8221;, &#8220;Scheduled&#8221;, etc., but reading &#8220;Displaying 1-15 of 2,768 posts (instead of 1,355). It also lists all posts, pages and media items, but in alphabetical order.</p>
<p>9. The Media Library page does the same, correctly identifying the correct number of pages under &#8220;All&#8221;, and &#8220;Images&#8221; but reading &#8220;Displaying 1-15 of 2,768 posts (instead of 1,355). It also lists all posts, pages and media items.</p>
<p>Any thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TomasN</title>
		<link>http://ace.dev.rain.hu/2009/05/13/ace-143/comment-page-2/#comment-6645</link>
		<dc:creator>TomasN</dc:creator>
		<pubDate>Mon, 08 Mar 2010 19:28:14 +0000</pubDate>
		<guid isPermaLink="false">http://ace.dev.rain.hu/?p=36#comment-6645</guid>
		<description>Forgot mention that I have installed PHP 5.3.1 and Apache 2.2.14 on my server. I say that because the plugin EventCalendar for WP has problems on PHP 5.3.1 in the call to functions with arguments passed by reference, for example, functions of the type my_function(&amp;$var). In this case the function must be corrected to my_function($var). Maybe it is the same case for ACE 1.4.3 in PHP 5.3.1.

Cheers</description>
		<content:encoded><![CDATA[<p>Forgot mention that I have installed PHP 5.3.1 and Apache 2.2.14 on my server. I say that because the plugin EventCalendar for WP has problems on PHP 5.3.1 in the call to functions with arguments passed by reference, for example, functions of the type my_function(&amp;$var). In this case the function must be corrected to my_function($var). Maybe it is the same case for ACE 1.4.3 in PHP 5.3.1.</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TomasN</title>
		<link>http://ace.dev.rain.hu/2009/05/13/ace-143/comment-page-2/#comment-6630</link>
		<dc:creator>TomasN</dc:creator>
		<pubDate>Mon, 08 Mar 2010 02:15:46 +0000</pubDate>
		<guid isPermaLink="false">http://ace.dev.rain.hu/?p=36#comment-6630</guid>
		<description>Hello,
I just have installed wordpress 2.9.2 and the plugin ACE 1.4.3. When I activated the plugin, the sentence in my index.php

$wp_query = new WP_Query (&#039;cat=2&amp;posts_per_page=3&amp;paged=2&#039;);

did not work anymore. Now the index.php shows all post from all categories including the revision of the posts (as they were real posts), weird!!  I decided to remove the plugin. When I did it, everything became normal as before, that is, index.php shows only the posts with category 2.

Please try it that way.

Regards</description>
		<content:encoded><![CDATA[<p>Hello,<br />
I just have installed wordpress 2.9.2 and the plugin ACE 1.4.3. When I activated the plugin, the sentence in my index.php</p>
<p>$wp_query = new WP_Query (&#8216;cat=2&amp;posts_per_page=3&amp;paged=2&#8242;);</p>
<p>did not work anymore. Now the index.php shows all post from all categories including the revision of the posts (as they were real posts), weird!!  I decided to remove the plugin. When I did it, everything became normal as before, that is, index.php shows only the posts with category 2.</p>
<p>Please try it that way.</p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://ace.dev.rain.hu/2009/05/13/ace-143/comment-page-2/#comment-6555</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Sat, 20 Feb 2010 18:09:18 +0000</pubDate>
		<guid isPermaLink="false">http://ace.dev.rain.hu/?p=36#comment-6555</guid>
		<description>I look forward to seeing the updated version and trying it out.  This is a very popular plugin as I can see!!!  Thank you for all your hard work, we appreciate it!</description>
		<content:encoded><![CDATA[<p>I look forward to seeing the updated version and trying it out.  This is a very popular plugin as I can see!!!  Thank you for all your hard work, we appreciate it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DjZoNe</title>
		<link>http://ace.dev.rain.hu/2009/05/13/ace-143/comment-page-2/#comment-6511</link>
		<dc:creator>DjZoNe</dc:creator>
		<pubDate>Thu, 04 Feb 2010 12:32:43 +0000</pubDate>
		<guid isPermaLink="false">http://ace.dev.rain.hu/?p=36#comment-6511</guid>
		<description>New ACE 1.5 is coming, in a week or so.

With native Categories Widget support, new widgets options, and PHP 5.3 work arounds.</description>
		<content:encoded><![CDATA[<p>New ACE 1.5 is coming, in a week or so.</p>
<p>With native Categories Widget support, new widgets options, and PHP 5.3 work arounds.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tunermag</title>
		<link>http://ace.dev.rain.hu/2009/05/13/ace-143/comment-page-2/#comment-6489</link>
		<dc:creator>tunermag</dc:creator>
		<pubDate>Tue, 02 Feb 2010 06:08:42 +0000</pubDate>
		<guid isPermaLink="false">http://ace.dev.rain.hu/?p=36#comment-6489</guid>
		<description>Does not work with 2.9!</description>
		<content:encoded><![CDATA[<p>Does not work with 2.9!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sebastian</title>
		<link>http://ace.dev.rain.hu/2009/05/13/ace-143/comment-page-2/#comment-6484</link>
		<dc:creator>Sebastian</dc:creator>
		<pubDate>Sat, 30 Jan 2010 16:15:09 +0000</pubDate>
		<guid isPermaLink="false">http://ace.dev.rain.hu/?p=36#comment-6484</guid>
		<description>This plugin is great, but it isn&#039;t working with Wordpress 2.9 and up. Is there going to be an update soon, or what&#039;s happening? Please, keep us informed!

Thanks /S</description>
		<content:encoded><![CDATA[<p>This plugin is great, but it isn&#8217;t working with WordPress 2.9 and up. Is there going to be an update soon, or what&#8217;s happening? Please, keep us informed!</p>
<p>Thanks /S</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tobi</title>
		<link>http://ace.dev.rain.hu/2009/05/13/ace-143/comment-page-2/#comment-6483</link>
		<dc:creator>Tobi</dc:creator>
		<pubDate>Sat, 30 Jan 2010 14:45:08 +0000</pubDate>
		<guid isPermaLink="false">http://ace.dev.rain.hu/?p=36#comment-6483</guid>
		<description>&quot;I got the solution. Replace in advanced-category-excluder.php:
&amp;$where &gt; $where
&amp;$join &gt; $join
&amp;$args &gt; $args&quot;

i tried this bugfix. i&#039;m using PHP5.3 but the plugin won&#039;t work.
Please help me! 
My Website can&#039;t live without ACE!</description>
		<content:encoded><![CDATA[<p>&#8220;I got the solution. Replace in advanced-category-excluder.php:<br />
&amp;$where &gt; $where<br />
&amp;$join &gt; $join<br />
&amp;$args &gt; $args&#8221;</p>
<p>i tried this bugfix. i&#8217;m using PHP5.3 but the plugin won&#8217;t work.<br />
Please help me!<br />
My Website can&#8217;t live without ACE!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Giles Lawrence</title>
		<link>http://ace.dev.rain.hu/2009/05/13/ace-143/comment-page-2/#comment-6480</link>
		<dc:creator>Giles Lawrence</dc:creator>
		<pubDate>Thu, 28 Jan 2010 18:16:04 +0000</pubDate>
		<guid isPermaLink="false">http://ace.dev.rain.hu/?p=36#comment-6480</guid>
		<description>As above...

Our site has crashed out and gone all RED...

Any idea when a fix will be made??</description>
		<content:encoded><![CDATA[<p>As above&#8230;</p>
<p>Our site has crashed out and gone all RED&#8230;</p>
<p>Any idea when a fix will be made??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: se nuke detonator</title>
		<link>http://ace.dev.rain.hu/2009/05/13/ace-143/comment-page-2/#comment-6477</link>
		<dc:creator>se nuke detonator</dc:creator>
		<pubDate>Wed, 27 Jan 2010 03:20:03 +0000</pubDate>
		<guid isPermaLink="false">http://ace.dev.rain.hu/?p=36#comment-6477</guid>
		<description>Keep working ,great job!</description>
		<content:encoded><![CDATA[<p>Keep working ,great job!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
