<?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>UNENDED &#187; PHP</title>
	<atom:link href="http://unended.com/blog/tags/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://unended.com/blog</link>
	<description>Blog</description>
	<lastBuildDate>Tue, 29 Nov 2011 18:36:14 +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>Fatal Error: Allowed Memory Size Fix for ExpressionEngine 2.0 PB</title>
		<link>http://unended.com/blog/archives/fatal-error-allowed-memory-expressionengine-2/</link>
		<comments>http://unended.com/blog/archives/fatal-error-allowed-memory-expressionengine-2/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 03:43:57 +0000</pubDate>
		<dc:creator>Patrick Ashamalla</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[ExpressionEngine]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://unended.com/blog/?p=207</guid>
		<description><![CDATA[I've been running a couple of tests with a new installation of Expression Engine 2.0 Public Beta. Everything has been running pretty smoothly, but I did run into an error when I tried to edit existing pages added during the installation (if you selected to have Agile Records added).]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been running a couple of tests with a new installation of Expression Engine 2.0 Public Beta. Everything has been running pretty smoothly, but I did run into an error when I tried to edit existing pages added during the installation (if you selected to have Agile Records added).</p>
<p>When trying to edit an entry would get:</p>
<pre><code>Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 311296 bytes) in...</code></pre>
<p>A quick workaround for this is to add the following line of code at the top of your admin index.php page.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #990000;">ini_set</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'memory_limit'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'32M'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></td></tr></table></div>

<p>I&#8217;m only running a local version on my MacBook Pro MAMP PRO setup for my own testing purposes so this is going to be pretty isolated, but I thought I&#8217;d post this in case somebody else runs into the same snag.</p>
]]></content:encoded>
			<wfw:commentRss>http://unended.com/blog/archives/fatal-error-allowed-memory-expressionengine-2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

