View previous topic :: View next topic |
Author |
Message |
dmas
Joined: 11 Aug 2004 Posts: 1
|
Posted: Wed Aug 11, 2004 2:54 pm Post subject: Login... Help... |
|
|
After reading pretty much all the articles that people have referred to about login problems, I'm still having trouble. I've managed to install everything correctly, but when I click on the link to login, its just a white page with nothing on it...
I've tried reinstalling, changing b2login.php and all that stuff, and I still can't manage to fix it. I've only started using PHP and I'm not sure what to do. Please help!
Cheers  |
|
Back to top |
|
 |
sh0ck
Joined: 02 May 2004 Posts: 29 Location: Norway
|
Posted: Thu Aug 12, 2004 4:02 pm Post subject: |
|
|
make sure you have all directories set up properly, and that you login from b2login.php with the assigned password.
do a view source and copy it here. maybe it is just an (x)html error. |
|
Back to top |
|
 |
Aditi
Joined: 07 Nov 2003 Posts: 7 Location: USA
|
Posted: Mon Aug 16, 2004 1:35 am Post subject: |
|
|
The same thing has been happening to me. Everything was fine the first time I logged in, but now when I try to login the page just goes blank. Help!
Quote: |
<html>
<head>
<title>b2 > Login form</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="./b2-include/b2.css" type="text/css">
<style type="text/css">
<!--
textarea,input,select {
background-color: #f0f0f0;
border-width: 1px;
border-color: #cccccc;
border-style: solid;
padding: 2px;
margin: 1px;
}
-->
</style>
</head>
<body bgcolor="#ffffff" text="#000000" link="#cccccc" vlink="#cccccc" alink="#ff0000">
<table width="100%" height="100%">
<td align="center" valign="middle">
<table width="200" height="200" style="border: 1px solid #cccccc;" cellpadding="0" cellspacing="0">
<tr height="50">
<td height="50" width="50">
<a href="http://cafelog.com" target="_blank"><img src="b2-img/b2minilogo.png" border="0" alt="visit b2's homepage" /></a>
</td>
<td align="right" valign="top">
<a href="b2register.php" class="b2menutop">register ?</a><br />
<a href="b2login.php?action=lostpassword" class="b2menutop">lost your password ?</a>
</td>
</tr>
<tr height="150"><td align="right" valign="bottom" height="150" colspan="2">
<form name="" action="b2login.php" method="post">
<input type="hidden" name="redirect_to" value="b2edit.php" />
<input type="hidden" name="action" value="login" />
<table width="100" style="background-color: #ffffff">
<tr><td align="right">login</td>
<td><input type="text" name="log" value="" size="8" /> </td></tr>
<tr><td align="right">password</td>
<td><input type="password" name="pwd" value="" size="8" /> </td></tr>
<tr><td> </td>
<td><input type="submit" name="Submit2" value="OK" class="search"> </td></tr>
</table>
</form>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
|
|
|
Back to top |
|
 |
sh0ck
Joined: 02 May 2004 Posts: 29 Location: Norway
|
|
Back to top |
|
 |
Sigg3
Joined: 03 Jul 2003 Posts: 637 Location: Oslo, Norway
|
|
Back to top |
|
 |
|