Hey everybody,

I'm running into a new error when I use the mailer. Just $this ->
getMailer() alone triggers it.

Catchable fatal error: Argument 1 passed to
Swift_Transport_AbstractSmtpTransport::registerPlugin() must be an
instance of Swift_Events_EventListener, instance of
sfMailerMessageLoggerPlugin given.

Now, I see that sfMailerMessageLoggerPlugin implements
Swift_Events_SendListener which in turn extends
Swift_Events_EventListener, so all should be good. However, when I
monitor the Swift autoloader, I find that neither
Swift_Events_SendListener nor Swift_Events_EventListener are ever
autoloaded.. I don't understand why this is, or why the code even
continues to execute if classes/interfaces haven't been loaded yet.

Then again, somehow I remember running into a php-bug involving twice-
extended interface autoloading once..

So, in sum, just wondering if any of the related codebase has changed
lately (running bleeding edge straight off the repository), or if that
problem sounds familiar to anybody..

Thanks,
Daniel

-- 
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-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to