<?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 common php mysql error fixes</title>
	<atom:link href="http://potpolitics.com/2009/07/09/wordpress-common-php-msyql-error-fixes/feed/" rel="self" type="application/rss+xml" />
	<link>http://potpolitics.com/2009/07/09/wordpress-common-php-msyql-error-fixes/</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Wed, 23 May 2012 18:47:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Wordpress</title>
		<link>http://potpolitics.com/2009/07/09/wordpress-common-php-msyql-error-fixes/#comment-6878</link>
		<dc:creator>Wordpress</dc:creator>
		<pubDate>Sun, 13 Sep 2009 22:11:32 +0000</pubDate>
		<guid isPermaLink="false">http://potpolitics.com/?p=2720#comment-6878</guid>
		<description>This isn&#039;t just true on one on one hosting, I have had numerous php memory leaks with FastCGI and php5.cgi processes on my dreamhost blogs for months, causing 500 errors and outages.  I finally convinced my hosting provider to convert me to using mod_php in apache instead of PHP as a CGI and now my blog performance is improved by 60% with double my free ram.  They will only grant mod_php if you have a Virtual Private Hosting plan, most hosting providers won&#039;t offer this option if you have shared hosting, because this buries the PHP process inside the apache owner and means you could affect other users if PHP goes wild though.</description>
		<content:encoded><![CDATA[<p>This isn&#8217;t just true on one on one hosting, I have had numerous php memory leaks with FastCGI and php5.cgi processes on my dreamhost blogs for months, causing 500 errors and outages.  I finally convinced my hosting provider to convert me to using mod_php in apache instead of PHP as a CGI and now my blog performance is improved by 60% with double my free ram.  They will only grant mod_php if you have a Virtual Private Hosting plan, most hosting providers won&#8217;t offer this option if you have shared hosting, because this buries the PHP process inside the apache owner and means you could affect other users if PHP goes wild though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alax Nash</title>
		<link>http://potpolitics.com/2009/07/09/wordpress-common-php-msyql-error-fixes/#comment-5222</link>
		<dc:creator>Alax Nash</dc:creator>
		<pubDate>Sun, 12 Jul 2009 10:21:58 +0000</pubDate>
		<guid isPermaLink="false">http://potpolitics.com/?p=2720#comment-5222</guid>
		<description>Yeah there are many fixes in 2.8.2 version, also if you want to change the size of memory, following is method 

(’WP_MEMORY_LIMIT’, ‘64M’); 

you have to make change in your  wp-config file. you can change dynamically, but default is 32mb, there were also many problems with database connectivity, hence many of them were started to use Oracle as a database, but since now bugs are fixed, i m sure they will return to SQL Server, well god knows what is with Javascript,Ajax,Rails, huh, lets see...lol</description>
		<content:encoded><![CDATA[<p>Yeah there are many fixes in 2.8.2 version, also if you want to change the size of memory, following is method </p>
<p>(’WP_MEMORY_LIMIT’, ‘64M’); </p>
<p>you have to make change in your  wp-config file. you can change dynamically, but default is 32mb, there were also many problems with database connectivity, hence many of them were started to use Oracle as a database, but since now bugs are fixed, i m sure they will return to SQL Server, well god knows what is with Javascript,Ajax,Rails, huh, lets see&#8230;lol</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rocky</title>
		<link>http://potpolitics.com/2009/07/09/wordpress-common-php-msyql-error-fixes/#comment-5209</link>
		<dc:creator>Rocky</dc:creator>
		<pubDate>Sat, 11 Jul 2009 09:09:51 +0000</pubDate>
		<guid isPermaLink="false">http://potpolitics.com/?p=2720#comment-5209</guid>
		<description>Thanks for giving us the tips about solving the problems for the errors !literally i hate them!once again thanks for that!</description>
		<content:encoded><![CDATA[<p>Thanks for giving us the tips about solving the problems for the errors !literally i hate them!once again thanks for that!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stan Weir</title>
		<link>http://potpolitics.com/2009/07/09/wordpress-common-php-msyql-error-fixes/#comment-5208</link>
		<dc:creator>Stan Weir</dc:creator>
		<pubDate>Sat, 11 Jul 2009 05:19:01 +0000</pubDate>
		<guid isPermaLink="false">http://potpolitics.com/?p=2720#comment-5208</guid>
		<description>Errors a common. Noting can be perfect and almost all things in the world has a error in it. It is good to know that you have shown up the errors so that we can look for an alternative .</description>
		<content:encoded><![CDATA[<p>Errors a common. Noting can be perfect and almost all things in the world has a error in it. It is good to know that you have shown up the errors so that we can look for an alternative .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wordpress</title>
		<link>http://potpolitics.com/2009/07/09/wordpress-common-php-msyql-error-fixes/#comment-5197</link>
		<dc:creator>Wordpress</dc:creator>
		<pubDate>Fri, 10 Jul 2009 14:04:24 +0000</pubDate>
		<guid isPermaLink="false">http://potpolitics.com/?p=2720#comment-5197</guid>
		<description>Thanks for the information.  I couldn&#039;t figure out the what heck was going on with the error 500 message at 1and1.com.  Your solution was just that.....a solution...and a simple one at that.  We&#039;re now in the process of adding the file to the other shared hosting packages we have with the same host mentioned above.

Thanks again and keep up the great work.

Cheers,
JB</description>
		<content:encoded><![CDATA[<p>Thanks for the information.  I couldn&#8217;t figure out the what heck was going on with the error 500 message at 1and1.com.  Your solution was just that&#8230;..a solution&#8230;and a simple one at that.  We&#8217;re now in the process of adding the file to the other shared hosting packages we have with the same host mentioned above.</p>
<p>Thanks again and keep up the great work.</p>
<p>Cheers,<br />
JB</p>
]]></content:encoded>
	</item>
</channel>
</rss>

