Send email when any error occurs in CakePHP

FireGuy

New Member
I am using CakePHP in PHP development. I have set my debug mode to 0 in core.php file.\[code\]Configure::write('debug', 1);\[/code\]This setting will not show any error on site. So the user/developer will not be able to see errors. Thant's why I want to make something that will send me an email with error title and error code like Warning message, notice(8): like error messages. So that if error occurs, it wouldn't be ignored.Thanks.
 
Back
Top