已解决 账户登录后页面空白,之后查看日志报错

账户登录后报错,

12:40:40 ERROR: SQLSTATE[HY000]: General error: 1032 Can't find record in 'zt_bug'

The sql is: SELECT t1.id, t1.title, t2.name as product FROM `zt_bug` AS t1 LEFT JOIN `zt_product` AS t2 ON t1.product=t2.id wHeRe t1.assignedTo = 'yangshen' AND t1.deleted = '0' oRdEr bY `id` desc lImiT 10

in /opt/zbox/app/zentao/lib/base/dao/dao.class.php on line 1301, last called by /opt/zbox/app/zentao/lib/base/dao/dao.class.php on line 707 through function sqlError.
in /opt/zbox/app/zentao/framework/base/router.class.php on line 1919 when visiting my
禅道版本 8.1.3 源码包
操作系统 CentOS
客户端浏览器 IE8

提问者: Bad Romance 悬赏:5 日期: 2016-05-11 12:47:10 答案:1 点击:4771

获取技术支持

QQ: 电话:
设置备注
答案列表
2016/05/11
断电导致数据库受损,到数据库中执行一下  REPAIR TABLE `zt_bug`;