<?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.8.5 Automatic Upgrade Fiasco</title>
	<atom:link href="http://www.zanderchance.com/2009/10/23/wordpress-2-8-5-automatic-upgrade-fiasco/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zanderchance.com/2009/10/23/wordpress-2-8-5-automatic-upgrade-fiasco/</link>
	<description>The Best Super Affiliate You've Never Heard Of!</description>
	<lastBuildDate>Fri, 30 Jul 2010 19:30:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: jcl</title>
		<link>http://www.zanderchance.com/2009/10/23/wordpress-2-8-5-automatic-upgrade-fiasco/comment-page-1/#comment-1840</link>
		<dc:creator>jcl</dc:creator>
		<pubDate>Tue, 24 Nov 2009 23:49:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.zanderchance.com/?p=1258#comment-1840</guid>
		<description>/** Define memory settings */
define(’WP_MEMORY_LIMIT’, ‘64M’);

worked perfectly! big thanks!</description>
		<content:encoded><![CDATA[<p>/** Define memory settings */<br />
define(’WP_MEMORY_LIMIT’, ‘64M’);</p>
<p>worked perfectly! big thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Mayor</title>
		<link>http://www.zanderchance.com/2009/10/23/wordpress-2-8-5-automatic-upgrade-fiasco/comment-page-1/#comment-1801</link>
		<dc:creator>The Mayor</dc:creator>
		<pubDate>Thu, 19 Nov 2009 19:31:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.zanderchance.com/?p=1258#comment-1801</guid>
		<description>Ok, got it working.

For me, I had to follow the method of disabling all my plugins first.  That was not necessary for me to do when upgrading to 2.8.5 and the auto-upgrade worked fine then.  This time, though, I had to disable everything first for whatever reason.

Cheers,

The Mayor</description>
		<content:encoded><![CDATA[<p>Ok, got it working.</p>
<p>For me, I had to follow the method of disabling all my plugins first.  That was not necessary for me to do when upgrading to 2.8.5 and the auto-upgrade worked fine then.  This time, though, I had to disable everything first for whatever reason.</p>
<p>Cheers,</p>
<p>The Mayor</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Mayor</title>
		<link>http://www.zanderchance.com/2009/10/23/wordpress-2-8-5-automatic-upgrade-fiasco/comment-page-1/#comment-1800</link>
		<dc:creator>The Mayor</dc:creator>
		<pubDate>Thu, 19 Nov 2009 19:02:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.zanderchance.com/?p=1258#comment-1800</guid>
		<description>/** Define memory settings */
define(’WP_MEMORY_LIMIT’, ‘64M’);


this did NOT work for me.  i also tried making the amount larger - to 128M and that did not work either.  i am trying to go from 2.8.5. to 2.8.6.

any suggestions?</description>
		<content:encoded><![CDATA[<p>/** Define memory settings */<br />
define(’WP_MEMORY_LIMIT’, ‘64M’);</p>
<p>this did NOT work for me.  i also tried making the amount larger &#8211; to 128M and that did not work either.  i am trying to go from 2.8.5. to 2.8.6.</p>
<p>any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Kaland</title>
		<link>http://www.zanderchance.com/2009/10/23/wordpress-2-8-5-automatic-upgrade-fiasco/comment-page-1/#comment-1746</link>
		<dc:creator>Kevin Kaland</dc:creator>
		<pubDate>Sun, 15 Nov 2009 21:31:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.zanderchance.com/?p=1258#comment-1746</guid>
		<description>The following...

/** Define memory settings */
define(’WP_MEMORY_LIMIT’, ‘64M’);

...also worked for me. Much appreciated!</description>
		<content:encoded><![CDATA[<p>The following&#8230;</p>
<p>/** Define memory settings */<br />
define(’WP_MEMORY_LIMIT’, ‘64M’);</p>
<p>&#8230;also worked for me. Much appreciated!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle</title>
		<link>http://www.zanderchance.com/2009/10/23/wordpress-2-8-5-automatic-upgrade-fiasco/comment-page-1/#comment-1733</link>
		<dc:creator>Kyle</dc:creator>
		<pubDate>Fri, 13 Nov 2009 00:29:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.zanderchance.com/?p=1258#comment-1733</guid>
		<description>/** Define memory settings */
define(’WP_MEMORY_LIMIT’, ‘64M’); 

worked for me. Thanks.</description>
		<content:encoded><![CDATA[<p>/** Define memory settings */<br />
define(’WP_MEMORY_LIMIT’, ‘64M’); </p>
<p>worked for me. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zander</title>
		<link>http://www.zanderchance.com/2009/10/23/wordpress-2-8-5-automatic-upgrade-fiasco/comment-page-1/#comment-1732</link>
		<dc:creator>Zander</dc:creator>
		<pubDate>Thu, 12 Nov 2009 19:49:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.zanderchance.com/?p=1258#comment-1732</guid>
		<description>Ugh!  For such a minor change in 2.8.6, you&#039;d think they&#039;d figure out a way to offer a simple patch in lieu of a complete upgrade.   :(</description>
		<content:encoded><![CDATA[<p>Ugh!  For such a minor change in 2.8.6, you&#8217;d think they&#8217;d figure out a way to offer a simple patch in lieu of a complete upgrade.   <img src='http://www.zanderchance.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keith Davis</title>
		<link>http://www.zanderchance.com/2009/10/23/wordpress-2-8-5-automatic-upgrade-fiasco/comment-page-1/#comment-1731</link>
		<dc:creator>Keith Davis</dc:creator>
		<pubDate>Thu, 12 Nov 2009 19:44:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.zanderchance.com/?p=1258#comment-1731</guid>
		<description>2.8.5? take another look... 2.8.6 is out now!
I upgrade using cPanel and I only have 1 site to upgrade, but 40!

Oh well, Christmas and 2.9 will soon be with us.</description>
		<content:encoded><![CDATA[<p>2.8.5? take another look&#8230; 2.8.6 is out now!<br />
I upgrade using cPanel and I only have 1 site to upgrade, but 40!</p>
<p>Oh well, Christmas and 2.9 will soon be with us.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zander</title>
		<link>http://www.zanderchance.com/2009/10/23/wordpress-2-8-5-automatic-upgrade-fiasco/comment-page-1/#comment-1709</link>
		<dc:creator>Zander</dc:creator>
		<pubDate>Wed, 28 Oct 2009 20:44:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.zanderchance.com/?p=1258#comment-1709</guid>
		<description>Ok, I found a fix for this issue.. You need to add this in your wp-config.php file:

/** Define memory settings */ 
define(&#039;WP_MEMORY_LIMIT&#039;, &#039;64M&#039;); 

Apparently WP needs more memory, and this is an easy way to address it, especially if you don&#039;t have access to php.ini.

Please comment if it works for you.</description>
		<content:encoded><![CDATA[<p>Ok, I found a fix for this issue.. You need to add this in your wp-config.php file:</p>
<p>/** Define memory settings */<br />
define(&#8216;WP_MEMORY_LIMIT&#8217;, &#8217;64M&#8217;); </p>
<p>Apparently WP needs more memory, and this is an easy way to address it, especially if you don&#8217;t have access to php.ini.</p>
<p>Please comment if it works for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zander</title>
		<link>http://www.zanderchance.com/2009/10/23/wordpress-2-8-5-automatic-upgrade-fiasco/comment-page-1/#comment-1706</link>
		<dc:creator>Zander</dc:creator>
		<pubDate>Fri, 23 Oct 2009 15:57:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.zanderchance.com/?p=1258#comment-1706</guid>
		<description>I did a manual update on a few of the sites that I wanted updated immediately, but for the rest I&#039;m just waiting until a real fix is announced.  Some people in the support forums talked about disabling your plugins, but that fix didn&#039;t work for me.</description>
		<content:encoded><![CDATA[<p>I did a manual update on a few of the sites that I wanted updated immediately, but for the rest I&#8217;m just waiting until a real fix is announced.  Some people in the support forums talked about disabling your plugins, but that fix didn&#8217;t work for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suzy</title>
		<link>http://www.zanderchance.com/2009/10/23/wordpress-2-8-5-automatic-upgrade-fiasco/comment-page-1/#comment-1705</link>
		<dc:creator>Suzy</dc:creator>
		<pubDate>Fri, 23 Oct 2009 15:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.zanderchance.com/?p=1258#comment-1705</guid>
		<description>Hi there,

I seem to be having the same problem with one of my sites. It&#039;s hung up as well. What did you do?

thanks!</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>I seem to be having the same problem with one of my sites. It&#8217;s hung up as well. What did you do?</p>
<p>thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
