[symfony-users] Re: sfMail - Too Many Forwards error

2008-07-07 Thread danielwinter
It turns out to be more inexplicable... a restart of apache and it miraculously went away. I hate problems like that... I spent an hour debugging line by line but an SVN update on another PC showed the code was fine. I blame windows... ;-) cheers dan On Jul 8, 4:37 pm, "Charles Hilditch" <[EMAIL

[symfony-users] Re: sfMail - Too Many Forwards error

2008-07-07 Thread Charles Hilditch
I had a problem with that error a while back, this was my problem: http://groups.google.com/group/symfony-users/browse_thread/thread/273525f4d9482f52/f9a8e122608752b4 2008/7/8 danielwinter <[EMAIL PROTECTED]>: > > OK this is weird. I have used the alternate action for sending sfMail > messages m

[symfony-users] sfMail - Too Many Forwards error

2008-07-07 Thread danielwinter
OK this is weird. I have used the alternate action for sending sfMail messages many times, but for some reason I am getting an infinite loop on sfController.class line 539 in the getPresentationFor() method. On a blank homepage I call a test email with empty templates: $raw_email = $this->sendEm

[symfony-users] Button Helper

2008-07-07 Thread Razvan Popa
Hey. This is probably a classic problem. What would be a "good practice" in writing a helper like button_to but with a cool resizing background image. I tried doing it with css background-size property but it didn't work for some reason. What do you guys use ? Cheers, --~--~-~--~~--

[symfony-users] Re: admin generator cache files disappearing?

2008-07-07 Thread Jacob Coby
Xavier, No, the Articles module doesn't have any PHP in the generator.yml. On Jul 7, 2008, at 4:42 PM, Xavier GORSE wrote: > > Did you have PHP code in your generator.yml ? > > I have the same trouble , and I think it's about that > > not solutions yet , just clear the cache after each update

[symfony-users] Re: admin generator cache files disappearing?

2008-07-07 Thread Xavier GORSE
Did you have PHP code in your generator.yml ? I have the same trouble , and I think it's about that not solutions yet , just clear the cache after each update Xavier Gorse On Jul 7, 9:12 pm, Jacob Coby <[EMAIL PROTECTED]> wrote: > I've got a client with an odd problem with the admin generator

[symfony-users] Re: Escaping in partials

2008-07-07 Thread Nicolas Perriault
On Mon, Jul 7, 2008 at 9:38 PM, Tom Haskins-Vaughan <[EMAIL PROTECTED]> wrote: > ) ?> Shouldn't the second param be an array, like this: sfMarkdown::convert('### Header ###'))); ?> Then you can deal with unescaping in your partial this way: getRaw('heading') ?> or getRawValue() ?> ++ --

[symfony-users] Escaping in partials

2008-07-07 Thread Tom Haskins-Vaughan
Hi, I'm referring to http://trac.symfony-project.org/ticket/3667. Basically, I'd like to fully understand a) the reason behind escaping variables passed to partials b) how to get around it In my example I pass some converted markdown code to a partial, but when it 'comes out of the other side

[symfony-users] admin generator cache files disappearing?

2008-07-07 Thread Jacob Coby
I've got a client with an odd problem with the admin generator - files are randomly disappearing. This is on symfony 1.0.17. [Tue Jun 24 13:43:07 2008] [error] [client 24.39.130.8] PHP Fatal error: require_once() [function.require]: Failed opening required '/var/www/site/cache/admin/prod/mo

[symfony-users] Modified Project Skeleton

2008-07-07 Thread Richtermeister
Hi all, I may have missed this in the manual, but where can I find some info on customizing the project skeleton that Symfony uses? Everytime I create a new project I find myself copying all my favorite plugins around, and making all the same changes to the myUser class.. I would like to have all

[symfony-users] One Piece 506

2008-07-07 Thread mangaboy004
One Piece 506 Naruto 407, One Piece 506, Bleach 328 Hot manga Download The hottest mangas and the latest chapters Manga news, Most popular mangas, Latest mangas, Latest chapters http://english1.isoshu.com/?recommid=1023 http://emanga1.isoshu.com/?recommid=1023 --~--~-~--~~---

[symfony-users] watch actress sexy photo from movie clips http://priyamaniforyou.blogspot.com/

2008-07-07 Thread hot sharmila
watch actress sexy photo from movie clips http://priyamaniforyou.blogspot.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: Files to Secure in an Open Source Application

2008-07-07 Thread kayoone
i do it the same way. Files that include private config parameters are named for example config.orig.php which everybody who exports the project has to rename and enter his information. The real config.php is set to svn:ignore so its never comitted to the svn. On Jul 6, 9:25 am, "Nicolas Perriau