Be sure that you have not turned off error logging! See the CakePHP book at: http://book.cakephp.org/view/1189/Debugging
Maybe you can use the debugging class to track down your issue! Also take a look at the Error handling at: http://book.cakephp.org/view/1188/Error-Handling Maybe that too can be an option! Else you can put log statements across your application, using $this- >log statements. Hope this helps you resolve your issue. Enjoy, John On Jun 18, 8:07 am, Jonas <[email protected]> wrote: > I have a site which throws a mysterious amount of 404 - errors in > production. Since it's a public site I can't put debug on and see what > errors PHP / Cake is throwing at me. > > Can I somehow redirect those errors to a file instead? It's not doing > it by default..both error.log and debug.log is empty... > > Thanks! > > /Jonas 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
