Hey, that's a nice plugin! One very very useful feature that could be added is send stack trace error to an email address, e.g.: when there's error (any error), send email to the developer/admin.
On Sat, Feb 28, 2009 at 1:28 PM, Lee Bolding <[email protected]> wrote: > > Or, install sfErrorHandlerPlugin > > http://www.symfony-project.org/plugins/sfErrorHandlerPlugin > > :) > > On 28 Feb 2009, at 00:21, Lawrence Krubner wrote: > >> >> What a mess. >> >> I post this as a warning for others. >> >> I did something that caused Symfony to crash. It might have been a >> change to a yaml file. I ended up facing a pure white screen. No error >> messages. I was looking at the development controller. Nothing. >> >> I got an earlier version of my yaml file out of Subversion. I cleared >> the cache several times - no help. >> >> I lost over a day trying to figure out the problem. >> >> Finally, I realized that me, Subversion and PHP were having a dispute >> over permissions, regarding the cache. Symfony wasn't able to clear >> the cache, because Subversion had ended up with some rights to the >> folder. I chmoded the cache to 777, cleared the cache, and got things >> working again. >> >> So here is the moral of this story: when facing a blank white screen, >> chmod the cache folder to 777. At least you can remove that as a >> potential problem. >> > > > > > > -- Blue Horn Ltd - System Development http://bluehorn.co.nz --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" 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/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
