Re: How to store error messages in variables?

2010-02-01 Thread Howard Lince
I don't know of something off hand - but warnings and errors should be cleared before going into production. Also when going into production you should set your /app/config/core.php file's debug value to 0. Just look for the line that says Configure::write('debug',2); and change the 2 to 0 Best o

How to store error messages in variables?

2010-02-01 Thread gautam lakum
Hi All, I am trying to get all the errors in a variable. The problem is that I can get missing controller and missing method or error404 like errors. But I want to get warnings and notice errors in variable. How to do this. I am just trying to make site error free. So that if someone is using site