/** 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
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.