My solution for this was to disable the debug mode for that specific request
via "Configure::write('debug', 0)" in the beforeFilter() action.2008/9/3 red <[EMAIL PROTECTED]> > > Extra question - is there any way to hide debug output on div's, that > are returned from Ajax request (without turning on production mode)? > I update one cell in table and this debug output blows my table up. > > > On 3 Wrz, 17:50, phanorcoll <[EMAIL PROTECTED]> wrote: > > thanks.. > > > > On Sep 3, 11:34 am, "[EMAIL PROTECTED]" > > > > <[EMAIL PROTECTED]> wrote: > > > /** > > > * CakePHP Debug Level: > > > * > > > * Production Mode: > > > * 0: No error messages, errors, or warnings shown. Flash messages > > > redirect. > > > * > > > * Development Mode: > > > * 1: Errors and warnings shown, model caches refreshed, flash > > > messages halted. > > > * 2: As in 1, but also with full debug messages and SQL output. > > > * 3: As in 2, but also with full controller dump. > > > * > > > * In production mode, flash messages redirect after a time interval. > > > * In development mode, you need to click the flash message to > > > continue. > > > */ > > > > > On Sep 3, 5:29 pm, phanorcoll <[EMAIL PROTECTED]> wrote: > > > > > > hi, > > > > > > how can i remove the query results from the bottom of the page, i've > > > > created the default.ctp in the layout folder, but the query results > > > > still appears at the bottom > > > -- Viele Grüße Bernhard J. M. Grün --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
