界面上有错误提示已解决 悬赏5积分
举例:
----------------登录界面----------------
15:32:42 ERROR: SQLSTATE[HY000]: General error: 145 Table '.\zentao\zt_cron' is marked as crashed and should be repaired
The sql is: SELECT * FROM `zt_cron` oRdEr bY `lastTime` desc lImiT 1
in D:\xampp\zentao\lib\base\dao\dao.class.php on line 1318, last called by D:\xampp\zentao\lib\base\dao\dao.class.php on line 717 through function sqlError.
in D:\xampp\zentao\framework\base\router.class.php on line 1932 when visiting user-login
----------------我的地盘----------------
15:34:41 ERROR: SQLSTATE[HY000]: General error: 145 Table '.\zentao\zt_cron' is marked as crashed and should be repaired
The sql is: SELECT * FROM `zt_cron` oRdEr bY `lastTime` desc lImiT 1
in D:\xampp\zentao\lib\base\dao\dao.class.php on line 1318, last called by D:\xampp\zentao\lib\base\dao\dao.class.php on line 717 through function sqlError.
in D:\xampp\zentao\framework\base\router.class.php on line 1932 when visiting my
----------------测试主页----------------
15:35:14 ERROR: SQLSTATE[HY000]: General error: 145 Table '.\zentao\zt_cron' is marked as crashed and should be repaired
The sql is: SELECT * FROM `zt_cron` oRdEr bY `lastTime` desc lImiT 1
in D:\xampp\zentao\lib\base\dao\dao.class.php on line 1318, last called by D:\xampp\zentao\lib\base\dao\dao.class.php on line 717 through function sqlError.
in D:\xampp\zentao\framework\base\router.class.php on line 1932 when visiting qa
--其他页面均有此错误提示
禅道版本:9.0.1
安装包类型:Windows安装包
操作系统:Windows Server 2008
客户端浏览器:IE11
🚢 修复一下数据表 登录数据库执行 sql :REPAIR TABLE `zt_cron`;
回复
|