Re: [symfony-users] Sf1.3.6 causes segmentation fault on build all reload only on Mac

2010-07-07 Thread Simon Hostelet
ow i've downgraded to 1.3.2, and we're about to install a webdav to prevent such things from happening, but this is still strange... Simon Le 06/07/2010 23:53, Piers Warmers a écrit : Hi Simon, Are you using xdebug? - Piers On 06/07/2010, at 6:49 PM, Simon Hostelet wrote: Hello

[symfony-users] Sf1.3.6 causes segmentation fault on build all reload only on Mac

2010-07-06 Thread Simon Hostelet
Hello, I've updated yesterday the project I'm working on with the 1.3.6 tag of Symfony, containing a security fix. Since then, people in my team working on a Mac got a segmenation fault when trying to build-all-reload, after create/alter table, right before loading fixtures. Here is the log

Re: [symfony-users] Contextual partial cache removal

2010-02-09 Thread Simon Hostelet
Hello, I've encountered, I think, the same kind of problem. Here is how I managed to remove the contextual partial cache : Frontend side, I got MyModule, with action 'show' in which I display a _partial. This is the one that is contextual, depending on show action parameters. frontend/modules