<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Blog Elite: Showing the ways of the pro's</title>
	<atom:link href="http://blogelite.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogelite.wordpress.com</link>
	<description>You don't need to be a genuis to be a problogger.</description>
	<lastBuildDate>Sat, 26 Jan 2008 17:58:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='blogelite.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Blog Elite: Showing the ways of the pro's</title>
		<link>http://blogelite.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://blogelite.wordpress.com/osd.xml" title="Blog Elite: Showing the ways of the pro&#039;s" />
	<atom:link rel='hub' href='http://blogelite.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Fatal Error: Memory Exhausted (WP Fix!)</title>
		<link>http://blogelite.wordpress.com/2008/01/26/fatal-error-memory-exhausted-wp-fix/</link>
		<comments>http://blogelite.wordpress.com/2008/01/26/fatal-error-memory-exhausted-wp-fix/#comments</comments>
		<pubDate>Sat, 26 Jan 2008 17:58:46 +0000</pubDate>
		<dc:creator>morgainelefay</dc:creator>
				<category><![CDATA[WordPress Fixes]]></category>
		<category><![CDATA[article]]></category>
		<category><![CDATA[fatal]]></category>
		<category><![CDATA[fatal error]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[ini]]></category>
		<category><![CDATA[ini settings]]></category>
		<category><![CDATA[memory exhausted]]></category>
		<category><![CDATA[WP Fix]]></category>

		<guid isPermaLink="false">http://blogelite.wordpress.com/?p=4</guid>
		<description><![CDATA[(This article was posted in short on my personal weblog, Zwinkyness. This is the longer version for those who would like to get more into detail). WordPress is a script or CMS, if you prefer, that actually runs an entire website. Therefore, it has the tendancy to pass the amount of space a script, by [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blogelite.wordpress.com&amp;blog=2570006&amp;post=4&amp;subd=blogelite&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>(This article was posted in short on my personal weblog, <a href="http://www.x.elvenmysteries">Zwinkyness</a>. This is the longer version for those who would like to get more into detail).</p>
<p><a href="http://wordpress.org">WordPress</a> is a script or CMS, if you prefer, that actually runs an entire website. Therefore, it has the tendancy to pass the amount of space a script, by default might take up. This limit (either 8 or 16 MB) is already installed by most hosting systems, even if you bought webhosting. If you go to your controlpanel and then to PHP indications or PHP settings or a title that looks alike, you will probably come across the words: Memory Size Limit. This is where the problem lies.</p>
<p>Many people run into this problem because they are simply not aware of this limit. With ordinary scripts, or a normal WP installation, it does not really matter that much anyway. But if you begin adding plugins to your installation, it might become an issue. Two plugins that seem to take up a lot of space are <strong>Gregarious </strong>and <strong>Google Sitemap Generator</strong>. However, if you really want to know the space taken by the scripts, you should check out your Disk Usage (which can probably also be found in your cpanel), which will give you a better idea of what is eating those 8 MB.</p>
<p>8 MB however, is not a lot. Besides, most people do not feel like dropping a couple of Plugins just to keep under that number. So, there are easy ways to fix this problem and more difficult ways. First of all, I heard about a .htaccess fix and a php.ini file, which one would have to create themselves, in order to change this 8 MB to a higher number. However, neither of the methods worked on my weblog (<a href="http://www.x.elvenmysteries">Zwinkyness</a>), so I continued my search.</p>
<p>What eventually did the trick, was putting a certain code in my cache.php file (wp-includes/cache.php) right after the &lt;?php tag</p>
<blockquote><p>ini_set(&#8216;memory_limit&#8217;,&#8217;32M&#8217;);</p></blockquote>
<p>Rather than making a php.ini file, I included the ini settings in an already existing PHP file, which completely solved the problem. Please take note that you can change the M-number. For example, here I chose 32M just to make sure I would not cross that limit any time soon, but if you prefer you can always pick 13 or 10 or whatever. My only advice to you is not to go below the 8, since that might do not at all to help you solve the problem.</p>
<p>Another method that helps (but not if the problem already has occured: than you first need the above method to restore it) is the WP-Cache plugin. Since it stores files that were not changed outside the database, rather than updating it all over again, it uses up no space of your PHP script space. It makes the amount of MB your weblog uses much smaller.</p>
<p>In case the method I supplied here, did not help or if you want more help, you are free to comment here or visit any of the resources provided here:</p>
<ol>
<li><a href="http://wordpress.org/support/topic/142747">Support topic on WordPress Forums</a></li>
<li><a href="http://wordpress.org/support/topic/137400?replies=6">Support topic on WordPress Forums #2 (solved the problem for me)</a></li>
<li><a href="http://wordpress.org/support/topic/152936">Increasing PHP on a virtual server (Support Forums)</a></li>
<li><a href="http://cstarsys.com/blog/2007/12/12/fixing-the-php-allowed-memory-size-exchausted-fatal-error-in-wordpress/">The .htaccess solution to fixing PHP Memory</a></li>
</ol>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/blogelite.wordpress.com/4/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/blogelite.wordpress.com/4/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/blogelite.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/blogelite.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/blogelite.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/blogelite.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/blogelite.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/blogelite.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/blogelite.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/blogelite.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/blogelite.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/blogelite.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/blogelite.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/blogelite.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/blogelite.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/blogelite.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blogelite.wordpress.com&amp;blog=2570006&amp;post=4&amp;subd=blogelite&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blogelite.wordpress.com/2008/01/26/fatal-error-memory-exhausted-wp-fix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6e7ac60cf6d9378b92ebc42d1b758e99?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">morgainelefay</media:title>
		</media:content>
	</item>
		<item>
		<title>Hello world!</title>
		<link>http://blogelite.wordpress.com/2008/01/20/hello-world/</link>
		<comments>http://blogelite.wordpress.com/2008/01/20/hello-world/#comments</comments>
		<pubDate>Sun, 20 Jan 2008 19:10:17 +0000</pubDate>
		<dc:creator>morgainelefay</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blogelite.wordpress.com&amp;blog=2570006&amp;post=1&amp;subd=blogelite&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Welcome to <a href="http://wordpress.com/">WordPress.com</a>. This is your first post. Edit or delete it and start blogging!</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/blogelite.wordpress.com/1/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/blogelite.wordpress.com/1/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/blogelite.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/blogelite.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/blogelite.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/blogelite.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/blogelite.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/blogelite.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/blogelite.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/blogelite.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/blogelite.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/blogelite.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/blogelite.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/blogelite.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/blogelite.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/blogelite.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blogelite.wordpress.com&amp;blog=2570006&amp;post=1&amp;subd=blogelite&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blogelite.wordpress.com/2008/01/20/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6e7ac60cf6d9378b92ebc42d1b758e99?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">morgainelefay</media:title>
		</media:content>
	</item>
	</channel>
</rss>
