1.9.5 Beta and Bugzilla Integration Issue
Posted: Thu Aug 05, 2010 9:46 pm
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
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