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.
Bugzilla Add bug button does nothing
Moderators: Amaradana, TurboPT, TL Developers
Re: Bugzilla Add bug button does nothing
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
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
Re: Bugzilla Add bug button does nothing
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
$tlCfg->smarty_debug = true;
The console shows.....
{$gui} stdClass Object (1)
->interface_bugs = "BUGZILLA"
but no entry for $gsmarty_interface_bugs
Re: Bugzilla Add bug button does nothing
upgrade to 1.9.2 and retest
Re: Bugzilla Add bug button does nothing
Thanks - Upgraded to v1.9.2 and the same conditions encountered. Any further ideas ?
Re: Bugzilla Add bug button does nothing
Any ideas on how to debug this error...E_NOTICE Undefined index: gsmarty_interface_bugs - in C:\wamp\www\testlink\gui\templates_c
Re: Bugzilla Add bug button does nothing
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.
Re: Bugzilla Add bug button does nothing
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
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