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