[symfony-users] Re: Symfony Project configuration on another machine

2009-08-19 Thread mirfan
mine observation was also that it is due to file permissions i use chown -R to give permission to all files but its not working properly and when i assign permisssion to each file one-by-one then its ok, and working, i am new to ubuntu please someone told me how i will assign permission to directo

[symfony-users] Re: nahoMail plugin send mails without body when attach a file

2009-08-19 Thread adrianrz
Hi Relez, there is no css style. The proof code is exactly as I put abobe. Thanks for your feedback Regards --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email t

[symfony-users] Re: nahoMail plugin send mails without body when attach a file

2009-08-19 Thread Relez
Opps! Thanks arianrz. On 19 ago, 17:32, adrianrz wrote: > Hi Relez, > > there is no css style. The proof code is exactly as I put abobe. > > Thanks for your feedback > > Regards --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Goo

[symfony-users] Re: nahoMail plugin send mails without body when attach a file

2009-08-19 Thread Relez
Hi there, let me ask something about the body message. I would like to apply a css style to the body mail, how could I define it? Regards On 19 ago, 15:34, adrianrz wrote: > Hi, > > I've installed nahoMail plugin to manage more easily the mail sends, > but when I attach a pdf file put mime ty

[symfony-users] nahoMail plugin send mails without body when attach a file

2009-08-19 Thread adrianrz
Hi, I've installed nahoMail plugin to manage more easily the mail sends, but when I attach a pdf file put mime type of the mail as multipart/ mixed and dont see the body Here is the code that i use $options = array( 'from' => sfConfig::get('app_email_administration'), 'attac

[symfony-users] Form validation

2009-08-19 Thread Stefano
It looks like if I define a validatorSchema for a field, the field is Required. Since I need to validate a field, but only if it is not empty (I wrote a custom validator to handle the empty field case), I get a Required error I can not get rid of. Any suggestion? TIA Stefano --~--~-~

[symfony-users] Re: REST : How to get HTTP request body? (XML)

2009-08-19 Thread Nicolas CHARLOT
Le 19 août 09 à 13:43, Tonio a écrit : > Hi, > > Here's the way I deal with it : http://gist.github.com/170304 > > Tonio Hi Tonio, That's a smart way to extend sfRequest... Let observer pattern live! Thanks. -- Nicolas CHARLOT http://www.isics.fr --~--~-~--~~~-

[symfony-users] Generate admin form validation

2009-08-19 Thread Stefano
I generate an application using: symfony propel:generate-admin frontend --module=ditta symfony propel:generate-admin frontend --module= then, to validate the form ditta I put, in apps/frontend/modules/ditta/ validate/edit.yml: methods: post: - "ditta{CodFiscale}" nam

[symfony-users] Re: [FORMS] Merge forms in backend

2009-08-19 Thread Donald Tyler
I think most people (including myself) are going to have a very hard time understanding what you are asking here. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send ema

[symfony-users] Re: how to change database login information

2009-08-19 Thread Donald Tyler
Just to clarify: You didn't have to run "symfony propel:build-model" after changing the files either. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfon

[symfony-users] Re: Symfony Project configuration on another machine

2009-08-19 Thread Donald Tyler
You're really going to have to provide a lot more information to get useful help. Specifically info regarding your sites configuration in apache (or whatever you're using), and info on the full paths you're trying to access. Without more info, I can only speculate that it's one of four things: 1

[symfony-users] Re: Symfony Project configuration on another machine

2009-08-19 Thread mirfan
hi everybody, every file and folder has the error. i create another project and copy all the models, forms frontend modeules but it still give me error, when i create a file and copy the the contents of any file then its ok, but this method is really bored and really expensive, the actual error is

[symfony-users] Re: GWT

2009-08-19 Thread DEEPAK BHATIA
Hi, I have used, Yahoo User Interface without much problem except in the case when the AJAX Template has table which is converted to YUI Table and sent back to client, there is a flicker to it. But not many problems. Regards Deepak On Wed, Aug 19, 2009 at 8:43 AM, Tiago Z.C wrote: > Hi, > So

[symfony-users] Test

2009-08-19 Thread DEEPAK BHATIA
--~--~-~--~~~---~--~~ 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 symfony-users+unsubscr...@goo

[symfony-users] Re: REST : How to get HTTP request body? (XML)

2009-08-19 Thread Tonio
Hi, Here's the way I deal with it : http://gist.github.com/170304 Tonio On Aug 19, 11:55 am, Nicolas CHARLOT wrote: > Le 18 août 09 à 17:58, Nicolas CHARLOT a écrit : > > > Hi all, > > > For a REST web service, we've to retrieve the HTTP request body (POST > > and PUT). > > The HTTP request co

[symfony-users] Re: Doctrine dynamic select database

2009-08-19 Thread ceven
Yes, But how can you set up a global symfony connection ? I need to set always the connection? -- On Aug 10, 5:47 am, Eno wrote: > On Thu, 6 Aug 2009, ceven wrote: > > I have been searching for how can I setup a Doctrine database > > connectionDynamic, but all the things I had found don't wor

[symfony-users] Re: REST : How to get HTTP request body? (XML)

2009-08-19 Thread Nicolas CHARLOT
Le 18 août 09 à 17:58, Nicolas CHARLOT a écrit : > Hi all, > > For a REST web service, we've to retrieve the HTTP request body (POST > and PUT). > The HTTP request content-type is "text/xml" and the body contains only > an XML string. There is no parameter. > > I haven't found anything in sfReque

[symfony-users] Re: How to clear cache for doctrine build functions ?

2009-08-19 Thread Seb at Ep factory
Hi Jonathan, Why not include generate file removing directly in build tasks so that we can easily rebuild model ? Seb On 29 juin, 21:30, Jonathan Wage wrote: > If you remove some models from your YAML file then you need to remove the > files that were generated in your lib/model, lib/form, etc