Query: INSERT INTO `users` (`last_visit`,`created`,`modified`) VALUES (‘2008-10-27 07:50:17′,’2008-10-27 07:50:17′,’2008-10-27 07:50:17′)
Warning: SQL Error: 1062: Duplicate entry ” for key 2 in D:\www\hosts\cake\ucake-libs\cake\libs\model\datasources\dbo_source.php on line 439
此错误出现的原因是:用户登录成功后更新最后登录时间时($this->controller->{$this->user_model}->save($row,true,array($this->user_table_last_visit));)丢失其要修改记录的ID造成。
解决办法:在此行(大概在134行)前面添加下面代码
$this->controller->{$this->user_model}->id = $this->user(‘id’);
PHPLAMP博客是专注于网站建设,搜索引擎研究,网站推广,网站优化的IT博客。