Search found 5 matches

by hbourchi
11 Jun 2010, 09:58
Forum: General Discussion
Topic: Possible Whitespace
Replies: 10
Views: 14546

Re: Possible Whitespace


IIS = IIS V6.0
Sorry, I have no experience with this
Maybe you can try Apache?

Just a speculation, try entering this line in config_inc.php

$g_compress_html = OFF;


I tried your code but no effect. trying apache is a bit difficult since the server is also used by others and other programs ...
by hbourchi
03 Jun 2010, 08:49
Forum: General Discussion
Topic: Possible Whitespace
Replies: 10
Views: 14546

Re: Possible Whitespace

atrol wrote:which PHP version do you use?
Maybe 5.3.0 or 5.3.1?
PHP version = 5.2.13
MYSql = mysql Ver 14.12 Distrib 5.0.51b, for Win32 (ia32)
IIS = IIS V6.0
by hbourchi
02 Jun 2010, 09:13
Forum: General Discussion
Topic: Possible Whitespace
Replies: 10
Views: 14546

Re: Possible Whitespace

is there the same problem when you start admin/install.php?

Yes. I get the same error.

By the way: I added this line to core.php as line 137:

ob_end_clean();

just before:

if ( ($t_output = ob_get_contents()) != '') {
echo 'Possible Whitespace/Error in Configuration File - Aborting. Output ...
by hbourchi
01 Jun 2010, 13:25
Forum: General Discussion
Topic: Possible Whitespace
Replies: 10
Views: 14546

Re: Possible Whitespace

yes, I am trying the 3e step of upgrading, where it says:

Point your browser to http://path/to/mantisbt/admin/check.php...
by hbourchi
01 Jun 2010, 10:45
Forum: General Discussion
Topic: Possible Whitespace
Replies: 10
Views: 14546

Possible Whitespace

Hello,

I am trying to upgarde from mantis 1.1.2 to mantis 1.2.1 but I get this error:

Possible Whitespace/Error in Configuration File - Aborting. Output so far follows: string(3) ""

this is my config file:

<?php
$g_database_name = 'mantis';
$g_db_username = 'mantis';
$g_db_password ...