[symfony-users] Re: All my batch are down !!

2007-03-10 Thread Chris
, but that makes no sense during command line calls. Am 10.03.2007 um 20:40 schrieb Chris: Call to undefined method sfRequest::isXmlHttpRequest --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups symfony

[symfony-users] Re: All my batch are down !!

2007-03-10 Thread Chris
to undefined method sfRequest::isXmlHttpRequest Any idea ? regards Christophe enchR.fr Chris a écrit : I agree Frank, but i don't use any ajax in the batch. This module send emails to members. Regards Christophe enchR.fr Frank Stelzer a écrit : There exist no Ajax Stuff, when you run

[symfony-users] Re: All my batch are down !!

2007-03-10 Thread Chris
::isXmlHttpRequest Regards Christophe enchR.fr Chris a écrit : hi, I investigate a bit and this is what i found : Troubles stop if in comentou the calls to the sendemail function... It call the getPresentationFor() (sfcontroller) and stop working at line 538. // forward to the mail action

[symfony-users] Validation problem

2007-03-21 Thread Chris
Hi, I've got this validation in may yaml file : fillin: enabled: true param: name:descEnchere01Form converters: utf8_encode:[titreAnn] strip_tags:[titreAnn] methods: post:

[symfony-users] Session Storage

2007-03-28 Thread Chris
Hi, I'm using the sfPropelSessionStorage class to store sessions and i'm looking for a way to don't store the crawler's one. Anyone already found a solution ? Thanks for your help Regards Christophe enchR.fr --~--~-~--~~~---~--~~ You received this

[symfony-users] unsubscribe

2007-07-09 Thread chris
-- Merci de votre confiance Cordialement Christophe enchR.fr --~--~-~--~~~---~--~~ 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

[symfony-users] doctrine:generate-migrations-db error

2011-01-18 Thread Chris
Hi, I am getting the following error when using php symfony doctrine:generate-migrations-db -t immediately after php symfony doctrine:build --all --and-load --no-confirmation php symfony cache:clear. How do I resolve this? I am testing on ubuntu, php 5.3.3, symfony 1.4.8. Thanks, Chris

[symfony-users] [Symfony2] Use only one controller

2011-03-16 Thread Chris
by PageController. Is it useful in this case to hook into the internal routing or am I right with my approach? If I'm right, how do I redirect every request to a single controller? Cheers, Chris -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com

[symfony-users] Editing existed date with sfWidgetFormSelectDoubleList

2011-03-28 Thread Chris
In English. --- Dear all, I try to use sfWidgetFormSelectDoubleList in order to save/edit some data. My model : A group of permission contains some permissions and a permission is associated to many group of permission (Relation Many-to-Many)

[symfony-users] [Symfony2] Access a service from a entity

2011-04-04 Thread Chris
(); } } So is there a official way to access a service or is this considered bad practice? Cheers, Chris -- 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] Re: Access a service from a entity

2011-04-11 Thread Chris
Sorry guys for the missleading terminology here, I wrote Entity but really meant Model. After a while of digging I ended up with a bunch of servie classes (like ericclemmons said), a few custom validation constraints and a custom repository. Thanks guys for helping me out! On Apr 5, 5:48 pm,

[symfony-users] Re: [symfony2] file upload example?

2011-06-15 Thread Chris
Thanks for these, though I'm trying to implement multiple files upload: using a collection of a FileFormType that contains a file. I am now stuck at the bindrequest step. In my controller I loop through all the items in the ArrayCollection and do $files[$i]-upload() to mimick what's in that

[symfony-users] Re: file upload example?

2011-06-22 Thread Chris
testing using (persisted) collections of file objects -- On Jun 15, 6:56 pm, Chris christophe.ben...@gmail.com wrote: Thanks for these, though I'm trying to implement multiple files upload: using a collection of a FileFormType that contains a file. I am now stuck at the bindrequest step. In my

[symfony-users] Apache isn't writing 500 errors to the access log - writing them as 200s

2009-02-06 Thread Chris McCooey
We're having issues with Symfony in terms of apache error logging. We've set up our apps to generate custom 404s and 500 messages. We're using symfony 1.1. For the 404s we've got an errors module with an error404 action and error404Success template. We've also modifed the apps settings.yml with:

[symfony-users] Using the Admin Generator for a Plugin

2009-08-16 Thread Chris Renfrow
What I am trying to do is convert my commonly used modules and converting them into plugins. I want to install these plugins on the servers symfony installation / lib / plugins level so that all my website applications can access the same plugins. I have the fontend work, I am able to make calls

[symfony-users] Re: running code on each request for a given app

2009-09-26 Thread Chris Renfrow
is a filter. http://www.symfony-project.org/book/1_0/06-Inside-the-Controller-Laye... If that section of the documentation isn't enough to help you then post again and I'm sure somebody (myself included) could show you exactly how to do it. On Sep 26, 2:55 am, Chris Renfrow frowt...@gmail.com

[symfony-users] Re: running code on each request for a given app

2009-09-26 Thread Chris Renfrow
. Thanks On Sep 26, 9:52 am, Richtermeister nex...@gmail.com wrote: Hey Chris, that all being said the kind of tracking you're looking to do is really best handled by Google Analytics / Omniture, etc.. Gives you much more insights into your visitor behavior, supports goals funnels

[symfony-users] Displaying form validation erros using -renderGlobalErrors()

2009-11-19 Thread Chris Renfrow
I have no clue why I am having such a hard time with this, I have used the symfony form validation before, but for some reason I just can't get the errors messages to display using the renderGlobalErrors() form method. the $form['field']-hasError() works and I am using it to turn the input box

[symfony-users]

2010-01-15 Thread Chris LeBlanc
Chris LeBlanc webPragmatist (817) 988-9616 http://www.webPragmatist.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-us...@googlegroups.com. To unsubscribe from this group,

Re: [symfony-users] Web hosting provider for Symfony 2? What do you recommend?

2011-02-28 Thread Chris Banford
Hi Oscar, I've had *excellent* success with Hetzner (very large, very dependable German hosting co.). http://www.hetzner.de/en/hosting/produkte_vserver/vq7 -Chris (we have simple shared hosting, managed and un-managed servers with them) Hi everybody. As everyone knows, PHP 5.3

[symfony-users] Re: Opinion and help on implementing app structure for Symfony2 (DIC)

2011-03-15 Thread Chris Sedlmayr
I've been going through some of the existing code today to find more on this and think i've got it going. Will update later once it's all working. -- 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

[symfony-users] Re: Opinion and help on implementing app structure for Symfony2 (DIC)

2011-03-15 Thread Chris Sedlmayr
It was clearly far simpler than I had thought. Loving the Service Container! (renamed the vendor to Custom for secrecy ;) ) Configured my oauth key and secret in parameters.ini which is imported in my config.yml # Services services: oauth: class:OAuth arguments:

[symfony-users] Re: Routing issue with dots in URL

2011-05-09 Thread Chris Sedlmayr
You can set the segment separators per route using the options declaration. routeName: options: { segment_separators: [/, ., -] } -- 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

[symfony-users] Re: Any chance of creating a new Google group for Symfony2 only?

2011-06-09 Thread Chris Sedlmayr
as it means we have an incredibly active community of developers and users which is fantastic! I'll bring it up and we can go from there? Thanks, Chris Sedlmayr On Jun 9, 8:16 am, Ricky ricky.ya...@gmail.com wrote: +1 It's a good idea that there is symfony2 group seperately, as we sometimes

[symfony-users] Re: Any chance of creating a new Google group for Symfony2 only?

2011-06-09 Thread Chris Sedlmayr
be more inclined to concentrate on improving and adding to the Forum and slowly moving away from Groups. Not sure on other's thoughts here though. I'd be happy to move my moderation time over to the Forum and give halfer some help ;) Chris On Jun 9, 10:10 am, Matt Robinson m...@lazycat.org

[symfony-users] Protecting AJAX action from CSRF attack

2011-06-08 Thread Chris M. Welsh
I was wondering if someone could help me figure out how to use the CSRF Provider to secure an AJAX request. I see that SessionCSRFProvider is probably what I want to use in this case, but I'm really lacking in the documentation department to figure out how to get the provider and validate tokens

[symfony-users] Re: Protecting AJAX action from CSRF attack

2011-06-11 Thread Chris M. Welsh
I did a quick sweep of the source code, and if you request the form.csrf_provider service from the container, you should be able to use that to generate and validate CSRF tokens. I'll do a blog writeup sometime this weekend, and post the link. On Jun 8, 9:04 pm, winzou alexandre.ba...@gmail.com