Hi!

The plugin http://www.holostek.net/recapthca-v0.8.0 doesn't work for
me.

I'm using it in my Users controller:

class UsersController extends AppController {
        var $name = 'Users';
       var $components = array(
        array('Recaptcha.Captcha',
                array(
                                'private_key' => 
'PRIVATE_KEY_FROM_RECAPTCHA_DOT_NET',
                                'public_key' => 
'PUBLIC_KEY_FROM_RECAPTCHA_DOT_NET'
                )
                )
        );
        var $helpers = array('Recaptcha.CaptchaTool');
../..
}

But I get a missing helper file error:

The helper file app/views/helpers/captcha_tool.php can not be found or
does not exist.

Why does it search for the helper file in app/views but app/plugins/
recaptcha/views?

Thanks

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to