[TestLink - Trac] use https and can not add Trac bug ID

Ask community to help.

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
geraud
TestLink user
Posts: 9
Joined: Mon Nov 10, 2008 1:20 pm
Location: Paris

[TestLink - Trac] use https and can not add Trac bug ID

Post by geraud »

Hello,

I use the bugtracker Trac and I can not add Trac bug ID.
My Trac use an URL with https, is it the problem ?

My configuration :

Code: Select all

/** Trac Project Root */
define('BUG_TRACK_DB_HOST', 'https://serveur/trac/');

/** Mapping TL test project name vs trac project url */
$g_interface_bugs_project_name_mapping = array(
    'Validation Testlink' => 'testlink',
);

/*--- Don't change the following parameters. ---*/
/** Link to the bugtracking system, for entering new bugs. */
define('BUG_TRACK_ENTER_BUG_HREF', '/newticket');
/** Link to the bugtracking system, for show bugs. */
define('BUG_TRACK_HREF', '/ticket');

/* The following parameters are not in use. */
define('BUG_TRACK_DB_TYPE', '[Not in Use]');
define('BUG_TRACK_DB_NAME', '[Not in Use]');
define('BUG_TRACK_DB_CHARSET', '[Not in Use]');
define('BUG_TRACK_DB_USER', '[Not in Use]');
define('BUG_TRACK_DB_PASS', '[Not in Use]');
?>
The acces by the link "Access to Bug Tracking System (Trac)" is good ==> I can create the ticket.... but I can not add the ID in testlink (I installed the plugin "XmlPrc" well.

Thanks for your help,
:arrow: Géraud

TestLink : 1.8 RC1
PHP : 5.1.6
MySQL : 5.0.45
OS : Linux CentOS 5
Apache : 2.2.3
geraud
TestLink user
Posts: 9
Joined: Mon Nov 10, 2008 1:20 pm
Location: Paris

Post by geraud »

Hy,

With a last version Trac (0.11.2.1) and Python 2.6, I can not use TestLink with trac (with xmlprc plugin).

My configuration is wrong ?

Where is the log with the connexion information ?

HELP !
:arrow: Géraud

TestLink : 1.8 RC1
PHP : 5.1.6
MySQL : 5.0.45
OS : Linux CentOS 5
Apache : 2.2.3
havlatm
Member of TestLink Community
Posts: 940
Joined: Mon Oct 31, 2005 1:24 am
Location: Czech

Post by havlatm »

I guess, that you must have special library to use https accoeding to quick look at google.
BTW: I suggest to upgrade to PHP 5.2 for 1.8 (because of EXT-JS). I used Jason Litka rpms and it works for me on Centos.
Post Reply