Blank page after migrating

Ask community to help.

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
diegodinardo
TestLink user
Posts: 10
Joined: Fri Oct 24, 2008 7:04 pm

Blank page after migrating

Post by diegodinardo »

Hello, we are migrating our server, and when move testlink, this do not work anymore.
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>

I dont know why the body and html tags are incompleted.
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.
diegodinardo
TestLink user
Posts: 10
Joined: Fri Oct 24, 2008 7:04 pm

Post by diegodinardo »

ahh, the version of testlink is 1.7.4
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Post by fman »

use PHP 5.2.0 or greater
havlatm
Member of TestLink Community
Posts: 940
Joined: Mon Oct 31, 2005 1:24 am
Location: Czech

Post by havlatm »

Consider to check read permission. Check apaches error.log.
diegodinardo
TestLink user
Posts: 10
Joined: Fri Oct 24, 2008 7:04 pm

Post by diegodinardo »

Thanks for your reply.

I try to update the php version, and dont fix the problem.

The problem fix when i add the correct permission for the apache user to the testlink direcoty.

Thanks a lot for your support.

Diego.
Post Reply