Trac - TestLink - Bug ID does not exist on BTS -

Ask community to help.

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
anthon
TestLink user
Posts: 2
Joined: Thu Apr 23, 2009 12:46 pm

Trac - TestLink - Bug ID does not exist on BTS -

Post by anthon »

Hello

I've configured TestLink 1.8.1 and Trac .
Trac works, plugin XML RPC and permission configured
TestLink works, custom_config.php and trac.cfg.php configured

The problem:
1) I click on bug Manager, Pop Up appears OK
2) I click on the link, I fill my Trac case OK
3) I return on my TestLink Pop and I put Trac Case ID. (ie: 1 or 45 or 789)
4) KO In the pop-up I've got tis message : Bug ID does not exist on BTS -

What I've done:
I realise an another platform with TRAC and Test Link.
In this configuration there is no protection on TRAC website and no Trac authentification configured --> Same problem
-->So, it's not an authentification problem as we can see on forums

I'm searching in bugAdd.php, on function checkBugId_existence

Have you got an idea to help me?

Anthony Bondu
anthon
TestLink user
Posts: 2
Joined: Thu Apr 23, 2009 12:46 pm

Post by anthon »

Hello,

When I turn on Smarty Debug Console, I see $sqlResult empty.

In TestLink Code, function checkBugId_existence in bugAdd.php is in fact located in int_trac.php.
So function checkBugID_existence($id) in "int_trac.php" we have:

$this->checkConnectionViaXMarpc()
//which returns 1 (TRUE) OK

$this->xmlrpcClient-->query('ticket.get', $id);
// which returns strangely nothing whereas $id is well setted to trac case id (ie 1)

I'm thinking...

Anthony Bondu
postb99
TestLink user
Posts: 10
Joined: Mon Jun 08, 2009 10:43 am

Post by postb99 »

Hi Anthony, did you solve it ? I'm facing it too... (TestLink 1.8.2 and Trac 0.11.4).

Thanks,

Barbara
postb99
TestLink user
Posts: 10
Joined: Mon Jun 08, 2009 10:43 am

Post by postb99 »

Post Reply