这是我的模型规则:
array('verifyCode', 'captcha', 'allowEmpty'=>!CCaptcha::checkRequirements()),
这是在我的 _form 上:
$this->widget('CCaptcha', array('buttonOptions' => array('class' => 'captcha-anchor')));
在我的访问规则上:
array('allow','actions'=>array('create','index','view','member', 'captcha'),
'users'=>array('*'),
),
我不断得到,
“验证码不正确”
不管我做什么。
我将 AjaxValidation 与 CActiveForm 一起使用,并希望继续使用它。
任何线索如何解决这个问题?
请不要贴任何链接,如果您恰好知道答案,请描述它,以便我们有需要时讨论。
请注意,验证码图像正在显示和重新加载。那里没有问题。
谢谢。