I had exactly the same issue, well, not with a plugin but i had a requestAction in my default layout to grab the nav for my admin section.
I got a little bit further in debugging and found that any time a cake error occured (bad db credentials, missing view etc..) then apache would segfault because cake is stuck in a loop trying to pump out errors. unfortunately i didnt have more time to figure out *why* cake is looping like that, i just removed my requestAction and changed my app slightly. But, I would love to know why and get it fixed as I would prefer to be able to use requestAction wherever i like without fear of blowing up the server. (btw, it happened on both a gentoo apache and ubuntu apache) thanks, Martin MrTufty wrote: > Hi guys, > > Found a strange issue in the current SVN (I'm using branches, so I'm > currently on r6179). > > In my default layout I use 2 requestAction calls to pull in data for > elements. This works 100% fine, in the main part of the app. > > I use a plugin to handle the backend administration of the site, but I > wasn't overriding the layout file, keeping it the same as the > frontend. That's fine, until I brought in the requestAction. > > That caused it to crash Apache on my local dev server (running > Wampserver on Vista), and when uploaded also causes 1&1 to pump out > 500 Errors. > > A bit of investigation, and I've discovered that if I remove the > requestAction calls from my layout, it no longer crashes. > > What could be causing this? > > Tufty > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
