<?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: Turn off error reporting on your production site</title>
	<atom:link href="http://www.lost-in-code.com/platforms/wordpress/turn-off-error-reporting-on-your-production-site/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lost-in-code.com/platforms/wordpress/turn-off-error-reporting-on-your-production-site/</link>
	<description>Web Development Resources</description>
	<lastBuildDate>Mon, 30 Jan 2012 10:42:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Voyagerfan5761</title>
		<link>http://www.lost-in-code.com/platforms/wordpress/turn-off-error-reporting-on-your-production-site/comment-page-1/#comment-7570</link>
		<dc:creator>Voyagerfan5761</dc:creator>
		<pubDate>Wed, 15 Jun 2011 21:31:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.lost-in-code.com/?p=129#comment-7570</guid>
		<description>Something in this WordPress installation is converting the quotes in the code sample to &quot;smart quotes&quot;, causing the code to not function if copied-and-pasted.

Also, the initial call to set the error reporting level is unnecessary. AFAIK, turning that off also prevents errors from reaching the server logs, where they are wanted.</description>
		<content:encoded><![CDATA[<p>Something in this WordPress installation is converting the quotes in the code sample to &#8220;smart quotes&#8221;, causing the code to not function if copied-and-pasted.</p>
<p>Also, the initial call to set the error reporting level is unnecessary. AFAIK, turning that off also prevents errors from reaching the server logs, where they are wanted.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark McLaren</title>
		<link>http://www.lost-in-code.com/platforms/wordpress/turn-off-error-reporting-on-your-production-site/comment-page-1/#comment-7561</link>
		<dc:creator>Mark McLaren</dc:creator>
		<pubDate>Fri, 03 Jun 2011 06:06:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.lost-in-code.com/?p=129#comment-7561</guid>
		<description>Thank you for providing a quick fix for a vexing problem. I can&#039;t believe I hadn&#039;t seen this fix before!

Note: For any PHP hacks out there like myself, at first when I copied and pasted into wp-config.php the two lines of code you offer above, it did not work. The reason was that there are angled (aka &quot;smart&quot;) single quotation marks around ‘display_errors’. I changed these to straight single quotes (like this: &#039;display_errors&#039;) and it worked like a charm.</description>
		<content:encoded><![CDATA[<p>Thank you for providing a quick fix for a vexing problem. I can&#8217;t believe I hadn&#8217;t seen this fix before!</p>
<p>Note: For any PHP hacks out there like myself, at first when I copied and pasted into wp-config.php the two lines of code you offer above, it did not work. The reason was that there are angled (aka &#8220;smart&#8221;) single quotation marks around ‘display_errors’. I changed these to straight single quotes (like this: &#8216;display_errors&#8217;) and it worked like a charm.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: turn off wordpress php error reporting &#171; Difficiles Nugae Labs</title>
		<link>http://www.lost-in-code.com/platforms/wordpress/turn-off-error-reporting-on-your-production-site/comment-page-1/#comment-1082</link>
		<dc:creator>turn off wordpress php error reporting &#171; Difficiles Nugae Labs</dc:creator>
		<pubDate>Tue, 01 Jun 2010 07:51:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.lost-in-code.com/?p=129#comment-1082</guid>
		<description>[...] lost-in-code website You can find the solution: just add theese two lines error_reporting(0); [...]</description>
		<content:encoded><![CDATA[<p>[...] lost-in-code website You can find the solution: just add theese two lines error_reporting(0); [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Larry Levenson</title>
		<link>http://www.lost-in-code.com/platforms/wordpress/turn-off-error-reporting-on-your-production-site/comment-page-1/#comment-812</link>
		<dc:creator>Larry Levenson</dc:creator>
		<pubDate>Thu, 18 Feb 2010 04:44:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.lost-in-code.com/?p=129#comment-812</guid>
		<description>Thanks, Antonie! Nice, succinct article about turning off error messages on production sites. I&#039;m implementing it now.</description>
		<content:encoded><![CDATA[<p>Thanks, Antonie! Nice, succinct article about turning off error messages on production sites. I&#8217;m implementing it now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Hood</title>
		<link>http://www.lost-in-code.com/platforms/wordpress/turn-off-error-reporting-on-your-production-site/comment-page-1/#comment-669</link>
		<dc:creator>David Hood</dc:creator>
		<pubDate>Thu, 29 Oct 2009 01:10:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.lost-in-code.com/?p=129#comment-669</guid>
		<description>PHP configuration cannot be modified fue to the due to the provider right?</description>
		<content:encoded><![CDATA[<p>PHP configuration cannot be modified fue to the due to the provider right?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://www.lost-in-code.com/platforms/wordpress/turn-off-error-reporting-on-your-production-site/comment-page-1/#comment-535</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Fri, 21 Aug 2009 13:45:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.lost-in-code.com/?p=129#comment-535</guid>
		<description>I am assuming it depends on your web host, mine needed the display errors command before it stopped showing them.</description>
		<content:encoded><![CDATA[<p>I am assuming it depends on your web host, mine needed the display errors command before it stopped showing them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mr.The</title>
		<link>http://www.lost-in-code.com/platforms/wordpress/turn-off-error-reporting-on-your-production-site/comment-page-1/#comment-515</link>
		<dc:creator>mr.The</dc:creator>
		<pubDate>Thu, 06 Aug 2009 21:10:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.lost-in-code.com/?p=129#comment-515</guid>
		<description>Why is &quot;display_errors&quot;?
error_reporting already turned off all error reporting.</description>
		<content:encoded><![CDATA[<p>Why is &#8220;display_errors&#8221;?<br />
error_reporting already turned off all error reporting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Firefly</title>
		<link>http://www.lost-in-code.com/platforms/wordpress/turn-off-error-reporting-on-your-production-site/comment-page-1/#comment-194</link>
		<dc:creator>Firefly</dc:creator>
		<pubDate>Thu, 20 Nov 2008 22:48:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.lost-in-code.com/?p=129#comment-194</guid>
		<description>Great, thanks just what I was looking for, tried error_reporting(E_ERROR &#124; E_PARSE); but it did not work, yours works on 2.7.3 Beta 3 as well.

Firefly</description>
		<content:encoded><![CDATA[<p>Great, thanks just what I was looking for, tried error_reporting(E_ERROR | E_PARSE); but it did not work, yours works on 2.7.3 Beta 3 as well.</p>
<p>Firefly</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Antonie Potgieter</title>
		<link>http://www.lost-in-code.com/platforms/wordpress/turn-off-error-reporting-on-your-production-site/comment-page-1/#comment-116</link>
		<dc:creator>Antonie Potgieter</dc:creator>
		<pubDate>Thu, 02 Oct 2008 13:23:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.lost-in-code.com/?p=129#comment-116</guid>
		<description>@taylan

Its a pleasure. I&#039;m glad you found it useful.</description>
		<content:encoded><![CDATA[<p>@taylan</p>
<p>Its a pleasure. I&#8217;m glad you found it useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: taylan</title>
		<link>http://www.lost-in-code.com/platforms/wordpress/turn-off-error-reporting-on-your-production-site/comment-page-1/#comment-115</link>
		<dc:creator>taylan</dc:creator>
		<pubDate>Thu, 02 Oct 2008 12:01:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.lost-in-code.com/?p=129#comment-115</guid>
		<description>I usually used this &quot;error_reporting(0);&quot; I dont think add this,  
&quot;@ini_set(‘display_errors’, 0);&quot; thank you.</description>
		<content:encoded><![CDATA[<p>I usually used this &#8220;error_reporting(0);&#8221; I dont think add this,<br />
&#8220;@ini_set(‘display_errors’, 0);&#8221; thank you.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

