Windows server 2003
IIS 6
Mantis 1.0.6
Getting a blank page when login, while it was not the case when using an Apache server.
To avoid that, or you add
$g_use_iis = 'ON';
to your config_inc.php as proposed on the help forum.
Another way of doing it is to modify the config_defaults_inc.php to ...
Search found 3 matches
- 23 Nov 2006, 10:45
- Forum: Customizations
- Topic: IIS not recognized: modify config_defaults_inc.php
- Replies: 0
- Views: 4569
- 23 Nov 2006, 10:33
- Forum: Help
- Topic: Blank page after login
- Replies: 6
- Views: 9330
Why not modify 'congig_defaults_inc.php'
The original is
#############################
# Web Server
#############################
# Using Microsoft Internet Information Server (IIS)
if ( isset( $_SERVER['SERVER_SOFTWARE'] ) ) { # SERVER_SOFTWARE not defined in case of php-cgi.exe
$g_use_iis = ( strstr( $_SERVER['SERVER_SOFTWARE ...
#############################
# Web Server
#############################
# Using Microsoft Internet Information Server (IIS)
if ( isset( $_SERVER['SERVER_SOFTWARE'] ) ) { # SERVER_SOFTWARE not defined in case of php-cgi.exe
$g_use_iis = ( strstr( $_SERVER['SERVER_SOFTWARE ...
- 23 Nov 2006, 10:24
- Forum: Help
- Topic: Blank page after login
- Replies: 6
- Views: 9330