Bugzilla Add bug button does nothing

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

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
gsdow
TestLink user
Posts: 6
Joined: Thu Apr 28, 2011 1:22 pm

Bugzilla Add bug button does nothing

Post by gsdow »

Have configured testlink-1.9.0 and bugzilla-3.7.3 in a new installation.

The BUG Management icon is displayed - I think that means I've configured access to the bugzilla database Ok and the login to the database is good.

The Add bug report dialogue is displayed, however when I hit the Add bug button nothing happens.

I found the following error in the log files.
E_NOTICE Undefined index: gsmarty_interface_bugs - in C:\wamp\www\testlink\gui\templates_c\%%97^974^974C6652%%bugAdd.tpl.php - Line 41

I've seen refernce to switching the smarty debug console on - not sure how to do that.
gsdow
TestLink user
Posts: 6
Joined: Thu Apr 28, 2011 1:22 pm

Re: Bugzilla Add bug button does nothing

Post by gsdow »

The Apache error log is showing this error, might be related.
File does not exist: C:/wamp/www/testlink/lib/execute/gui, referer: http://testserver:81/testlink/lib/execu ... ng_build=1

I have this in the Apache access log, but no php error
10.4.80.1 - - [29/Apr/2011:14:18:05 +0100] "POST /testlink/lib/execute/bugAdd.php HTTP/1.1" 200 4079
gsdow
TestLink user
Posts: 6
Joined: Thu Apr 28, 2011 1:22 pm

Re: Bugzilla Add bug button does nothing

Post by gsdow »

Got the smarty debug console working by setting the parameter true in config.inc
$tlCfg->smarty_debug = true;

The console shows.....
{$gui} stdClass Object (1)
->interface_bugs = "BUGZILLA"

but no entry for $gsmarty_interface_bugs
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Re: Bugzilla Add bug button does nothing

Post by fman »

upgrade to 1.9.2 and retest
gsdow
TestLink user
Posts: 6
Joined: Thu Apr 28, 2011 1:22 pm

Re: Bugzilla Add bug button does nothing

Post by gsdow »

Thanks - Upgraded to v1.9.2 and the same conditions encountered. Any further ideas ?
gsdow
TestLink user
Posts: 6
Joined: Thu Apr 28, 2011 1:22 pm

Re: Bugzilla Add bug button does nothing

Post by gsdow »

Any ideas on how to debug this error...E_NOTICE Undefined index: gsmarty_interface_bugs - in C:\wamp\www\testlink\gui\templates_c
gsdow
TestLink user
Posts: 6
Joined: Thu Apr 28, 2011 1:22 pm

Re: Bugzilla Add bug button does nothing

Post by gsdow »

C:\wamp\www\testlink\gui\templates_c\%%97^974^974C6652%%bugAdd.tpl.php I replaced the reference to ['gsmarty_interface_bugs'] with ['gui']->interface_bugs. This removed the error from the log file when executing addbug. Still trying to get the Mantis/Bugzilla screen to display - looks like I might have a mis-configuration somehere.
tlriccx
TestLink user
Posts: 1
Joined: Tue Jun 18, 2013 6:48 pm

Re: Bugzilla Add bug button does nothing

Post by tlriccx »

Is there a solution for this problem?
I hit the same issue recently. My bug tracker was working well, until this morning. Same symptom. Though the "Add bug report" box tells me "Bug added", nothing really added in the test execution history.

[>>][51c0711a5d42d018987711][DEFAULT][/testlink-1.9.2/lib/execute/bugAdd.php][13/Jun/18 14:39:22]
[13/Jun/18 14:39:22][WARNING][6shm76sqa6n8gr9r23ug7md8h0][GUI]
E_NOTICE
Undefined index: gsmarty_interface_bugs - in /var/www/testlink-1.9.2/gui/templates_c/%%97^974^974C6652%%bugAdd.tpl.php - Line 41
Post Reply