Hello,

I am using CakePHP now for a couple of months. I use the cakePHP
version 1.1.17.5612.

For a comments form I use 2 components, the phpmailer and phpcaptcha.
I follow the tutorials for the captcha and comments from 
http://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 what the cause may be?

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