<?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: Quick script to mass enable categories in Magento</title>
	<atom:link href="http://www.sonassi.com/knowledge-base/magento-knowledge-base/quick-script-to-mass-enable-categories-in-magento/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sonassi.com/knowledge-base/magento-knowledge-base/quick-script-to-mass-enable-categories-in-magento/</link>
	<description>Latest press releases, tutorials and thoughts on the world can be found here</description>
	<lastBuildDate>Thu, 09 Feb 2012 16:50:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: Mishi</title>
		<link>http://www.sonassi.com/knowledge-base/magento-knowledge-base/quick-script-to-mass-enable-categories-in-magento/comment-page-1/#comment-32407</link>
		<dc:creator>Mishi</dc:creator>
		<pubDate>Thu, 30 Sep 2010 02:47:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.sonassi.com/?p=1367#comment-32407</guid>
		<description>This wasn&#039;t working for me until I changed
$cats = explode(&quot;,&quot;,$line[1]);
to
$cats = explode(&quot;,&quot;,$line[0]);
That appears to have done the trick - thanks for saving me hours of finger-breaking work!
I&#039;m on 1.4.1.1.</description>
		<content:encoded><![CDATA[<p>This wasn&#8217;t working for me until I changed</p>
<p>$cats = explode(&#8220;,&#8221;,$line[1]);</p>
<p>to </p>
<p>$cats = explode(&#8220;,&#8221;,$line[0]);</p>
<p>That appears to have done the trick &#8211; thanks for saving me hours of finger-breaking work!</p>
<p>I&#8217;m on 1.4.1.1.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kim Young</title>
		<link>http://www.sonassi.com/knowledge-base/magento-knowledge-base/quick-script-to-mass-enable-categories-in-magento/comment-page-1/#comment-30292</link>
		<dc:creator>Kim Young</dc:creator>
		<pubDate>Tue, 17 Aug 2010 18:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.sonassi.com/?p=1367#comment-30292</guid>
		<description>ok - i ran this as instructed, but the categories are not adding the ids as instructed but autoassigning others, and the value (name) from the export function isnt carrying through. says it worked though... any thoughts?</description>
		<content:encoded><![CDATA[<p>ok &#8211; i ran this as instructed, but the categories are not adding the ids as instructed but autoassigning others, and the value (name) from the export function isnt carrying through. says it worked though&#8230; any thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ben@sonassi.com</title>
		<link>http://www.sonassi.com/knowledge-base/magento-knowledge-base/quick-script-to-mass-enable-categories-in-magento/comment-page-1/#comment-25429</link>
		<dc:creator>ben@sonassi.com</dc:creator>
		<pubDate>Fri, 12 Mar 2010 10:43:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.sonassi.com/?p=1367#comment-25429</guid>
		<description>That doesn&#039;t look like a 1.4 specific error - it just looks like php shortags are not enabled on your system.</description>
		<content:encoded><![CDATA[<p>That doesn&#8217;t look like a 1.4 specific error &#8211; it just looks like php shortags are not enabled on your system.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.sonassi.com/knowledge-base/magento-knowledge-base/quick-script-to-mass-enable-categories-in-magento/comment-page-1/#comment-25348</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Thu, 11 Mar 2010 19:10:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.sonassi.com/?p=1367#comment-25348</guid>
		<description>Am getting the errors:
./quick_enableCats.php: line 1: ?: No such file or directory
./quick_enableCats.php: line 3: syntax error near unexpected token `&#039;MAGENTO&#039;,&#039;
./quick_enableCats.php: line 3: ` define(&#039;MAGENTO&#039;, realpath(dirname(__FILE__)));&#039;
Strange...
Mike</description>
		<content:encoded><![CDATA[<p>Am getting the errors:</p>
<p>./quick_enableCats.php: line 1: ?: No such file or directory<br />
./quick_enableCats.php: line 3: syntax error near unexpected token `&#8217;MAGENTO&#8217;,&#8217;<br />
./quick_enableCats.php: line 3: ` define(&#8216;MAGENTO&#8217;, realpath(dirname(__FILE__)));&#8217;</p>
<p>Strange&#8230;</p>
<p>Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.sonassi.com/knowledge-base/magento-knowledge-base/quick-script-to-mass-enable-categories-in-magento/comment-page-1/#comment-25345</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Thu, 11 Mar 2010 18:27:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.sonassi.com/?p=1367#comment-25345</guid>
		<description>This didn&#039;t work for me in ver. 1.4.0.1. can it also be done with mysql?
Thanks,
Mike</description>
		<content:encoded><![CDATA[<p>This didn&#8217;t work for me in ver. 1.4.0.1. can it also be done with mysql?</p>
<p>Thanks,</p>
<p>Mike</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk (enhanced)
Database Caching using disk
Object Caching 286/292 objects using disk

Served from: www.sonassi.com @ 2012-02-11 07:59:00 -->
