Search found 4 matches

by jozef
13 Oct 2010, 12:18
Forum: Help
Topic: 1.2.0rc2 Installation problem
Replies: 13
Views: 9993

Re: 1.2.0rc2 Installation problem

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
by jozef
13 Oct 2010, 08:57
Forum: Help
Topic: 1.2.0rc2 Installation problem
Replies: 13
Views: 9993

Re: 1.2.0rc2 Installation problem

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;
by jozef
16 Sep 2010, 12:48
Forum: Customizations
Topic: Remove admin user from project
Replies: 21
Views: 21401

Re: Remove admin user from project

Thanks for information. I hope there will be soon an option in config file to hide global administrator on pages like bug_report_page.
by jozef
16 Sep 2010, 12:07
Forum: Customizations
Topic: Remove admin user from project
Replies: 21
Views: 21401

Re: Remove admin user from project

You can not remove a global administrator from a project, but you can remove a user whose global role is not administrator, but who is administrator for a special project...

I do not understand why is user global administrator available in drop-down "Assign to" on page "Report issue" (bug_report ...