[symfony-users] Re: Assetic & use_controller causes SQLite3Stmt::execute() to fail in Symfony/Component/HttpKernel/Profiler/SqliteProfilerStorage.php

2011-03-21 Thread Gabriele Genta
quot; exception from the profiler. I tried to remove the WebProfilerBundle, but nothing changed (I guess that is only the interface part of the profiler..). Is there a way to shut off the profiler entirely, or to avoid the problem in other ways? Thanks a lot, Gabriele Genta On 16 Mar, 09:27, Ville

[symfony-users] Re: Long Polling

2011-02-09 Thread Gabriele Genta
our queuing problem? Typically Apache should be able > to handle very many child processes but often this setting can mistakenly be > altered thinking its a load saving technique. > > On 09/02/2011 15:46, Gabriele Genta wrote: > > Ok then, following your advice I found a more canon

[symfony-users] Re: Long Polling

2011-02-09 Thread Gabriele Genta
t; On Wed, Feb 9, 2011 at 3:04 PM, Gabriele Genta > wrote: > > Thanks Garreth for your response. As I pointed out in my original post, > > though, I already tried the fixes regarding session files locking by > > calling session_write_close() and also by discarding session sa

[symfony-users] Re: Long Polling

2011-02-09 Thread Gabriele Genta
t; > during requests, but getting rid of session files didn't help (my backend > > is completely stateless, so it doesn't need sessions at all actually). > > Has anyone come across this problems before? I think the problem might have > > to do with symfony and caching (se

[symfony-users] [Symfony2] Long Polling

2011-02-09 Thread Gabriele Genta
e problem might have to do with symfony and caching (setting locks on cache files during requests, maybe?), but I don't know enough of the guts of symfony itself to find a solution or a workaround.. Thanks a lot! Gabriele Genta -- If you want to report a vulnerability issue on sy

[symfony-users] Customize Output Escaper Behaviour

2010-02-22 Thread Gabriele Genta
Hello Everyone, I've got a question abount symfony 1.4. I need to put a filter on information being printed in templates (especially on model objects) and I thought that the better way of achieving it was by hooking into the output-escaping thing. I know that everything that is passed to any templ