1.2.0rc2 Installation problem

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
petrmatula
Posts: 13
Joined: 06 Jan 2010, 18:30

1.2.0rc2 Installation problem

Post by petrmatula »

I have problem with installation mantis 1.2.0rc2



Image
petrmatula
Posts: 13
Joined: 06 Jan 2010, 18:30

Re: 1.2.0rc2 Installation problem

Post by petrmatula »

Installation page 1.2.0rc1 is all right
Kirill
Posts: 638
Joined: 25 Nov 2007, 08:05
Location: Kaliningrad, RF
Contact:

Re: 1.2.0rc2 Installation problem

Post by Kirill »

What version of php, mysql, apache or other http server?
petrmatula
Posts: 13
Joined: 06 Jan 2010, 18:30

Re: 1.2.0rc2 Installation problem

Post by petrmatula »

mysql 5.1.36
apache 2.2.13
php 5.3.0
atrol
Site Admin
Posts: 8378
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: 1.2.0rc2 Installation problem

Post by atrol »

if possible give php 5.2.x a try
ATM 5.3 seems not to be a good choice for MantisBT
Please use Search before posting and read the Manual
Kirill
Posts: 638
Joined: 25 Nov 2007, 08:05
Location: Kaliningrad, RF
Contact:

Re: 1.2.0rc2 Installation problem

Post by Kirill »

And check zlib compression for php.
petrmatula
Posts: 13
Joined: 06 Jan 2010, 18:30

Re: 1.2.0rc2 Installation problem

Post by petrmatula »

zlib.output_compression = Off
Kirill
Posts: 638
Joined: 25 Nov 2007, 08:05
Location: Kaliningrad, RF
Contact:

Re: 1.2.0rc2 Installation problem

Post by Kirill »

petrmatula wrote:zlib.output_compression = Off
what about php 5.2.x?
atrol
Site Admin
Posts: 8378
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: 1.2.0rc2 Installation problem

Post by atrol »

just a speculation:
check whether your config_inc.php contains empty lines at the end of the file
if yes, remove them
Please use Search before posting and read the Manual
petrmatula
Posts: 13
Joined: 06 Jan 2010, 18:30

Re: 1.2.0rc2 Installation problem

Post by petrmatula »

Mantis is not installed. Ihave not any config_inc.php
petrmatula
Posts: 13
Joined: 06 Jan 2010, 18:30

Re: 1.2.0rc2 Installation problem

Post by petrmatula »

When I deleted row n.146 in file core.php "compress_start_handler();"The install page is OK
jozef
Posts: 4
Joined: 16 Sep 2010, 11:52

Re: 1.2.0rc2 Installation problem

Post by jozef »

Our ISP upgraded PHP to 5.2.14 yesterday. Suddenly Mantis 1.2.3 started to return unreadable pages. The problem was in core.php in compress_start_handler(). I disabled the compression in config_inc.php. It works now.

Code: Select all

$g_compress_html = OFF;
atrol
Site Admin
Posts: 8378
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: 1.2.0rc2 Installation problem

Post by atrol »

jozef, thanks for this information.
Until know I thought that there were just problems with early versions of PHP 5.3 and using Windows
Which version of PHP was installed before 5.2.14?
Which operating system is used
Please use Search before posting and read the Manual
jozef
Posts: 4
Joined: 16 Sep 2010, 11:52

Re: 1.2.0rc2 Installation problem

Post by jozef »

It is Apache 2 on FreeBSD 8.0, actual phpinfo
http://i53.tinypic.com/2i9iki8.png
Previous version was probably PHP 5.2.10 on FreeBSD 7.2
Post Reply