[symfony-users] Re: Symfony cache + PHP fatal error

2007-06-05 Thread Kiril Angov
I think the problem I posted bellow is cause by the debug javascript toolbar. because I was calling the action with frontent_dev.php/member/test But this still does not explain why I am getting the same error when I turn on the caching for the production environment. Do you need any information

[symfony-users] Re: Symfony cache + PHP fatal error

2007-06-04 Thread Fabien POTENCIER
Where and how do you include the Javascript helper? Kiril Angov wrote: > I have enabled the cache on one of my frontends where I am testing only > the caching and as I mentioned it works fine. I am cashing certain > actions only. And the problem does not exist if I cache with the layout > - on

[symfony-users] Re: Symfony cache + PHP fatal error

2007-06-04 Thread Kiril Angov
I have enabled the cache on one of my frontends where I am testing only the caching and as I mentioned it works fine. I am cashing certain actions only. And the problem does not exist if I cache with the layout - only if I set the layout caching to false, this problem happens. Also if it helps

[symfony-users] Re: Symfony cache + PHP fatal error

2007-06-04 Thread Fabien POTENCIER
It looks like the TagHelper is not loaded in your case. This is weird because this helper is loaded by default by symfony. Can you tell us a bit more about your cache usage. Fabien Kiril Angov wrote: > Hello list, > > my time came to ask for help :) > > I just enabled caching for the first t