[email protected] wrote: > Now I must create a logging system in order to register all possible > errors (PHP execution error or MySQL error etc. )
If you are wanting to log to a file, you can edit your php.ini and change the following two values: error_log = /var/log/php.log display_errors = Off Substitute "/var/log/php.log" with a path of your choosing --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
