Saturday, December 28, 2013

RE: missing debug menu

I think you are referring to the Debug Kit?

You have to have the DebugKit in your Plugin folder then load it in your bootstrap file.

 

Config/bootstrap.php:

CakePlugin::load('DebugKit');

 

Dave

 

From: cake-php@googlegroups.com [mailto:cake-php@googlegroups.com] On Behalf Of roundrightfarm
Sent: Saturday, December 28, 2013 1:24 PM
To: cake-php@googlegroups.com
Subject: missing debug menu

 

Greetings,

I just switched from cakephp 1.3 to 2.x.  in 1.3 there was a debug menu that would appear when Configure::write('debug', 2);  It was a pop-out menu that started in the upper right hand corner of the screen and would show you, among other things, which variables were set to a view.

 

Is this menu gone from cakephp 2.x, or am I missing something

 

Thanks

--
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP
 
---
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cake-php+unsubscribe@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/groups/opt_out.

No comments: