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 <[email protected]> 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 <[email protected]> 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/masterand 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 [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
-~----------~----~----~----~------~----~------~--~---