点开通博客后,出现
系统发生错误
错误位置:FILE: /include/cls.MySQL.php LINE: 84
[ 错误信息 ]
[ TRACE ]
[13-09-01 10:17:09] /include/cls.MySQL.php (84) func_throwException([MySQL Query Error:INSERT INTO `blogger` ( `blogcat_id`, `parent_id`, `username`, `userid`, `title`, `description`, `blog_status`, `templateid`) VALUES ( 130, 14, 'movetoil', '854556', 'movetoil', '开通这个博客,希望能为大家提供一些购房经验,育儿经验和教训,和学做我的偶像毛毛妈的菜屡试屡败的经验', 1, 11 )])
[13-09-01 10:17:09] /include/cls.MySQL.php (193) MySQL->query([INSERT INTO `blogger` ( `blogcat_id`, `parent_id`, `username`, `userid`, `title`, `description`, `blog_status`, `templateid`) VALUES ( 130, 14, 'movetoil', '854556', 'movetoil', '开通这个博客,希望能为大家提供一些购房经验,育儿经验和教训,和学做我的偶像毛毛妈的菜屡试屡败的经验', 1, 11 )])
[13-09-01 10:17:09] /include/cls.Model.php (185) MySQL->Insert([[130, 14, movetoil, 854556, movetoil, 开通这个博客,希望能为大家提供一些购房经验,育儿经验和教训,和学做我的偶像毛毛妈的菜屡试屡败的经验, 1, 11], blogger])
[13-09-01 10:17:09] /blog/Action/register.php (57) Model->Insert([[130, 14, movetoil, 854556, movetoil, 开通这个博客,希望能为大家提供一些购房经验,育儿经验和教训,和学做我的偶像毛毛妈的菜屡试屡败的经验, 1, 11]])
[13-09-01 10:17:09] /include/cls.Factory.php (332) register->ACT_register()
[13-09-01 10:17:09] /include/cls.Factory.php (247) Factory->doAction([])
[13-09-01 10:17:09] /include/cls.Factory.php (154) Factory->loadAction()
[13-09-01 10:17:09] /blog/register.php (7) Factory->run([register])
[ 详细信息 ]
82: if(!($query = $func($sql , $this->conn)) && $type != 'SILENT'){
83: $mes = 'MySQL Query Error:'.$sql;
84: func_throwException($mes);
85: }else{
86: $this->sql[]=$sql;//记录执行语句