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 -~----------~----~----~----~------~----~------~--~---
