he said it was a old problem, but no one can answer how to fix it.
so i try to upgrade testlink 1.7.1 to 1.8.5, but the problem still here.
old topic link :http://teamst.org/forum/viewtopic.php?f=1&t=606
my configuration as below:
//Set the bug tracking system Interface to JIRA 3.1.1
/** The DB host to use when connecting to the JIRA db */
define('BUG_TRACK_DB_HOST', '192.168.2.121');
/** The name of the database that contains the jira tables */
define('BUG_TRACK_DB_NAME', 'ORA_192.168.2.121');
/** The DB type being used by jira */
define('BUG_TRACK_DB_USER', 'jirauser');
/** The DB password to use for connecting to the jira db */
define('BUG_TRACK_DB_PASS', 'jirauser');
/** link of the web server for jira */
// define('BUG_TRACK_HREF', "http://localhost:8080/secure/Dashboard.jspa");
define('BUG_TRACK_HREF', "http://192.168.2.121:8080/browse/");
/** The DB type to use for connecting to the bugtracking db */
define('BUG_TRACK_DB_TYPE', 'oracle');
BTW: oracle version is 10g.
CAN ANYONE TALL ME WHY APPEAR THE BLANK PAGE? AND HOW TO RESOLVE IT?