symfony1 - sfPHPCaptchaPlugin : The following code is invalid -
i meet strange problem,i used sfphpcaptchaplugin make captha form in sf1.4 project worked on,all configuration , installation of plugin correct captcha verification won't let me save data of form in database , tell me text wrong i'm sure entered same text showing in image of captcha , here line me error :
'captcha' => new sfvalidatorphpcaptcha(array(), array('invalid' => 'the following code invalid.')),
someone had same errore before please?
sfphpcaptchaplugin not stable symfony 1.4 said in plugin information here.
you can use sfcaptchagdplugin one, folow intalation guide in readme, , use widget:
$this->widgetschema['captcha'] = new sfwidgetcaptchagd(); $this->validatorschema['captcha'] = new sfcaptchagdvalidator(array('length' => 4));
Comments
Post a Comment