[symfony-users] problems with templates new

2010-08-30 Thread vero
I have in my schema: project: ... owner: { type: varchar, size: 128, foreignTable:sf_guard_user, foreignReference: username, required: true, onDelete: cascade } ... If I include in the unset owner, I have an error. But if I don't include owner, how I put the owner in the documents. The user can

[symfony-users] Re: Send Mails

2010-08-24 Thread vero
/gentle-introduction/1_4/en/11-Emails http://www.symfony-project.org/gentle-introduction/1_4/en/11-Emails On Mon, Aug 23, 2010 at 8:04 PM, Jochen Daum jdau...@gmail.com wrote: Hi, On Tue, Aug 24, 2010 at 10:51 AM, vero vegoi...@alumni.uv.es wrote: I have tried configuring my computer to use

[symfony-users] Re: Send Mails

2010-08-24 Thread vero
Of course, I have changed this line, but I have a problem with cute/ paste. $mail-addTo($affiliate-getEmail()); -- $mail- addTo('vegoi...@gmail.com'); Sorry. -- Forwarded message -- From: vero vegoi...@alumni.uv.es Date: 24 ago, 09:43 Subject: Send Mails To: symfony users I

[symfony-users] Re: Send Mails

2010-08-24 Thread vero
. Check its manual how to set it up. On Tue, Aug 24, 2010 at 09:43, vero vegoi...@alumni.uv.es wrote: And I use a sendmail.exe, that I have download, to solution a warning Warning: mail() [function.mail]: SMTP server response: 530 5.7.0 Must issue a STARTTLS command first -- If you want

[symfony-users] Re: Send Mails

2010-08-24 Thread vero
configured - no wonder you cannot send emails. The message says that your smtp server needs encryption, most probably the same applies for authentication. Check its manual how to set it up. On Tue, Aug 24, 2010 at 09:43, vero vegoi...@alumni.uv.es wrote: And I use a sendmail.exe, that I have

[symfony-users] Re: Send Mails

2010-08-24 Thread vero
with the encryption, I'm not sure php's mail() can handle that. Why can't you upgrade to 1.3? I did that, and it was pretty easy. I did the 1.2-1.3 switch in about two hours, and now I have the full power of swift mailer, and I am using it with gmail's smtp. On Tue, Aug 24, 2010 at 14:48, vero vegoi

[symfony-users] Re: Send Mails

2010-08-24 Thread vero
: delivery_strategy: single_address delivery_address: vegoi...@gmail.com On 24 ago, 17:20, vero vegoi...@alumni.uv.es wrote: IT WORKS!! IT WORKS!! REALLY YOU ARE MY HERO. I believe that change to 1_3 was complex but It has been very easy and you have saved a lot of functionalities that depends

[symfony-users] Send Mails

2010-08-23 Thread vero
I have tried configuring my computer to use the fuction mail() . I have tried use Zend Framework,, exactly like in jobeet. But nothing works. The code was compiled, but no email was send. Please, help me! I need e-mails in my project. -- If you want to report a vulnerability issue on symfony,

[symfony-users] sf_guard_group/sf_guard_user

2010-08-21 Thread vero
I decided to use sfGuardPlugin so I put in y schema.yml: propel: _attributes: package: lib.model defaultIdMethod: native pfc_grupo: id: ~ GRUPO_ID: { type: integer, foreignTable:sf_guard_group, foreignReference: id, required: true, onDelete: cascade } LINEAS_INVES: { type:

[symfony-users] Re: enormous sf

2010-03-16 Thread vero
because I was a beginner in all the things about css, php, or, of course, symfony. On 14 mar, 20:15, rooster (Russ) russmon...@gmail.com wrote: On Mar 14, 7:24 pm, vero vegoi...@alumni.uv.es wrote: my main.css is: *{ width:800px; } Seriously? You are setting the width of the first

[symfony-users] Re: enormous sf

2010-03-14 Thread vero
my main.css is: *{ width:800px; } #content { display: block; margin:0 auto 0 auto; width:390px; } #footer { bottom: 0px; background-color: #8090ee; text-align: center; position: fixed; z-index: 9; } h1, p { margin-bottom: 20px; } #header { background-color: #8090ee;