如何在yii中修改验证码图像源?

时间:2014-07-03 14:00:21

标签: php yii captcha

我的验证码图片没有显示,这是它的网址:

mysite.com/index.php/site/captcha?v=53b56139cb358,当我试图打开它时,我得到了一个

错误:

Cannot modify header information - headers already sent by (output started at /home/patrahr/public_html/index.php:1)

功能动作:

public function actions()
    {
        return array(
            // captcha action renders the CAPTCHA image displayed on the contact page
            'captcha'=>array(
                'class'=>'CCaptchaAction',
                'backColor'=>0xFFFFFF,
            ),
            // page action renders "static" pages stored under 'protected/views/site/pages'
            // They can be accessed via: index.php?r=site/page&view=FileName
            'page'=>array(
                'class'=>'CViewAction',
            ),
        );
    }

那我怎么能解决这个错误?

1 个答案:

答案 0 :(得分:1)

当这个问题发生得很快时,你就可以在没有BOM的情况下转换段落UTF-8!

使用Notepad ++执行此过程。