Bugzilla is broken on giving data in bugzilla.cfg.php

Ask community to help.

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
Anjani
TestLink user
Posts: 3
Joined: Thu Dec 14, 2006 10:14 am

Bugzilla is broken on giving data in bugzilla.cfg.php

Post by Anjani »

Hi,

We are trying to setup Test Link. The Install is done and is working fine, but the problem is with Bugzilla integration.

Bugzilla, which is residing on another server than TestLink is broken as soon as we give the bugzilla data on bugzilla.cfg.php and login to TestLink.
Any idea where i am going wrong?

Thanks,
TurboPT
Member of TestLink Community
Posts: 343
Joined: Sun Dec 10, 2006 4:51 am

Post by TurboPT »

Did you also set this define in config.inc.php ?

define('TL_INTERFACE_BUGS', 'BUGZILLA');
Anjani
TestLink user
Posts: 3
Joined: Thu Dec 14, 2006 10:14 am

Post by Anjani »

Yes, I did set the configuration parameters in these files:

1. on config.inc.php - TL_INTERFACE_BUGS = 'BUGZILLA' is set
2. on int_bugzilla.php - the bugzilla user name, db etc are given correctly

there is one require_once in config.inc.php - which is currently set as
require_once(TL_ABS_PATH . 'lib/bugtracking/int_bugtracking.php');

Is this ok or do i need to give the absolute path as 'lib/bugtracking/int_bugzilla.php' ???
TurboPT
Member of TestLink Community
Posts: 343
Joined: Sun Dec 10, 2006 4:51 am

Post by TurboPT »

I'll have to check... but does the TL_ABS_PATH already contain a directory separator? [they call it DS in the config file]

See if this makes any difference:
require_once(TL_ABS_PATH . DS . 'lib/bugtracking/int_bugtracking.php');
Anjani
TestLink user
Posts: 3
Joined: Thu Dec 14, 2006 10:14 am

Post by Anjani »

Hi,

Thanks for your time & Sorry for the delay. After a lot of investigation, we realized that the MYSQL version of bugzilla was 11.18, distribution is 3.23.58 and this is not compatible with the MYSQL version of TestLink, and hence it is broken. Will get back if I get into any issues after upgrading the MYSQL version on Bugzilla machine.

Wishing you a very happy new year.

Thanks,
Anjani
Post Reply