[symfony-users] Re: set culture

2007-08-21 Thread Marco Catunda
It work... Thanks. In my previous email I said it not work, I had forgotten ":" after ".settings". 2007/8/16, Marc Torres <[EMAIL PROTECTED]>: > I think you should set to on the i18n in settings.yml: > > all: > .settings: > i18n: on > > Cheers, > > Marc. > > 2007/8/15, M

[symfony-users] Re: how to use sfSwfChart

2007-08-21 Thread Dustin Whittle
Cristian, If you look at the module in the plugin there is an example: http://trac.symfony-project.com/trac/browser/plugins/sfSwfChartPlugin/module s/sfSwfChart I will add more to the docs when I find the time (not likely to happen soon). - Dustin On 8/21/07 5:20 AM, "Cristian Zacca" <[EMAIL

[symfony-users] Re: symfony 404 & trailing slashes

2007-08-21 Thread Mat
Thanks Marc, I don't appear to be able to get it working just yet, however I hadn't thought about rewriting .htaccess so i'm pretty sure with a bit of reading I can sort it now, Thanks again, Mat From: Marc Torres [mailto:[EMAIL PROTECTED] Sent: 21 August 2007 16:31 To: symfony-users@goog

[symfony-users] Re: Could not open input file: symfony

2007-08-21 Thread Dustin Whittle
Just run ./symfony.. 'php symfony' says hey php open this file symfony that exists in the current path. Which gives the insightful error message "Could not open input file: symfony".. No php prefix needed, just run 'symfony propel-insert-sql'. Cheers, Dustin On 8/21/07 1:10 PM, "Php Develope

[symfony-users] Could not open input file: symfony

2007-08-21 Thread Php Developer
php symfony propel-insert-sql This gives me error Could not open input file: symfony can anybody plz help me. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email

[symfony-users] sfDoctrine: column aggregation questions

2007-08-21 Thread [EMAIL PROTECTED]
I'm working on a project that needs column aggregation. This lead me to use sfDoctrine, but I've noticed in the FAQ that the support is currently broken. A couple of questions: Is it still broken? If so, I've been unable to find any discussion relating to it. Can someone point me in that dire

[symfony-users] Re: symfony 404 & trailing slashes

2007-08-21 Thread Marc Torres
Try adding this rule to your .htacces: RewriteRule ^(.+)/$ $1 Cheers, Marc. 2007/8/21, Mat <[EMAIL PROTECTED]>: > > Hey we are currently running a new symfony website and having just > checked the logs, I noted that a fair few people are now linking to the site > with incorrect urls for exam

[symfony-users] symfony 404 & trailing slashes

2007-08-21 Thread Mat
Hey we are currently running a new symfony website and having just checked the logs, I noted that a fair few people are now linking to the site with incorrect urls for example http://apps.facebook.com/sponsor-me/campaign/60 is valid but we have a customer who has posted http://apps.faceboo

[symfony-users] how to use sfSwfChart

2007-08-21 Thread Cristian Zacca
Hello all, Can somebody point me in the right direction on how to use this plugin? I have it installed correctly but don't know how use it. Thanks. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" group

[symfony-users] doctrine tree data where in query?

2007-08-21 Thread gimler
hello, i have a problem with the tree in doctrine i can`t add a where statement ;( i get an error error: SQLSTATE[HY093]: Invalid parameter number: number of bound variables does not match number of tokens schema: tblDocumentElement: tableName: tblDocumentElement options: hasManyRoots:

[symfony-users] doctrine tree data where in query?

2007-08-21 Thread gimler
hello, i have a problem with the tree in doctrine i can`t add a where statement ;( i get an error error: SQLSTATE[HY093]: Invalid parameter number: number of bound variables does not match number of tokens schema: tblDocumentElement: tableName: tblDocumentElement options: hasManyRoots:

[symfony-users] autoload.yml

2007-08-21 Thread gimler
can i access a value from apps/frontend/config/app.yml value in a plugins/sfSwiftPlugin/config/autoload.yml? my app.yml: all: sfSwiftPlugin_lib_dir: /var/www/swift/swift_stable/lib autoload.yml: autoload: swift_mailer_classes: path: not work ;( greetings Gordon --~--~-~--

[symfony-users] autoload.yml

2007-08-21 Thread gimler
can i access a value from apps/frontend/config/app.yml value in a plugins/sfSwiftPlugin/config/autoload.yml? my app.yml: all: sfSwiftPlugin_lib_dir: /var/www/swift/swift_stable/lib autoload.yml: autoload: swift_mailer_classes: path: not work ;( greetings Gordon --~--~-~--

[symfony-users] Re: Trac down

2007-08-21 Thread Alexander Deruwe
On 20 Aug 2007, at 03:41, Kiril Angov wrote: > http://trac.symfony-project.com/trac > > 500 - Internal Server Error Anyone looking at this already? I'd like to get to the plugins. ;) Alexander --~--~-~--~~~---~--~~ You received this message because you are subs

[symfony-users] Re: PEAR fails to install symfony-1.0.6.tgz

2007-08-21 Thread Pierre
On 8/21/07, Eno <[EMAIL PROTECTED]> wrote: > > On Aug 20, 11:36 pm, Carl Vondrick <[EMAIL PROTECTED]> wrote: > > > Why not just download the source code yourself or do an SVN checkout? :-) > > So what is the manual install process? And what about updates/ > upgrades? > > Its a little odd so many p