Blank Screen after login
Posted: 26 Aug 2005, 22:23
Mantis: 1.0.0rc1
Window 2000 IIS 5
mySQL: 4.4.0
PHP: 4.1
I've seen other blank page issue listed, but not any like mine. The problem is after the login. I can see the setup screens, but when i go to login with the default username/password, I get a blank screen of login.php.
Instead of the login.php redirecting me, it goes nowhere, thus the blank page. The code says:
if ( auth_is_user_authenticated() ) {
print_header_redirect( 'main_page.php' );
} else {
print_header_redirect( 'login_page.php' );
}
But apparently I am not being redirected anywhere.
Any ideas?
best regards,
Kenneth
Window 2000 IIS 5
mySQL: 4.4.0
PHP: 4.1
I've seen other blank page issue listed, but not any like mine. The problem is after the login. I can see the setup screens, but when i go to login with the default username/password, I get a blank screen of login.php.
Instead of the login.php redirecting me, it goes nowhere, thus the blank page. The code says:
if ( auth_is_user_authenticated() ) {
print_header_redirect( 'main_page.php' );
} else {
print_header_redirect( 'login_page.php' );
}
But apparently I am not being redirected anywhere.
Any ideas?
best regards,
Kenneth