dongqiuwei8667 2015-10-18 22:01
浏览 370

调用未定义的方法在yii2中出错findIdentity()

I hosted my site to a new domain. when i click some links the url redirect to index page with this error.

PHP Fatal Error – yii\base\ErrorException

Call to undefined method app\models\TblAccount::findIdentity()

Is this error related with session. Please give me solution to the problem.

  • 写回答

2条回答 默认 最新

  • dtn55928 2015-11-03 08:17
    关注

    From the error it looks like you don't have findIdentity() method implemented in your TblAccount class. IdentityInterface requires you to implement it - see documentation

    Show us your code so we can help more

    评论
编辑
预览

报告相同问题?