Search found 2 matches

by mitchm101
Wed May 17, 2006 6:37 pm
Forum: TestLink 1.6 (closed)
Topic: Hmm...How do I remove keyword assignment for a testcase ?
Replies: 4
Views: 7937

When you assign a keyword to a testcase, it is stored as text in the mgttestcase table in the keywords column as part of a csv string If you are comfortable executing database queries you could execute a command like this to remove a specific keyword update mgttestcase set keywords = replace(keyword...
by mitchm101
Wed May 17, 2006 6:00 pm
Forum: TestLink 1.6 (closed)
Topic: Anyone seen this error for assign risk and ownership section
Replies: 9
Views: 14892

I had this problem and it was driving me nuts, but I finally got it to work. My target system was a Win2003 server. I loaded the server with PHP 5.14 and MySQL 5 and had this problem. I thought the problem was IIS server so I installed Apache 2.0 with PHP 5 and still had the problem. This lead me to...