Connection to your Bug Tracking System has failed:
Please check your configuration.
Be careful this problem will degrade TestLink performance.
I have done the following things in my setup.
Changed bugzilla.cfg file (my buzilla db is mysql)
Changed config.inc.php ($g_interface_bugs='BUGZILLA';)
Bugzilla is 3.0.5 running on mysql
Testlink 1.7.4 running on postgres
Could anyone suggest what else should i change to fix the issue
Well both TL and Bugzilla are using Apache server, and individually both work fine. Could you please give a sample template script for testing what you have suggested.
This is the script I wrote to connect to bugzilla, and it works fine. However, it doesnt work with testlink. Is this script a good test for checking bugzilaa connection, or should i add something else.
my configuration is as this
TestLink 1.7.4
Bugzilla:3.0.5
Apace 2.2
Windows Server
Is there any error log generated somewhere, I am not too familiar with php, so its hard for me to wade through the code, and make changes. So some suggestions would greatly be appreciated.