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?
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 troubleshooting → 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?
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.
No I'm not using IE6 and my forum isn't in a frame
The URL of my forum is:
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?
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!
Can I sent it to you through e-mail?
Can you please help me?
Sure, but you can just replace your real password with something else.
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.
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?
fotogravizer: I meant that you could paste your config.php here but replace the password so that we can't see it.
<!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>
<!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);
?>
Something is not right .. did you do something to the header.php?
No, I didn't
This worked, thanxalot you guys! (or girls)
One happy camper here!
Yes, now I have to learn how I can change the looks of my new forum ;-)
I've just installed PunBB also .. just meddling them.. & recreating some myself.
I'm off... girlfriend needs attention ;-)
Thanx for all your help... probably need some more tomorrow ;-)
PunBB Forums → PunBB 1.2 troubleshooting → login failure
Powered by PunBB, supported by Informer Technologies, Inc.