The problem seemed to come from the plugin sfCombineFilter. I patched the plugin as this : http://trac.symfony-project.org/ticket/6520, and now it's ok. It's strange that I hadn't any errors, but now it's ok.
On 24 sep, 12:19, Lee Bolding <[email protected]> wrote: > Hmm... well, I've just been dealing with a similar problem at the > moment on a non-Symfony project. > > Looks like it could be caused by a peculiarity (bug?) when a cast > object is expected and the object type can't be found by any > autoloader... seems to cause an immediate fatal error with no error > reporting (even when using XDebug) > > Eg. > > $result = $object->function(My_Class $class) > > Where the $class object may exist, but PHP is unable to load/find the > My_Class class. > > At least, that was the cause for my problem. > > So, transposing that information to your problem, I'd check your > factories.yml for any typos in the class names - and check that those > classes actually exist. > > On 24 Sep 2009, at 10:39, Cyril G wrote: > > > > > > > I reverted to 1.28, and I edit the prod environment's with the same > > properties as the dev environment's and WSOD. > > I installed sfErrorHandlerPlugin, and WSOD too. > > > On 24 sep, 11:08, Lee Bolding <[email protected]> wrote: > >> Or give sfErrorHandlerPlugin a shot - it should eliminate your > >> WSOD :) > > >>http://www.symfony-project.org/plugins/sfErrorHandlerPlugin > > >> On 24 Sep 2009, at 09:48, Gábor Fási wrote: > > >>> Try reverting to 1.2.8, the lates stable release of the 1.2 > >>> branch. If > >>> it doesn't help, edit the prod environment's error_reporting so you > >>> can see where the problem is. > > >>> On Thu, Sep 24, 2009 at 10:37, Cyril G <[email protected]> wrote: > > >>>> Hi, > > >>>> I have a problem that I don't understand. > >>>> In local, as well as on the production server, my project not > >>>> working > >>>> if I use the prod environnement, but it works in dev > >>>> environnement. I > >>>> have a white empty page (WSOD), without any error. > >>>> The symfony log's as well as the apache log's are empty. I tried to > >>>> trace, and it seem to stop at line 149 of sfContext class (method > >>>> loadFactories). > >>>> I'm using Symfony 1.2.9, and I also tried to delete all the > >>>> plugins / > >>>> refresh cache, but WSOD anyway. > > >>>> Does anyone have an idea ? > > >>>> Thanks. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
