Did you create the helper?, it's in the blogpost. If you can't get it to work.
I'm still using the old one, you can find it here: http://bakery.cakephp.org/articles/view/captcha-component-with-phpcaptcha I use it intensively and it works great. But I think you should look at the helper you created. If nothing is wrong there. On 6 sep, 13:55, Rajat Kumar <[EMAIL PROTECTED]> wrote: > Hi, > I am making an simple application like user registration & in this I > want to implement the Captcha in my form.For this I help from the link as > same as from > link:http://bakery.cakephp.org/articles/view/improved-captcha-component > but I seen the problem that cross image is coming but image is not shown. > $output[] = $this->html->image('/' . $controller . '/captcha/image.png', > array('id' => 'captcha_image')); > // $output[] = $this->form->input('Captcha/captcha', array('div' => > 'captcha_input', 'label' => '(Case Sensitive!)')); > As you see I commented the second one in Helpers then it is running with > cross image.If not commented then it shows error:>>>Call to undefined method > FormHelper::input() in > > C:\wamp\www\test\app\views\helpers\captcha.php on line 40 > Now Please tell me how thing is going to be smooth... > > Thanks & Regards > Rajat Kumar > Web Developer > > ----- > Thanks & Regards > Rajat Kumar > Web Developer :working: > -- > View this message in > context:http://www.nabble.com/Captcha-Integration-Problem-in-Cake-PHP-tp19345... > Sent from the CakePHP mailing list archive at Nabble.com. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
