I have install sfDoctrineGuardPlugin and i try to use sfGuardForgotPassword.
When i try to send mail i have this error :
- Code: Select all
Fatal error: Class 'Swift_Message' not found in \plugins\sfDoctrineGuardPlugin\modules\sfGuardForgotPassword\lib\BasesfGuardForgotPasswordActions.class.php on line 39
So i install swift mailer but i have this error :
- Code: Select all
Catchable fatal error: Argument 1 passed to Swift_Mime_SimpleMessage::__construct() must be an instance of Swift_Mime_HeaderSet, none given in \lib\swift\classes\Swift\Mime\SimpleMessage.php on line 30
Where is my mistake ? Did i install a wrong version og swift mail ?
Thank you for help !
