<?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>Web design and development in London and Surrey &#187; plugin</title>
	<atom:link href="http://zorinweb.com/tag/plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://zorinweb.com</link>
	<description>Just another Web design and development weblog</description>
	<lastBuildDate>Fri, 13 Jan 2012 14:56:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Problem with WordPress Plugin Activation</title>
		<link>http://zorinweb.com/2010/01/problem-with-wordpress-plugin-activation/</link>
		<comments>http://zorinweb.com/2010/01/problem-with-wordpress-plugin-activation/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 23:29:08 +0000</pubDate>
		<dc:creator>ZorinWeb</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php function]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://zorinweb.com/?p=200</guid>
		<description><![CDATA[If you&#8217;re running a number of memory hungry plugins, you might exceed the 32mb worth of memory allotted by the standard WordPress install. I&#8217;ve used an e-commerce solution plugin before that used significantly more memory than the others. So, if you try to activate a WordPress plugin, but can&#8217;t, due to a memory allocation problem, [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re running a number of memory hungry plugins, you might exceed the 32mb worth of memory allotted by the standard WordPress install. I&#8217;ve used an e-commerce solution plugin before that used significantly more memory than the others.</p>
<p><span id="more-200"></span></p>
<p>So, if you try to activate a WordPress plugin, but can&#8217;t, due to a memory allocation problem, you can either modify the wp-settings.php script, or, if that has no effect, increase the &#8216;memory_limit&#8217; variable in the php .ini file. If you can access the php .ini file yourself, great, if not, contact your host.</p>
<p>To change the wp-settings.php file, open it up and locate the following lines:</p>
<p><code><br />
if ( !defined('WP_MEMORY_LIMIT') )<br />
define('WP_MEMORY_LIMIT', '32M');<br />
</code></p>
<p>Now change &#8217;32MB&#8217; to &#8217;64MB&#8217;, so it reads:</p>
<p><code><br />
if ( !defined('WP_MEMORY_LIMIT') )<br />
define('WP_MEMORY_LIMIT', '64M');<br />
</code><br />
Again, if this doesn&#8217;t and you can&#8217;t change the php .ini file yourself, contact your host. Incidentally, if you&#8217;d like to see your &#8216;memory_limit&#8217; allocation, pop the following code into a php web page and upload it to the server:</p>
<p><code><br />
&lt;? php echo phpinfo(); ?&gt;<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://zorinweb.com/2010/01/problem-with-wordpress-plugin-activation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

