CDbCommand无法执行SQL语句:SQLSTATE [42S22]
我正在使用yii用户和权利,并遵循此链接,http://www.yiiframework.com/wiki/423/installing-yii-users-and-rights-to-newly-created-yii-app/
我已经应用了这个链接中提到的所有东西,但是当我输入url localhost / webapp / user / login时,它会要求我登录。 登录后,我得到这个错误:
CDbCommand无法执行SQL语句:SQLSTATE [42S22]:未找到列:1054'字段列表'中的未知列'id'。 执行的SQL语句是:SELECT id,username,email,createtime,lastvisit,superuser,status,password,activkey FROM user
t
WHERE t
。 username
=:yp0限制1
请在这件事上给予我帮助..!!
确保你在用户表中有一个“id”列。 在Yii中,id也是默认的主键
链接地址: http://www.djcxy.com/p/60859.html上一篇: CDbCommand failed to execute the SQL statement: SQLSTATE[42S22]
下一篇: Why i cant do this query with relations in yii project?