[symfony-users] AJAX and ESI problems

2011-03-25 Thread Marc MacLeod
Hi Guys, I'm trying to build an ajax application and am running into troubles with ESI. Here's a simple version of what I'm trying to do: 4 content areas: - Header - Footer - Sidebar - Content When a link is clicked, an ajax request is fired that gets the content and updates the relevant page ar

[symfony-users] Upgrade from sf 1.3 to sf 1.4: Fatal error: Class 'sfMessageSource' not found

2011-03-25 Thread klemens_u
Hello, The following error occured when I upgraded my symfony installation from sf 1.3.9 to sf 1.4.9: Fatal error: Class 'sfMessageSource' not found in /.../lib/vendor/ symfony/lib/i18n/sfMessageSource_File.class.php on line 32 This seems to be a common problem (Google for "Class 'sfMessageSourc

Re: [symfony-users] Security + Entity + Fixtures + Encoding How do I encode in fixture

2011-03-25 Thread badllama77
Thanks worked a treat :-) -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com 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

[symfony-users] Re: Symfony2 & Doctrine2 cheat sheets Released

2011-03-25 Thread Agustin
Great stuff, will be very usefull. On Mar 24, 12:28 pm, Tristan wrote: > Hello, > > We've just released amazing stylesheets for Symfony2 and Doctrine2. > Don't hesitate to tell us what you think. > > http://www.elao.org/symfony-2/doctrine-2/symfony-2-doctrine-2-cheat-s... -- If you want to repo

[symfony-users] Re: Overriding Error Templates

2011-03-25 Thread Damon Jones
I've not been able to get this to work either and I've been trying since at least PR7 through to PR8 (with the new path). On Mar 25, 9:50 am, weaverryan wrote: > Hey Sam! > > There could be a problem with the documentation, but it also depends > on how up-to-date the Symfony that you're using is.

[symfony-users] Re: Overriding Error Templates

2011-03-25 Thread weaverryan
Hey Sam! There could be a problem with the documentation, but it also depends on how up-to-date the Symfony that you're using is. The code and documentation was updated recently to use a new path (the path that you're trying to use). If you have older code, however, you may need to place the file

[symfony-users] Re: Extending core functionality

2011-03-25 Thread weaverryan
Hey Julian! That documentation isn't there specifically and will be added piece-by- piece for the more advanced things (and hopefully the whole community will add things to the cookbook as they solve problems). To override, for example, the class that dumps the UrlMatcher, you'd need to modify th