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
Blank Screen after login
Moderators: Developer, Contributor
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
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
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
if there are any there, remove them