<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>www.collazo.ws &#187; memory</title>
	<atom:link href="http://www.collazo.ws/tag/memory/feed" rel="self" type="application/rss+xml" />
	<link>http://www.collazo.ws</link>
	<description>A little nothing about something</description>
	<lastBuildDate>Tue, 30 Aug 2011 20:52:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Is the auto upgrade feature in your WordPress broken?</title>
		<link>http://www.collazo.ws/2009/08/14/is-the-auto-upgrade-feature-in-your-wordpress-broken</link>
		<comments>http://www.collazo.ws/2009/08/14/is-the-auto-upgrade-feature-in-your-wordpress-broken#comments</comments>
		<pubDate>Fri, 14 Aug 2009 07:02:37 +0000</pubDate>
		<dc:creator>robert</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.collazo.ws/?p=477</guid>
		<description><![CDATA[<a href="http://www.collazo.ws/2009/08/14/is-the-auto-upgrade-feature-in-your-wordpress-broken" title="Is the auto upgrade feature in your Wordpress broken?"></a>With the recent security vulnerability announcement about WordPress &#60;= 2.8.3 and the subsequent availability of a WordPress upgrade, I&#8217;ve taken to upgrading all of my WordPress blogs. On a few of them, the auto upgrade feature didn&#8217;t work. While researching &#8230;<p class="read-more"><a href="http://www.collazo.ws/2009/08/14/is-the-auto-upgrade-feature-in-your-wordpress-broken">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://www.collazo.ws/2009/08/14/is-the-auto-upgrade-feature-in-your-wordpress-broken" title="Is the auto upgrade feature in your Wordpress broken?"></a><p>With the recent <a target="_blank" href="http://archives.neohapsis.com/archives/fulldisclosure/2009-08/0114.html">security vulnerability</a> announcement about WordPress &lt;= 2.8.3 and the subsequent availability of a <a target="_blank" href="http://wordpress.org/development/2009/08/2-8-4-security-release/">WordPress upgrade</a>, I&#8217;ve taken to upgrading all of my WordPress blogs. On a few of them, the auto upgrade feature didn&#8217;t work.</p>
<p>While researching a solution, I stumbled across <a target="_blank" href="http://onemansblog.com/2009/07/21/tutorial-what-to-do-when-wordpress-auto-update-fails/">a site</a> that had some info on how to fix it. The solution presented on the site said to go into the wp-content directory and delete the directory named &#8220;upgrade&#8221;. I tried this and my auto upgrade still failed. As I continued looking for a fix, I found <a target="_blank" href="http://www.dev4press.com/2009/07/20/wordpress-auto-upgrade-problems/">another site</a> with a comment on the page that mentioned changing the memory settings for the running PHP process.  I did that and my problem was solved.<br />
<span id="more-477"></span><br />
You can change the memory settings using a few different methods. The easiest method is to edit the wp-config.php file in your DocumentRoot. Add the following the line to your wp-config.php before the line that reads &#8220;/* That&#8217;s all, stop editing! Happy blogging. */&#8221;. It should look like:</p>
<pre>
/** Define memory settings */
define('WP_MEMORY_LIMIT', '64M');

/* That's all, stop editing! Happy blogging. */
</pre>
<p>Change the &#8220;64&#8243; to something greater if it still doesn&#8217;t work. It could be that you have plugins that require lots of memory. Another way is to add the following line to the .htaccess file in your DocumentRoot:</p>
<pre>
php_value memory_limit 64M
</pre>
<p>Or you can also edit the php.ini file, finding the line that says &#8220;memory_limit&#8221; and changing it to read:</p>
<pre>
memory_limit = 64M
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.collazo.ws/2009/08/14/is-the-auto-upgrade-feature-in-your-wordpress-broken/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</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 10/29 queries in 0.200 seconds using apc
Object Caching 457/471 objects using disk: basic
Content Delivery Network via Rackspace Cloud Files: cdn.collazo.ws

Served from: www.collazo.ws @ 2012-02-06 02:25:39 -->
