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 [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
-~----------~----~----~----~------~----~------~--~---