Re: [PHP] How to debug in CakePHP.

2006-03-31 Thread John Nichel
chris smith wrote: Hi everybody! I use cake, I have an error, but I can't find where the error occurs. Have any tools for debug? Set up an error log. Edit your php.ini file and set: log_errors = On error_log = /path/to/logfile.log then errors will get put in the logfile and you'll be able to

Re: [PHP] How to debug in CakePHP.

2006-03-31 Thread chris smith
> Hi everybody! > I use cake, I have an error, but I can't find where the error occurs. > Have any tools for debug? Set up an error log. Edit your php.ini file and set: log_errors = On error_log = /path/to/logfile.log then errors will get put in the logfile and you'll be able to track them down

[PHP] How to debug in CakePHP.

2006-03-31 Thread Pham Huu Le Quoc Phuc
Hi everybody! I use cake, I have an error, but I can't find where the error occurs. Have any tools for debug? Thanks! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php