If you're looking for a solution to this, its already been completely
implemented for 2.0 in the ErrorHandler and ExceptionRenderer
classes.  And because 2.0 uses PDO for the connections database errors
become exceptions.  You could always use a custom error handler that
converts errors into exceptions, which will make things like warnings
from mysql become halting exceptions.

-Mark

On Jul 2, 6:46 am, euromark <[email protected]> wrote:
> i have similar problems with an incorrect status code for MYSQL 
> errorshttp://groups.google.com/group/cake-php/browse_thread/thread/70b6a8b2...
>
> seems like there is a lot to do concerning correct response codes
>
> On 30 Jun., 14:37, lsiden <[email protected]> wrote:
>
>
>
>
>
>
>
> > I am writing a CakePHP (cakephp.org) controller. One of the actions,
> > "myAction", responds to AJAX requests. I find it annoying that if
> > anything goes wrong in the action handler, Cake always responds with
> > an error page and an HTTP status of 200, meaning that it fails
> > silently, so I have to open a new window and run the AJAX request
> > directly from the address bar to see the output and find out what went
> > wrong.
>
> > Please see my question to StackOverflow.com for the rest of the
> > details:http://stackoverflow.com/questions/6529588/getting-cakephp-to-return-...

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to