Search found 3 matches

by jphuart
23 Nov 2006, 10:45
Forum: Customizations
Topic: IIS not recognized: modify config_defaults_inc.php
Replies: 0
Views: 4569

IIS not recognized: modify config_defaults_inc.php

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 ...
by jphuart
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 ...
by jphuart
23 Nov 2006, 10:24
Forum: Help
Topic: Blank page after login
Replies: 6
Views: 9330

Thanks a lot for this indication, it has solved my problem.

It was puzzling because mantis was working perfectly when using the browser on the server where it was installed, while I had blank screens on all the remote connections.

Ciao