Monday, January 25, 2010

No output from debug() in controllers, etc. only in views

I haven't used debug in a while...

when I put it in a view it outputs debug data as it should to the
page. However when I put a debug(...) in a controller or model no
debug output appears on the page.

I've also tried echo, print, Debugger::trace() and none of these give
any output. The output does have an sql trace at the bottom.

I have debug set to 2 in core.php. Caching is off.

Any ideas?

Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions.

You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en

No comments: