You are using a scaffold.  This is not going to work as far as I
know.  At least I never tried to use debugKit with a scaffold.
Scaffolds require their own view class and it is highly probably that
the view class from the scaffold is replacing the debug view.  Which
will result in no toolbar.

-Mark

On Jan 26, 4:06 pm, Ben <benjamin.d....@gmail.com> wrote:
> I don't have any requestAction calls, and my debug level is 2.
>
> $ grep -r requestAction app
> $ grep -r "Configure::write('debug'," app/config/
> app/config/core.php:    Configure::write('debug', 2);
>
> I'll keep at it...
>
> On Jan 27, 3:00 am, Samuel DeVore <sdev...@gmail.com> wrote:
>
> > 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 perhttp://thechaw.com/debug_kit/wiki,
> > > with cake_1.2.1.8004. I've downloaded debug_kit from
> > >http://github.com/cakephp/debug_kit/tree/masterandplaced 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/returnsthe 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