1.9.5 Beta and Bugzilla Integration Issue

LATEST Official version.
Questions and discussions - NO ISSUES
FOR ISSUES => http://mantis.testlink.org

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
istream
Advanced user
Posts: 59
Joined: Wed Mar 31, 2010 10:28 pm

1.9.5 Beta and Bugzilla Integration Issue

Post by istream »

I am using following on ubunto 10.4
o Postgres 8.4.4
o Apache2 2.1.2
o TestLink 1.9.5 Beta
o Bugzilla 3.6.1

Most of the things are looking great, however I am facing one issue with getting a bug from the database via Testlink.
When an existing bug id is entered in the dialog box and click Add, get:
=============================================================
0 database->exec_query(SELECT bug_status FROM bugzilla.bugs WHERE bug_id=3) called at [/var/www/testlink/lib/bugtracking/int_bugzilla.php:172]
#1 bugzillaInterface->checkBugID_existence(3) called at [/var/www/testlink/lib/execute/bugAdd.php:36]
==============================================================
The log file for postgres says, bugzilla schema in bugzila.bugs not there.

Able to retreive same record using regular sql query from psql, phpPgAdmin and PgAdminIII.

Help is appreciated.
Thanks
Ajay
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Re: 1.9.5 Beta and Bugzilla Integration Issue

Post by fman »

this does not seems to be a TL problem.
I know this sound stupid but:
when you get error, open pgAdmin, connect to your DB WITH SAME USER USED by TL to access bugzilla DB, and the copy and paste statement to run it.

Are you using the 1.9 BETA 5 xampp bundle with bugzilla and mantis ?
istream
Advanced user
Posts: 59
Joined: Wed Mar 31, 2010 10:28 pm

Re: 1.9.5 Beta and Bugzilla Integration Issue

Post by istream »

I add the schema entry in cfg/bugzilla.cfg.php, for bug database, and the connector between Testlink and Bugzilla is functioning properly.
Thanks,
Post Reply