<?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: Completely custom Symfony error pages</title>
	<atom:link href="http://n8v.enteuxis.org/2009/03/completely-custom-symfony-error-pages/feed/" rel="self" type="application/rss+xml" />
	<link>http://n8v.enteuxis.org/2009/03/completely-custom-symfony-error-pages/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Mon, 05 Dec 2011 01:11:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2-beta2-18055</generator>
	<item>
		<title>By: Jayz</title>
		<link>http://n8v.enteuxis.org/2009/03/completely-custom-symfony-error-pages/comment-page-1/#comment-998</link>
		<dc:creator>Jayz</dc:creator>
		<pubDate>Mon, 21 Dec 2009 13:47:58 +0000</pubDate>
		<guid isPermaLink="false">http://n8v.enteuxis.org/?p=177#comment-998</guid>
		<description>&lt;p&gt;Hi Nathan,&lt;/p&gt;

&lt;p&gt;I like the new look of this site. To update on the problem I had posted, it works fine now. I had somehow missed turning off the debug mode in production, had to make it &quot;false&quot; in index.php. Thanks a lot for pointing it out.&lt;/p&gt;

&lt;p&gt;~Jayz&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Nathan,</p>

<p>I like the new look of this site. To update on the problem I had posted, it works fine now. I had somehow missed turning off the debug mode in production, had to make it &#8220;false&#8221; in index.php. Thanks a lot for pointing it out.</p>

<p>~Jayz</p>]]></content:encoded>
	</item>
	<item>
		<title>By: jayz</title>
		<link>http://n8v.enteuxis.org/2009/03/completely-custom-symfony-error-pages/comment-page-1/#comment-993</link>
		<dc:creator>jayz</dc:creator>
		<pubDate>Sat, 05 Dec 2009 20:05:57 +0000</pubDate>
		<guid isPermaLink="false">http://n8v.enteuxis.org/?p=177#comment-993</guid>
		<description>&lt;p&gt;Hi Nathan,&lt;/p&gt;

&lt;p&gt;This works well for me in dev, but has no effect in production environment when I upload files to my shared host. Any pointers?&lt;/p&gt;

&lt;p&gt;Jayz&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Nathan,</p>

<p>This works well for me in dev, but has no effect in production environment when I upload files to my shared host. Any pointers?</p>

<p>Jayz</p>]]></content:encoded>
	</item>
	<item>
		<title>By: nathan</title>
		<link>http://n8v.enteuxis.org/2009/03/completely-custom-symfony-error-pages/comment-page-1/#comment-818</link>
		<dc:creator>nathan</dc:creator>
		<pubDate>Fri, 26 Jun 2009 15:45:23 +0000</pubDate>
		<guid isPermaLink="false">http://n8v.enteuxis.org/?p=177#comment-818</guid>
		<description>&lt;p&gt;Note, my recent post &lt;a href=&quot;http://n8v.enteuxis.org/2009/06/making-a-symfony-plug-in-for-visual-theme-and-custom-errors/&quot; rel=&quot;nofollow&quot;&gt;Making a symfony plug-in for visual theme and custom errors&lt;/a&gt; covers packaging your custom error stuff into a plug-in so you can reuse it in multiple symfony projects.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Note, my recent post <a href="http://n8v.enteuxis.org/2009/06/making-a-symfony-plug-in-for-visual-theme-and-custom-errors/" rel="nofollow">Making a symfony plug-in for visual theme and custom errors</a> covers packaging your custom error stuff into a plug-in so you can reuse it in multiple symfony projects.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: nathan</title>
		<link>http://n8v.enteuxis.org/2009/03/completely-custom-symfony-error-pages/comment-page-1/#comment-780</link>
		<dc:creator>nathan</dc:creator>
		<pubDate>Fri, 24 Apr 2009 04:48:48 +0000</pubDate>
		<guid isPermaLink="false">http://n8v.enteuxis.org/?p=177#comment-780</guid>
		<description>&lt;p&gt;Thanks Éric!  I like comments like yours a lot, actually :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks Éric!  I like comments like yours a lot, actually <img src='http://n8v.enteuxis.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>]]></content:encoded>
	</item>
	<item>
		<title>By: Éric Rogé</title>
		<link>http://n8v.enteuxis.org/2009/03/completely-custom-symfony-error-pages/comment-page-1/#comment-758</link>
		<dc:creator>Éric Rogé</dc:creator>
		<pubDate>Thu, 23 Apr 2009 14:27:30 +0000</pubDate>
		<guid isPermaLink="false">http://n8v.enteuxis.org/?p=177#comment-758</guid>
		<description>&lt;p&gt;Pretty good post.&lt;/p&gt;

&lt;p&gt;I know, this comment is the most usefull ever :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Pretty good post.</p>

<p>I know, this comment is the most usefull ever <img src='http://n8v.enteuxis.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>]]></content:encoded>
	</item>
	<item>
		<title>By: Symfony: настраиваем собственные обработчики ошибок (404, 500, unavailable.php) &#124; Блог веб-разработчика</title>
		<link>http://n8v.enteuxis.org/2009/03/completely-custom-symfony-error-pages/comment-page-1/#comment-155</link>
		<dc:creator>Symfony: настраиваем собственные обработчики ошибок (404, 500, unavailable.php) &#124; Блог веб-разработчика</dc:creator>
		<pubDate>Thu, 19 Mar 2009 01:57:53 +0000</pubDate>
		<guid isPermaLink="false">http://n8v.enteuxis.org/?p=177#comment-155</guid>
		<description>&lt;p&gt;[...] Configuration Files &#8226; The symfony Cookbook: How to customize Error Templates &#8226; Completely custom Symfony error pages   Похожие статьи: Symfony: нововведения в новой системе [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] Configuration Files &bull; The symfony Cookbook: How to customize Error Templates &bull; Completely custom Symfony error pages   Похожие статьи: Symfony: нововведения в новой системе [...]</p>]]></content:encoded>
	</item>
</channel>
</rss>

