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
1.9.5 Beta and Bugzilla Integration Issue
Moderators: Amaradana, TurboPT, TL Developers
Re: 1.9.5 Beta and Bugzilla Integration Issue
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 ?
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 ?
Re: 1.9.5 Beta and Bugzilla Integration Issue
I add the schema entry in cfg/bugzilla.cfg.php, for bug database, and the connector between Testlink and Bugzilla is functioning properly.
Thanks,
Thanks,