I have seen this with pages (or templates) that have requestAction
used in them.  I'm not sure if it the result of clearing of the output
buffer in requestAction or something else.

Sam D

On Mon, Jan 26, 2009 at 6:24 AM, BenL <benjamin.d....@gmail.com> wrote:
>
> I'm attempting to use DebugKit per http://thechaw.com/debug_kit/wiki,
> with cake_1.2.1.8004. I've downloaded debug_kit from
> http://github.com/cakephp/debug_kit/tree/master and placed it into my
> app/plugins directory.
>
> After an initial hiccup with file permissions, I've hit a stumbling
> block in that I don't have the toolbar on my DebugKit-enabled page. My
> controller:
>
> <?
> class EventsController extends AppController {
>    var $scaffold;
>    var $components = array('DebugKit.Toolbar');
> ?>
>
> http://.../events/ returns the same content regardless of the
> $components line.
>
> I have the default debug level, 2 (i.e. I can see the SQL log), I'm
> using Firefox 3 w/ Firebug and FirePHP installed.
>
> What am I missing?
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to