<?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: New Extension: Category Suggest</title>
	<atom:link href="http://www.foolnology.com/blog/arindler/new-extension-category-suggest.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.foolnology.com/blog/arindler/new-extension-category-suggest.html</link>
	<description>The spaces are our limit...</description>
	<lastBuildDate>Fri, 25 Jun 2010 06:13:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: arindler</title>
		<link>http://www.foolnology.com/blog/arindler/new-extension-category-suggest.html/comment-page-1#comment-4363</link>
		<dc:creator>arindler</dc:creator>
		<pubDate>Tue, 06 May 2008 06:08:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.foolnology.com/blog/arindler/new-extension-category-suggest.html#comment-4363</guid>
		<description>Hi Friso,
I can&#039;t see how the extension impacts the Special page as there are no links, but the no one can be too sure. Please also post this on http://www.mediawiki.org/wiki/Extension:CategorySuggest which should be read by more people.
It&#039;s also worth a try to look at your script size (either in php.ini or as a setting in Localsettings.php). A too small script size (less than 32MB) caused a similar issue for me the other day.

-Andi</description>
		<content:encoded><![CDATA[<p>Hi Friso,<br />
I can&#8217;t see how the extension impacts the Special page as there are no links, but the no one can be too sure. Please also post this on <a href="http://www.mediawiki.org/wiki/Extension:CategorySuggest" rel="nofollow">http://www.mediawiki.org/wiki/Extension:CategorySuggest</a> which should be read by more people.<br />
It&#8217;s also worth a try to look at your script size (either in php.ini or as a setting in Localsettings.php). A too small script size (less than 32MB) caused a similar issue for me the other day.</p>
<p>-Andi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Friso Dijkgraaf</title>
		<link>http://www.foolnology.com/blog/arindler/new-extension-category-suggest.html/comment-page-1#comment-4301</link>
		<dc:creator>Friso Dijkgraaf</dc:creator>
		<pubDate>Mon, 05 May 2008 10:16:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.foolnology.com/blog/arindler/new-extension-category-suggest.html#comment-4301</guid>
		<description>Hi,
since I&#039;m using your extension I&#039;m not able to access the special:allmessages page. I found out by gradually changing my local settings configuration file that the problem is here: require_once(&quot;$IP/extensions/CategorySuggest/CategorySuggest.php&quot;);

In fact by disabling the &#039;Category suggest&#039; extension (see below) the  the special:allmessages page is up and running again.

# When you make changes to this configuration file, this will make
# sure that cached pages are cleared.
$wgCacheEpoch = max( $wgCacheEpoch, gmdate( &#039;YmdHis&#039;, @filemtime( __FILE__ ) ) );
require_once $IP . &quot;/extensions/FCKeditor/FCKeditor.php&quot;;
require_once( $IP.&#039;/extensions/Cite/Cite.php&#039; );
require_once(&quot;extensions/tag_cloud.php&quot;);
#require_once(&quot;$IP/extensions/TagAsCategory/TagAsCategory.php&quot;); 	
#require_once(&quot;$IP/extensions/CategorySuggest/CategorySuggest.php&quot;);

I just wanted to confront other users with this issue just to make sure it&#039;s not a local problem of mine.
Compliments for the great job you&#039;re doing.
Best wishes,
Friso</description>
		<content:encoded><![CDATA[<p>Hi,<br />
since I&#8217;m using your extension I&#8217;m not able to access the special:allmessages page. I found out by gradually changing my local settings configuration file that the problem is here: require_once(&#8220;$IP/extensions/CategorySuggest/CategorySuggest.php&#8221;);</p>
<p>In fact by disabling the &#8216;Category suggest&#8217; extension (see below) the  the special:allmessages page is up and running again.</p>
<p># When you make changes to this configuration file, this will make<br />
# sure that cached pages are cleared.<br />
$wgCacheEpoch = max( $wgCacheEpoch, gmdate( &#8216;YmdHis&#8217;, @filemtime( __FILE__ ) ) );<br />
require_once $IP . &#8220;/extensions/FCKeditor/FCKeditor.php&#8221;;<br />
require_once( $IP.&#8217;/extensions/Cite/Cite.php&#8217; );<br />
require_once(&#8220;extensions/tag_cloud.php&#8221;);<br />
#require_once(&#8220;$IP/extensions/TagAsCategory/TagAsCategory.php&#8221;);<br />
#require_once(&#8220;$IP/extensions/CategorySuggest/CategorySuggest.php&#8221;);</p>
<p>I just wanted to confront other users with this issue just to make sure it&#8217;s not a local problem of mine.<br />
Compliments for the great job you&#8217;re doing.<br />
Best wishes,<br />
Friso</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JaredM</title>
		<link>http://www.foolnology.com/blog/arindler/new-extension-category-suggest.html/comment-page-1#comment-1609</link>
		<dc:creator>JaredM</dc:creator>
		<pubDate>Sat, 16 Feb 2008 06:11:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.foolnology.com/blog/arindler/new-extension-category-suggest.html#comment-1609</guid>
		<description>Andreas, are you still working on CategorySuggest?  There&#039;s some issues on the talk page: http://www.mediawiki.org/wiki/Extension_talk:CategorySuggest</description>
		<content:encoded><![CDATA[<p>Andreas, are you still working on CategorySuggest?  There&#8217;s some issues on the talk page: <a href="http://www.mediawiki.org/wiki/Extension_talk:CategorySuggest" rel="nofollow">http://www.mediawiki.org/wiki/Extension_talk:CategorySuggest</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Objessecefe</title>
		<link>http://www.foolnology.com/blog/arindler/new-extension-category-suggest.html/comment-page-1#comment-13</link>
		<dc:creator>Objessecefe</dc:creator>
		<pubDate>Thu, 18 Oct 2007 13:33:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.foolnology.com/blog/arindler/new-extension-category-suggest.html#comment-13</guid>
		<description>Hi. 
I look site aboutweb brouser</description>
		<content:encoded><![CDATA[<p>Hi.<br />
I look site aboutweb brouser</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: soeren says &#187; Blog Archive &#187; CategorySuggest</title>
		<link>http://www.foolnology.com/blog/arindler/new-extension-category-suggest.html/comment-page-1#comment-12</link>
		<dc:creator>soeren says &#187; Blog Archive &#187; CategorySuggest</dc:creator>
		<pubDate>Fri, 12 Oct 2007 13:50:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.foolnology.com/blog/arindler/new-extension-category-suggest.html#comment-12</guid>
		<description>[...] MediaWiki installation, I went through various extensions that might prove useful sooner or later. Here&#8217;s one that sounds neat. Says the author: [The manual approach of adding categories] clearly [...]</description>
		<content:encoded><![CDATA[<p>[...] MediaWiki installation, I went through various extensions that might prove useful sooner or later. Here&#8217;s one that sounds neat. Says the author: [The manual approach of adding categories] clearly [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Social Glass &#187; Blog Archive &#187; Mediawiki Category Selection</title>
		<link>http://www.foolnology.com/blog/arindler/new-extension-category-suggest.html/comment-page-1#comment-11</link>
		<dc:creator>Social Glass &#187; Blog Archive &#187; Mediawiki Category Selection</dc:creator>
		<pubDate>Thu, 11 Oct 2007 07:48:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.foolnology.com/blog/arindler/new-extension-category-suggest.html#comment-11</guid>
		<description>[...] Click over to his blog post describing the extension for a better overview.  These icons link to social bookmarking sites where readers can share and discover new web pages. [...]</description>
		<content:encoded><![CDATA[<p>[...] Click over to his blog post describing the extension for a better overview.  These icons link to social bookmarking sites where readers can share and discover new web pages. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
