Cake displays its 404 page on error when debug is set to 0. Check your error log. Do you have a redirect in the method? Perhaps it can't find that.
On Wed, Sep 16, 2009 at 1:33 PM, Dave <[email protected]> wrote: > > I am doing a sort with jQuery and its working, saves each item in the > sort. > > Now when I have Configure::write('debug', 2); no errors and saves > > when i change it to Configure::write('debug', 0); i watch the net > activity for the request and get page can not be found in the console > window..but it saves the order to the database so its getting to where > i am sending it and it does its thing...but why would it say page can > not be found by simply changing debug options? > > Dave > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
