为什么testlink其他功能都没有问题一编写测试用例就报 HTTP 404
为什么testlink其他功能都没有问题一编写测试用例就报 HTTP 404 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 日志上说可能是你数据库配置关联有误?其他都可以是啥功能呢?一般配置好了的话,一样的操作和权限呀!你试试看添加specifications呢? 从错误提示就可以看得出来,sql语句缺少表名
DELETE FROM WHERE user_id = 7 开源的php系统,有时候并不可靠
页:
[1]