The captcha component still functions, an image is generated, but
somehow the browser does not display the image if the phpmailer
component is invoked as well. Is this a session problem ?

Does anyone have a clue about how to deal with problem?

On Dec 18, 11:35 am, Martijn Hodenpijl <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I use the cakePHP
> version 1.1.17.5612.
>
> I making a comments form. for thise form I use 2 components, the
> phpmailer and phpcaptcha.
> I follow the tutorials for the captcha and comments 
> fromhttp://bakery.cakephp.org/
>
> If they are both declared in my controller, the captcha form does not
> appear in the view.
>
> So in case of
>
> var $components = array('Captcha',);
>
> the cpatcha works as expected
>
> In case of
>
> var $components = array('Captcha', 'Email');
>
> the Captcha is not shown in the view. The Email component and the
> controller functions work as expected.
>
> Has anyone an idea why the captcha image fails in case the phpmailer
> component is used ? To me this is a mystery.
>
> Kind regards,
> Martijn

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" 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/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to