duanpao6163 2015-10-28 10:07
浏览 240

验证码不能以yii显示图像

I try CAPTCHA code in my view page ,

Model Rule

public function rules()
    {
        return array(
             array('verifyCode', 'captcha', 'allowEmpty'=>extension_loaded('gd')),
        );
    }

below code about view page control..

<?php if(extension_loaded('gd')): ?>
            <div class="row">
                <?php echo $form->labelEx($model,'verifyCode'); ?>
                <?php echo $form->textField($model,'verifyCode'); ?>
                <div>
                    <?php $this->widget('CCaptcha'); ?>
                </div>
                <div class="hint">Please enter the letters as they are shown in the image above.
                <br/>Letters are not case-sensitive.</div>
            </div>
        <?php endif; ?>

Controller action

public function actions()
    {
        return array(
            'captcha'=>array(
                'class'=>'CCaptchaAction',
                'backColor'=>0xFFFFFF,
            ),

            'page'=>array(
                'class'=>'CViewAction',
            ),
        );
    }

And Controller Access rule..

public function accessRules()
        {
            return array(
                array('allow', 
                    'actions'=>array('index','view','create','captcha'),
                    'users'=>array('*'),
                    )
                );
        } 

But not display any Imgae , help will appriciate.

  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥15 执行 virtuoso 命令后,界面没有,cadence 启动不起来
    • ¥50 comfyui下连接animatediff节点生成视频质量非常差的原因
    • ¥20 有关区间dp的问题求解
    • ¥15 多电路系统共用电源的串扰问题
    • ¥15 slam rangenet++配置
    • ¥15 有没有研究水声通信方面的帮我改俩matlab代码
    • ¥15 ubuntu子系统密码忘记
    • ¥15 保护模式-系统加载-段寄存器
    • ¥15 电脑桌面设定一个区域禁止鼠标操作
    • ¥15 求NPF226060磁芯的详细资料