Maybe it's a non end loop and Apache restarts. Maybe you could use the log() into the app_controller beforeFilter method and log the current controller , action etc .. This would show if at least to get there..
I had problems of that sort when I was having quite a lot of errors in a css file (images not present etc ..).. Hope this helps. On Jun 3, 6:25 pm, Eugene Bolshakov <[EMAIL PROTECTED]> wrote: > Hi, > > For me apache dies very often actually (cake 1.2 latest release, > winxp). I didn't have enough time to figure out why exactly, but I've > noticed that it often happens when I try to use array elements which > are not set (by mistake). I guess that the warning are caught by > cake's error handlung mechanism and something goes wrong there, but > I'm not sure. Probably when you hande authentication you address > $_SESSION['some_not_existing_element'] or something? > > P.S. The fact that apache dies on such errors for me is very > inconvinient and I think it's an issue connected with php or probably > apache settings, but again didn't have time to figure out the exact > reason. When I face it I ususally try to comment the code and find > where exactly the crash appears (that's stupid, but zend debugger also > fails to run on the pages that crash apache, so didn't find anything > better yet). > > Hope that helps. Thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" 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 -~----------~----~----~----~------~----~------~--~---
