Security Component Help

2013-12-28 Thread Advantage+
I want to make action requests more secure by implementing the Restricting HTTP methods { requirePost(),requireGet(), requirePut(), requireDelete()} but running into a bit of an issue. For an add request for example via ajax I have to fetch the form (get) and load it into the colorbox, and save

missing debug menu

2013-12-28 Thread roundrightfarm
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.

RE: missing debug menu

2013-12-28 Thread Advantage+
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