码迷,mamicode.com
首页 > 其他好文 > 详细

Yii2 登录报错

时间:2016-03-10 23:14:35      阅读:989      评论:0      收藏:0      [点我收藏+]

标签:

当用数据库登录系统报如下错误时

PHP Recoverable Error – yii\base\ErrorException

Argument 1 passed to yii\web\User::login() must be an instance of yii\web\IdentityInterface, instance of app\modules\admin\models\AdminUser given, called in /home/ser/web_root/sun/modules/admin/models/LoginForm.php on line 61 and defined

 

请把之前的类定义改成如下语句

class AdminUser extends \yii\db\ActiveRecord implements \yii\web\IdentityInterface{

....

}

Yii2 登录报错

标签:

原文地址:http://www.cnblogs.com/ser0632/p/5263610.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!