OK this is weird. I have used the alternate action for sending sfMail
messages many times, but for some reason I am getting an infinite loop
on sfController.class line 539 in the getPresentationFor() method.

On a blank homepage I call a test email with empty templates:

$raw_email = $this->sendEmail('mail', 'sendTestEmail');

When symfony goes to render the template it calls getPresentationFor()
and passes "mail" and "sendTestEmail" as the module and action. Then
it tries to forward to the same action and loops out...

At first I thought it was a routing issue - but it continues to happen
after deleting all my custom routes!
Does anyone have any idea what is going on?
cheers
dan
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to