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 track them down.


And for heaven's sake, RTFM and http://tinyurl.com/anel

--
By-Tor.com
...it's all about the Rush
http://www.by-tor.com

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to