jiasq573646869 发表于 2015-4-14 10:44:11

为什么testlink其他功能都没有问题一编写测试用例就报 HTTP 404

为什么testlink其他功能都没有问题一编写测试用例就报 HTTP 404

jiasq573646869 发表于 2015-4-14 10:49:31

ERROR ON exec_query() - database.class.php <br />1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE user_id = 7' at line 1 - DELETE FROM WHERE user_id = 7<br />THE MESSAGE : SQL executed : DELETE FROM WHERE user_id = 7 Query failed: errorcode errormsg:You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE user_id = 7' at line 1

土土的豆豆 发表于 2015-4-14 12:56:17

日志上说可能是你数据库配置关联有误?其他都可以是啥功能呢?一般配置好了的话,一样的操作和权限呀!
你试试看添加specifications呢?

gxlab 发表于 2015-4-14 16:33:00

从错误提示就可以看得出来,sql语句缺少表名
DELETE FROM WHERE user_id = 7

千里 发表于 2015-4-29 11:09:03

开源的php系统,有时候并不可靠
页: [1]
查看完整版本: 为什么testlink其他功能都没有问题一编写测试用例就报 HTTP 404