View previous topic :: View next topic |
Author |
Message |
WalkAway
Joined: 07 Jan 2005 Posts: 1
|
Posted: Fri Jan 07, 2005 8:42 pm Post subject: what have I done!? |
|
|
I installed b2 and everything worked fine the first time but i used the wrong username to login and it said something like header already sent out by such and such file and i think i deleted the
setcookie("cafeloguser");
setcookie("cafelogpass");
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
header("Cache-Control: no-cache, must-revalidate"); // for HTTP/1.1
header("Pragma: no-cache");
if ($is_IIS) {
header("Refresh: 0;url=b2login.php");
} else {
header("Location: b2login.php");
}
in the b2login.php and it didnt work so i put it back and it wouldnt work at all so i deleted everything and reinstalled it and now in the b2install.php its saying
error:
Table 'b2posts' already exists... can anyone help me? |
|
Back to top |
|
 |
stevem
Joined: 15 Mar 2003 Posts: 365
|
Posted: Sat Jan 08, 2005 6:21 pm Post subject: Re: what have I done!? |
|
|
WalkAway wrote: | error:
Table 'b2posts' already exists... can anyone help me? |
No need. You didn't delete the old database and so b2install doesn't need to recreate the tables in the new one. It's less of an error than a message. Just keep going. |
|
Back to top |
|
 |
|