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,
Bugzilla is broken on giving data in bugzilla.cfg.php
Moderators: Amaradana, TurboPT, TL Developers
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' ???
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' ???
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
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