Re: Debug Error! Makes no sense!

2009-10-14 Thread majna
By posting error messages in debug mode? [Configure::write('debug', 1);] On Oct 13, 8:46 pm, Dave Maharaj :: WidePixels.com d...@widepixels.com wrote: I stripped out the controller function leaving it like this function view($id) {    $this-layout = 'default_right';    $this-set('reports',

Re: Debug Error?

2009-10-14 Thread brian
On Tue, Oct 13, 2009 at 4:16 PM, Dave Maharaj :: WidePixels.com d...@widepixels.com wrote: I ran a find and replace for all debug(); Still same thing. I meant the Debugger class, not debug(). Like Debugger::log(), Debugger::dump(), etc. If Configure's debug setting is 0 you'll get a fatal

RE: Debug Error?

2009-10-14 Thread Dave Maharaj :: WidePixels.com
and rebuilding it. And checking line by line to see where / if it break again. Thanks, Dave -Original Message- From: brian [mailto:bally.z...@gmail.com] Sent: October-14-09 1:54 PM To: cake-php@googlegroups.com Subject: Re: Debug Error? On Tue, Oct 13, 2009 at 4:16 PM, Dave Maharaj

Re: Debug Error?

2009-10-14 Thread Miles J
/ if it break again. Thanks, Dave -Original Message- From: brian [mailto:bally.z...@gmail.com] Sent: October-14-09 1:54 PM To: cake-php@googlegroups.com Subject: Re: Debug Error? On Tue, Oct 13, 2009 at 4:16 PM, Dave Maharaj :: WidePixels.com d...@widepixels.com wrote: I ran

Re: Debug Error?

2009-10-13 Thread brian
What do you have in the layout file immediately after that? Also, do you have any code using Debugger class anywhere? That'll kill your app if debug is set to 0. On Tue, Oct 13, 2009 at 1:45 PM, Dave Maharaj :: WidePixels.com d...@widepixels.com wrote: I have one page that is blank when i

re: Debug Error! Makes no sense!

2009-10-13 Thread Dave Maharaj :: WidePixels.com
I stripped out the controller function leaving it like this function view($id) { $this-layout = 'default_right'; $this-set('reports', $this-Report-read(null, $id)); } And it still will not work. So comment out //$this-layout = 'default_right'; and it works. Makes no sense , the

RE: Debug Error?

2009-10-13 Thread Dave Maharaj :: WidePixels.com
To: cake-php@googlegroups.com Subject: Re: Debug Error? What do you have in the layout file immediately after that? Also, do you have any code using Debugger class anywhere? That'll kill your app if debug is set to 0. On Tue, Oct 13, 2009 at 1:45 PM, Dave Maharaj :: WidePixels.com d