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 time in my application and when 
> testing the caching in a different controller (frontend_staging.php), 
> everything is as expected. I turn on caching on the production 
> controller and php dies with:
> 
> [Sun Jun 03 06:28:12 2007] [error] [client 127.0.0.1] PHP Fatal error:  
> Call to undefined function:  content_tag() in 
> /usr/local/pear/symfony/helper/JavascriptHelper.php on line 700, 
> referer: http://www.mydomain.com/
> 
> The two controllers have the same settings in settings.yml apart from 
> the staging controller has:
> 
> web_debug:              on
> error_reporting:        4095
> 
> Now, what do I do ;)
> 
> Thanks,
> Kiril
> 
> > 
> 
> 

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to