Re: [symfony-users] Re: getting a fatal error using swiftmailer

2011-06-05 Thread helysm
hi version beta 4 symfony2 date will be available? thanks!!! Hely Suarez Marin Miembro del Semillero de Investigación y Desarrollo de Software Libre UFPS No a la Piratería de Software !Sea Legal con Colombia! Usa Software Libre... Cúcuta -- If you want to report a vulnerability issue on symfon

Re: [symfony-users] Re: getting a fatal error using swiftmailer

2011-06-04 Thread keymaster
Got the mailer first as above, same error occurs. Is there something else which also needs to be done? $mailer = $this->get( 'mailer' ); $message = \Swift_Message::newInstance()->setSubject( 'Contact Email' ) ->setFrom( 's...@example.com' ) ->setTo( 'recipi

Re: [symfony-users] Re: getting a fatal error using swiftmailer

2011-06-04 Thread Fabien Potencier
On 6/3/11 10:58 PM, Roger Webb wrote: I went through this *exact* issue and found an answer on the list. You *MUST* retrieve the "mailer" before creating a new Swift_Message $mailer = $this->get('mailer'); $message = \Swift_Message::newInstance()->... Correct. This will not be needed anymore

[symfony-users] Re: getting a fatal error using swiftmailer

2011-06-03 Thread Roger Webb
I went through this *exact* issue and found an answer on the list. You *MUST* retrieve the "mailer" before creating a new Swift_Message $mailer = $this->get('mailer'); $message = \Swift_Message::newInstance()->... Roger On Jun 3, 9:27 am, Kevin wrote: > I was also having this issue, updating

[symfony-users] Re: getting a fatal error using swiftmailer

2011-06-03 Thread Kevin
I was also having this issue, updating to sf2 master cleared it up for me. On Jun 2, 10:35 am, keymaster wrote: > Getting the identical error, also on Sf2 Beta3. > > *Fatal error*: Call to a member function clearAll() on a non-object in > *C:\Program > Files > (x86)\Zend\Apache2\htdocs\Symfony\v

Re: [symfony-users] Re: getting a fatal error using swiftmailer

2011-06-01 Thread Diego Henrique Oliveira
I'm using the swiftmailer version that comes into sf2beta3. On Tue, May 31, 2011 at 1:18 PM, Carl wrote: > Which version of Swiftmailer are you using? > > -- > If you want to report a vulnerability issue on symfony, please send it to > security at symfony-project.com > > You received this mess

[symfony-users] Re: getting a fatal error using swiftmailer

2011-05-31 Thread Carl
Which version of Swiftmailer are you using? -- 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" group. To post to this group, send email to symfony-

[symfony-users] Re: getting a fatal error using swiftmailer

2011-05-31 Thread Diego Henrique Oliveira
Does anyone can help-me with this issue? -- 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" group. To post to this group, send email to symfony-use