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
Trac - TestLink - Bug ID does not exist on BTS -
Moderators: Amaradana, TurboPT, TL Developers
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
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
I found this : http://www.testlink.org/mantis/view.php?id=2528