Bugzilla permissions setting for TestLink integration

Ask community to help.

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
sweetdsp
TestLink user
Posts: 1
Joined: Thu Apr 26, 2007 11:56 am

Bugzilla permissions setting for TestLink integration

Post by sweetdsp »

Bugzilla permissions setting for TestLink integration
-----------------------------------------------------------
I did the settings of my remote bugzilla server details in my testlink cfg
as follows.
===============================================
define('BUG_TRACK_DB_HOST', '<IPaddress>');
define('BUG_TRACK_DB_NAME', 'bugs');
define('BUG_TRACK_DB_USER', 'bugzilla');
define('BUG_TRACK_DB_PASS', 'bugzilla');
define('BUG_TRACK_DB_TYPE', 'mysql');
define('BUG_TRACK_HREF', "http://<IPaddress>:8080/bugzilla/show_bug.cgi?id=");
('BUG_TRACK_ENTER_BUG_HREF',"http://<IPaddress>:8080/bugzilla/");
===============================================

When I go to the Test link home I am getting the following error as below.

-------------------------------------------------------------------
Connection to your Bug Tracking System has failed:
Please check your configuration.
Be careful this problem will degrade TestLink performance.
-------------------------------------------------------------------

If I need to do any changes in MYSQL please let me know what and how to do.
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Post by fman »

First check that you can connet to your bugzilla db using myPHPAdmin
or MySQL administrator
Post Reply