Blank Screen after login

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
kcoombes
Posts: 3
Joined: 26 Aug 2005, 22:10

Blank Screen after login

Post by kcoombes »

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
kcoombes
Posts: 3
Joined: 26 Aug 2005, 22:10

Post by kcoombes »

Okay, I still do not think I should get a blank screen, but I did notice I mispelled Administrator. Having corrected this, I get a new error:

SYSTEM WARNING: Cannot modify header information - headers already sent by (output started at c:\inetpub\wwwroot\mantis\config_inc.php:9)

Now what?

regards,
Kenneth
dingfelder
Posts: 100
Joined: 14 Aug 2005, 22:47
Location: new zealand
Contact:

one thing

Post by dingfelder »

this happened to me and the problem was that I had spaces and/or blank lines at the end of my config file.

if there are any there, remove them
kcoombes
Posts: 3
Joined: 26 Aug 2005, 22:10

Post by kcoombes »

Ahhhh.. it worked!

Thank you!

--Kenneth
Solo

Post by Solo »

Had the same problem! But now all works!!!
Post Reply