since logging is now available even in debug=0 there are now many errors and debug notices in my cake log files (/tmp/logs/)
like: 2010-01-16 18:01:04 Warning: Warning (2): htmlspecialchars() [<a href='function.htmlspecialchars'>function.htmlspecialchars</a>]: Invalid multibyte sequence in argument in [/.../cake/basics.php, line 213] and: 2010-01-15 13:26:09 Warning: Warning (2): mkdir() [<a href='function.mkdir'>function.mkdir</a>]: Permission denied in [/.../ cake/libs/folder.php, line 495] + some minor ones they almost flood my log files now error.log and debug.log grow every day by at least 1 MB now the question: is there any way to find out which of the hundret or thousand possible functions invoke them to cause this error? i though about using the Debugger::trace() or whatever i am thinking: i need to somehow catch this error - like modying the core at this specific line in order to write a full trace to some debug.txt is there any more convinient way of doing this? mark
Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. 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
