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
> 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
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
3 matches
Mail list logo