Topic: login failure

I just started my own forum, but when I try to login, it redirects me to the index-page and I'm still not loged in.

what am I doing wrong?

Re: login failure

Are you using IE6 and is your forum is some kind of frame? In that case, have a look in faq.html that was included with the package.

"Programming is like sex: one mistake and you have to support it for the rest of your life."

Re: login failure

No I'm not using IE6 and my forum isn't in a frame

The URL of my forum is:

http://www.fotogravizer.nl/talentlounge … /index.php

Re: login failure

I get a lot of "headers already sent" errors when visiting that page. Is there perhaps something wrong with your config.php? Could you post it here?

"Programming is like sex: one mistake and you have to support it for the rest of your life."

Re: login failure

Yes I could, but I don't think that's save cause everybody will be able to view my personal info, can't they?

p.s. thanx a lot 4 your fast replies!

Re: login failure

Can I sent it to you through e-mail?

Re: login failure

Can you please help me?

Re: login failure

Sure, but you can just replace your real password with something else.

"Programming is like sex: one mistake and you have to support it for the rest of your life."

Re: login failure

I don't really get what you mean.
The problem is not a wrong pasword.
The problem is that when I sign in, the redirect window acts as if everything is okay, but when Im redirected I'm still not loged in.

10 (edited by maxxstar 2004-05-07 20:16)

Re: login failure

clear your cookies.. see how it goes.. I had the same problem b4.

Something is not right .. did you do something to the header.php?

Re: login failure

fotogravizer: I meant that you could paste your config.php here but replace the password so that we can't see it.

"Programming is like sex: one mistake and you have to support it for the rest of your life."

Re: login failure

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Untitled Document</title>
</head>

<body>
<?php

$db_type = 'mysql';
$db_host = 'localhost';
$db_name = 'fotogravizer';
$db_username = 'ftgrvzerl';
$db_password = 'anypassword';
$db_prefix = '';
$p_connect = false;

$cookie_name = 'punbb_cookie';
$cookie_domain = '';
$cookie_path = '/';
$cookie_secure = 0;

$language = 'en';

define('PUN', 1);

?>
</body>
</html>

13 (edited by maxxstar 2004-05-07 21:10)

Re: login failure

fotogravizer wrote:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Untitled Document</title>
</head>

<body>
<?php

$db_type = 'mysql';
$db_host = 'localhost';
$db_name = 'fotogravizer';
$db_username = 'ftgrvzerl';
$db_password = 'anypassword';
$db_prefix = '';
$p_connect = false;

$cookie_name = 'punbb_cookie';
$cookie_domain = '';
$cookie_path = '/';
$cookie_secure = 0;

$language = 'en';

define('PUN', 1);

?>
</body>
</html>


just this will do

<html> ..... dun need these


just copy the codes below for your config.php
: dun forget to change your pass.
<?php

$db_type = 'mysql';
$db_host = 'localhost';
$db_name = 'fotogravizer';
$db_username = 'ftgrvzerl';
$db_password = 'anypassword';
$db_prefix = '';
$p_connect = false;

$cookie_name = 'punbb_cookie';
$cookie_domain = '';
$cookie_path = '/';
$cookie_secure = 0;

$language = 'en';

define('PUN', 1);

?>

Re: login failure

maxxstar wrote:

Something is not right .. did you do something to the header.php?

No, I didn't

Re: login failure

This worked, thanxalot you guys! (or girls)

One happy camper here!

Re: login failure

HAVE PUN!  smile

Re: login failure

Yes, now I have to learn how I can change the looks of my new forum ;-)

Re: login failure

I've just installed PunBB also .. just meddling them.. & recreating some myself.

Re: login failure

I'm off... girlfriend needs attention ;-)
Thanx for all your help... probably need some more tomorrow ;-)