Hello,

i try to install the EWZRecaptchaBundle in my sf2 project (latest version),

i followed the readme, but i have this error : 
Fatal error: Call to undefined method 
Symfony\Component\Form\Form::setScriptURLs() in 
C:\www\fscv2\src\FSC\AccountBundle\Controller\UserController.php on line *
124

in my controller i have this :

$recaptchaPub = $this->container->getParameter('recaptcha.pubkey'); 
        $recaptcha_secure = 
$this->container->getParameter('recaptcha.pubkey'); 
        $form->get('recaptcha')->setScriptURLs($recaptchaPub, 
$recaptcha_secure);

any ideas ?? someone have this bundle working ?,
thanks
*

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

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

Reply via email to