V
van100j
Hi everyone,
I'm a real beginner to perl, and tried to start messing around with
YaBB forum. It all went smooth on one server, but when I've tried to
install the forum on another one and run Setup.pl, I get a plain text
in my browser including header. Here is the respond I get in my
browser:
Status: 200 OK
Cache-Control: no-cache, must-revalidate
Pragma: no-cache
Content-Type: text/html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://
www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>YaBB 2 Setup</title>
<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1" />
</head>
<body>
<!-- Main Content -->
<div style="height: 40px;"> </div>
<br /><br /><br /><form action="Setup.pl?action=adminlogin2"
method="post"><center>
<table width="20%" border="0" bgcolor= "#000000"
cellspacing="1"
cellpadding="0">
<tr><td>
<table width="100%" border="0" bgcolor= "#FEFEFE"
cellspacing="1"
cellpadding="3">
<tr>
<td width="100%" align="center">
<span style="font-family: Arial; font-size: 13px;
color: #000000;">
Enter the password for user <b>admin</b><br />to gain
access to the
Setup Utility
</span>
</td>
</tr>
<tr>
<td width="100%" align="center">
<span style="font-family: Arial; font-size: 13px;
color: #000000;">
<input type="password" size="30" name="password" />
</span>
</td>
</tr>
<tr>
<td width="100%" align="center">
<span style="font-family: Arial; font-size: 13px;
color: #000000;">
<input type="submit" value="Submit" />
</span>
</td>
</tr>
</table>
</td></tr></table></center></form>
<br />
</body>
</html>
Thanks
I'm a real beginner to perl, and tried to start messing around with
YaBB forum. It all went smooth on one server, but when I've tried to
install the forum on another one and run Setup.pl, I get a plain text
in my browser including header. Here is the respond I get in my
browser:
Status: 200 OK
Cache-Control: no-cache, must-revalidate
Pragma: no-cache
Content-Type: text/html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://
www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>YaBB 2 Setup</title>
<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1" />
</head>
<body>
<!-- Main Content -->
<div style="height: 40px;"> </div>
<br /><br /><br /><form action="Setup.pl?action=adminlogin2"
method="post"><center>
<table width="20%" border="0" bgcolor= "#000000"
cellspacing="1"
cellpadding="0">
<tr><td>
<table width="100%" border="0" bgcolor= "#FEFEFE"
cellspacing="1"
cellpadding="3">
<tr>
<td width="100%" align="center">
<span style="font-family: Arial; font-size: 13px;
color: #000000;">
Enter the password for user <b>admin</b><br />to gain
access to the
Setup Utility
</span>
</td>
</tr>
<tr>
<td width="100%" align="center">
<span style="font-family: Arial; font-size: 13px;
color: #000000;">
<input type="password" size="30" name="password" />
</span>
</td>
</tr>
<tr>
<td width="100%" align="center">
<span style="font-family: Arial; font-size: 13px;
color: #000000;">
<input type="submit" value="Submit" />
</span>
</td>
</tr>
</table>
</td></tr></table></center></form>
<br />
</body>
</html>
Thanks