Testlink 1.9 integration with Bugzilla

Ask community to help.

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
Sarav
TestLink user
Posts: 1
Joined: Fri Sep 24, 2010 2:40 pm

Testlink 1.9 integration with Bugzilla

Post by Sarav »

Dear All,

I am trying for the integration of testlink and bugzilla. I am following the steps in 'tl-bts-howto'.

When I installed Testlink 1.9 Beta3 it showed me custom_config_inc.php file is not in place. I ignored it thinking it might come when I will install it completely. But after installation also the file was not present in the installation directory. I still ignored.

For the purpose of integration, I updated $g_interface_bugs as "BUGZILLA" and pressed execute link to store the results. When I tried to click on the folder icons for Testcase and testsuite it is giving me the blank screen in the right hand side frame.

Earlier I was getting this error with Testlink 1.8.5 also, but in that case, the none of the page of testlink was working, it was giving me blank screen entirely unlike in 1.9 beta3. Here I am able to see the icons for testcase and testsuite but when I click it to store the results, it gives the blank frame.

I am not getting what exactly is the reason. Is it because there was no file named "custo_config_inc.php" or is it some different problem. Please let me make remember I was getting the same blank screen with Testlink1.8.5 even I added the line in custom_config.inc.php.

Please help me with this. It might be a small catch I am not able to get. I am trying for this for 3 days without success. Please help!!

Thank you.
Sarav
TurboPT
Member of TestLink Community
Posts: 343
Joined: Sun Dec 10, 2006 4:51 am

Re: Testlink 1.9 integration with Bugzilla

Post by TurboPT »

Seems like there is one too many underscores in that file name. It should be: custom_config.inc.php

Some other places to check for possible hints/clues about the problem:
1. The Events log
2. The server's error log
3. anything in the files of the /log directory
oriana
TestLink user
Posts: 1
Joined: Wed Apr 27, 2011 8:14 am

Re: Testlink 1.9 integration with Bugzilla

Post by oriana »

I also met this problem, I move "$g_interface_bugs = 'BUGZILLA';" before "require_once(TL_ABS_PATH . 'lib/bugtracking/int_bugtracking.php');", it works.
After changing, my config.inc.php file like this
$g_interface_bugs = 'BUGZILLA';
define('TL_INTERFACE_BUGS','BUGZILLA');
require_once(TL_ABS_PATH . 'lib/bugtracking/int_bugtracking.php');

//$g_interface_bugs = 'NO';

// do not change this
$g_bugInterfaceOn = false;
$g_bugInterface = null;
milindw
TestLink user
Posts: 2
Joined: Wed Jun 22, 2011 11:14 am

Re: Testlink 1.9 integration with Bugzilla

Post by milindw »

Hi,
When i have did same thing,
it gives me error like this,
Fatal error: require_once() [function.require]: Failed opening required 'ADODB_[configure_bug_track_db_type].class.php' (include_path='.;C:\xampp\php\PEAR;.;C:\xampp\htdocs\testlink\lib\functions\') in C:\xampp\htdocs\testlink\lib\functions\common.php on line 113
Post Reply