Hello Dave, I never used debug when using Ajax. I'm not sure if I understood your post. My suggestion is the Firebug. With this amazing extension for Firefox (https://addons.mozilla.org/pt-BR/firefox/addon/1843) you can see your requests, responses...
P.S. Sorry for my bad english... I'm from Brazil and my English doesn't help... :) On Apr 26, 11:54 pm, "Dave Maharaj :: WidePixels.com" <[email protected]> wrote: > For some odd reason i cant see the debug for any of my Ajax requests. It > used to work now it just stopped. > > config file debug = 2 > > app_controller > if ($this->RequestHandler->isAjax() || $this->RequestHandler->isXml()) { > Configure::write('debug', 2); > } > > even tried adding > if ($this->RequestHandler->isAjax() || $this->RequestHandler->isXml()) { > Configure::write('debug', 2); > } > > to the actions being called for the ajax and still no output. > > Ideas? > > 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 -~----------~----~----~----~------~----~------~--~---
