Forget it
The directory permissions were wrong (700) and www-data couldn't find
the captcha.php component.
The missing_helper_file.ctp has the helpers path hardcoded:
<?php echo sprintf(__("The helper file %s can not be found or does not
exist.", true), APP_DIR . DS . "views" . DS . "helpers" . DS . $file);?
>
Sorry
On 11 mar, 01:12, Jesus Angel <[email protected]> wrote:
> Hi!
>
> The pluginhttp://www.holostek.net/recapthca-v0.8.0doesn'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 [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