The initial page is blank, this is the source
Code: Select all
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="Content-language" content="en" />
<meta http-equiv="expires" content="-1" />
<meta http-equiv="pragma" content="no-cache" />
<meta name="author" content="Martin Havlat" />
<meta name="copyright" content="GNU" />
<meta name="robots" content="NOFOLLOW" />
<base href="http://mysyte.com/testlink/"/>
<title>TestLink - Login</title>
<link rel="TL shortcut icon" href="http://mysyte.com/testlink//gui/themes/theme_m1/images/favicon.ico" />
<style media="all" type="text/css">@import "http://mysyte.com/testlink/gui/themes/theme_m1/css/testlink.css";</style>
<style media="all" type="text/css">@import "http://mysyte.com/testlink/gui/themes/theme_m1/css/jos_template_css.css";</style>
<style media="print" type="text/css">@import "http://mysyte.com/testlink/gui/themes/theme_m1/css/tl_print.css";</style>
<script type="text/javascript" src="http://mysyte.com/testlink/gui/javascript/testlink_library.js" language="javascript"></script>
<script type="text/javascript" language="javascript">
var fRoot = 'http://mysyte.com/testlink/';
var menuUrl = '';
var args = '';
// 20050528 - fm
// To solve problem diplaying help
var SP_html_help_file = '';
//attachment related JS-Stuff
var attachmentDlg_refWindow = null;
var attachmentDlg_refLocation = null;
var attachmentDlg_bNoRefresh = false;
// 20060916 - franciscom
// bug management (using logic similar to attachment)
var bug_dialog=new bug_dialog();
</script>
<script language="JavaScript" src="http://mysyte.com/testlink/gui/niftycube/niftycube.js" type="text/javascript"></script>
<script type="text/javascript">
window.onload=function(){
Nifty("div#login_div","big");
Nifty("div.warning_message","normal");
Nifty("div.login_warning_message","normal");
document.forms[0].elements[0].focus();
}
</script>
</head>
<body>
The migration consist in copying the testlink directory and change the config_db.inc.php file with the new database parameters.
The servers have similar enviroment.
We are doing something wrong?
We have to change any other config file?
Thanks.
Diego.