in config/core.php you can set the DEBUG constant to 0-2 (0 being no debug).
however, if you still have cake debug code showing up, then something is still going haywire in your layout. perhaps accessing a variable that isn't set, or iterating over a variable that isn't set or not an array. long story short, you've still got something to look into if you have debug code showing up. if you've modified or replaced the cake.generic.css, copy and paste the /* Debugging */ portion from that original css file into your new css, and it will show up nicely in your view, probably giving you a pretty good clue as to what is wrong. On Oct 11, 11:13 am, befidled <[EMAIL PROTECTED]> wrote: > Ok, I fixed the issue and my page and title bar both render correctly, > but when I view source I still see a lot of code in my Title tag. It > starts with <pre class="cake_debug">...</pre> > > Is there a debug configuration that I need to disable somewhere? > > On Oct 11, 8:53 am, befidled <[EMAIL PROTECTED]> wrote: > > > thanks. I'm a moron sometimes. No Title tag at all in my default > > layout. > > > thanks. > > > On Oct 10, 9:54 pm, "Wayne Fay" <[EMAIL PROTECTED]> wrote: > > > > I'd assume you've got some bad code in your layout file, probably > > > default.ctp. > > > > Wayne > > > > On 10/10/07, befidled <[EMAIL PROTECTED]> wrote: > > > > > I've got a lot of code from my cake app showing up in my title bar. > > > > What could be causing this? > > > > >http://www.tolerase.com/items --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" 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 -~----------~----~----~----~------~----~------~--~---
