<?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: Rolling out an API for your cakePHP app Part 3: Handling Errors</title>
	<atom:link href="http://deadlytechnology.com/scripts/php/api-error-handling/feed/" rel="self" type="application/rss+xml" />
	<link>http://deadlytechnology.com/php/api-error-handling/</link>
	<description></description>
	<lastBuildDate>Sun, 15 Apr 2012 21:04:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Re: Mobile Phone Layout &#8211; Using the RequestHandler in the CakeErrorController / AppError &#124; DEEP in PHP</title>
		<link>http://deadlytechnology.com/php/api-error-handling/comment-page-1/#comment-1103</link>
		<dc:creator>Re: Mobile Phone Layout &#8211; Using the RequestHandler in the CakeErrorController / AppError &#124; DEEP in PHP</dc:creator>
		<pubDate>Thu, 10 Mar 2011 15:25:05 +0000</pubDate>
		<guid isPermaLink="false">http://deadlytechnology.com/?p=398#comment-1103</guid>
		<description>[...] on March 10, 2011 by News    Take a look at this link-  [link]  Basically it shows how to create a custom errorhandler including the ability  to access the [...]</description>
		<content:encoded><![CDATA[<p>[...] on March 10, 2011 by News    Take a look at this link-  [link]  Basically it shows how to create a custom errorhandler including the ability  to access the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: frank</title>
		<link>http://deadlytechnology.com/php/api-error-handling/comment-page-1/#comment-1088</link>
		<dc:creator>frank</dc:creator>
		<pubDate>Thu, 17 Feb 2011 20:01:49 +0000</pubDate>
		<guid isPermaLink="false">http://deadlytechnology.com/?p=398#comment-1088</guid>
		<description>Hi Oliver, my guess is that you haven&#039;t got the RequestHandler in your components array for that controller, try including the request handler at the top of the controller you are using when this error appears:
var $components = array(&#039;RequestHandler&#039;, &#039;Api&#039;);</description>
		<content:encoded><![CDATA[<p>Hi Oliver, my guess is that you haven&#8217;t got the RequestHandler in your components array for that controller, try including the request handler at the top of the controller you are using when this error appears:<br />
var $components = array(&#8216;RequestHandler&#8217;, &#8216;Api&#8217;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oliver</title>
		<link>http://deadlytechnology.com/php/api-error-handling/comment-page-1/#comment-1086</link>
		<dc:creator>Oliver</dc:creator>
		<pubDate>Wed, 16 Feb 2011 17:54:59 +0000</pubDate>
		<guid isPermaLink="false">http://deadlytechnology.com/?p=398#comment-1086</guid>
		<description>Hi,

I am really loving your approach and everything seems to run fine, except one thing..
When there is a view file missing your app_error class is throwing an error:

Notice (8): Undefined property: CakeErrorController::$RequestHandler [APP/app_error.php, line 165]

Fatal error: Call to a member function prefers() on a non-object in /dev/app/app_error.php on line 165

I tried a lot, but can&#039;t find the mistake..

Oliver</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am really loving your approach and everything seems to run fine, except one thing..<br />
When there is a view file missing your app_error class is throwing an error:</p>
<p>Notice (8): Undefined property: CakeErrorController::$RequestHandler [APP/app_error.php, line 165]</p>
<p>Fatal error: Call to a member function prefers() on a non-object in /dev/app/app_error.php on line 165</p>
<p>I tried a lot, but can&#8217;t find the mistake..</p>
<p>Oliver</p>
]]></content:encoded>
	</item>
</channel>
</rss>

