Dave_901
Jul 20 2009, 10:17 PM
I know this must be simple, but I am a complete newbie and have no idea how to fix this:
On my very fist cake app, I have created a super simple default layout and a very simple view.
However, my rendered page still has the query stats at the bottom. How and why are those still showing up and how do I get them to leave?
Thank you for any suggestions!
Dave
Dave_901
Jul 20 2009, 10:35 PM
Please disregard my question. I found the answer at:
http://cake-php.blogspot.com/2006/09/21-th...ut-cakephp.htmlAll I had to do was change the following value from 2 to 0.
// Configure::write('debug', 2);
Configure::write('debug', 0);
nws
Jul 23 2009, 02:18 PM
<root_dir>/app/config/core.php => Configure::write('debug', 0);