Search found 6 matches

by RTP.Techie
Sat Jul 11, 2009 1:33 am
Forum: XML-RPC API
Topic: The Test Case ID (tcid) provided does not exist!
Replies: 20
Views: 43221

Figured it out... well.. from all the examples that I see, the code uses "tpid" as the key...

But it should be "testprojectid"
once I did this
data = {'testprojectid': '1', 'devKey': 'c4b93eede11ff569905cc2aea1212a81'}

It works ..
by RTP.Techie
Fri Jul 10, 2009 10:48 pm
Forum: XML-RPC API
Topic: The Test Case ID (tcid) provided does not exist!
Replies: 20
Views: 43221

Just be a bit clear... I'm tying this using Python on 1.8.3 data = {'devKey':'c4b93eede11ff569905cc2aea1212a81', 'Tpid':int(1)} s.tl.getProjectTestPlans(data) and get the error as [{'message': '(getProjectTestPlans) - No testprojectid provided.', 'code': 160}] I'm sure that I got the test project ID...
by RTP.Techie
Fri Jul 10, 2009 10:44 pm
Forum: XML-RPC API
Topic: The Test Case ID (tcid) provided does not exist!
Replies: 20
Views: 43221

Anyone make it work with Python??
by RTP.Techie
Tue Jun 02, 2009 2:26 am
Forum: TestLink 1.8 (OBSOLETE => EOL)[LOCKED]
Topic: ERROR ON exec_query() - database.class.php
Replies: 5
Views: 24751

I think that I found the bug... The problem is that: After I just install TL, and log-in as Admin, then from there, the only thing that I did as Admin is to create a user as Leader Then, I log-in as the new user (Leader)... But the default role of leader does not have right to create "test proj...
by RTP.Techie
Tue Jun 02, 2009 2:11 am
Forum: TestLink 1.8 (OBSOLETE => EOL)[LOCKED]
Topic: ERROR ON exec_query() - database.class.php
Replies: 5
Views: 24751

Since I've a brand-new installation, there is no test plan yet...
So when I click Test Plan Management, it shows a page only has "create" button on it... (see attached pix in the tracker), then as soon as you click on it, I see the problem...
by RTP.Techie
Sun May 31, 2009 8:16 pm
Forum: TestLink 1.8 (OBSOLETE => EOL)[LOCKED]
Topic: ERROR ON exec_query() - database.class.php
Replies: 5
Views: 24751

ERROR ON exec_query() - database.class.php

Hi, I'm new to TestLink and just downloaded TL version 1.8.2... and get all the things set up. I'm using mySQL 4.1. Just have test run and created a user, then trying to create a new test plan... I see this errors... What should I do? ERROR ON exec_query() - database.class.php 1064 - You have an err...