[SOLVED]Charts not displayed

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

[SOLVED]Charts not displayed

Post by istream »

In my current environment
  • RHEL 5
    MySQL 5.1.50
    Apache 2.2
    PHP 5.3.3
    Testlink 1.9 Beta 5
    Bugzilla 3.6.2
When i Click on Charts, nothing is displayed on the right hand side, however the log shows following:
  • WARNING E_WARNING require_once(/usr/local/testlink/cfg/.cfg.php): failed to open stream: No such file or directory - in /usr/local/testlink/lib/bugtracking/int_bugtracking.php - Line 367
    WARNING E_NOTICE Undefined variable: g_interface_bugs - in /usr/local/testlink/lib/bugtracking/int_bugtracking.php - Line 363


the bugzilla interface from testlink is working fine, i.e. I can create new bug, add it to failed test case, browse to the link of the bug from testlink.
The gd module is there in phpInfo.
HELP HELP.
Thanks
Last edited by istream on Thu Oct 21, 2010 6:34 pm, edited 1 time in total.
istream
Advanced user
Posts: 59
Joined: Wed Mar 31, 2010 10:28 pm

Re: Charts not displayed

Post by istream »

I have no luck with this, yet, can anyone, may help me out with some hint, where to look?
Thanks
istream
Advanced user
Posts: 59
Joined: Wed Mar 31, 2010 10:28 pm

Re: Charts not displayed

Post by istream »

On more checking, the file int_bugtracking.php actually had the line

$btsname = strtolower($g_interface_bugs);
Changed it to following
$btsname = strtolower($bts_type);
==============================
Charts are working now.
Post Reply