Search found 1293 matches

by vboctor
20 Oct 2009, 06:16
Forum: Help
Topic: Comparision Mantis 1.1.2 with Mantis 1.1.8
Replies: 1
Views: 1477

Re: Comparision Mantis 1.1.2 with Mantis 1.1.8

http://www.mantisbt.org/bugs/

Check the change log for details.
by vboctor
20 Oct 2009, 06:16
Forum: Help
Topic: Mantis 1.2.0rc1 and PHP Version: 4.1.2
Replies: 1
Views: 1484

Re: Mantis 1.2.0rc1 and PHP Version: 4.1.2

MantisBT v1.2.x require PHP v5.1.x/5.2.x. We are fixing some issues to make it also work with PHP 5.3.x.

PHP 4.x.x is no longer supported. Here is our blog announcement for dropping PHP 4 support:
http://www.mantisbt.org/blog/?p=15
by vboctor
20 Oct 2009, 06:09
Forum: Help
Topic: 1.2 RC2 anonymous user
Replies: 1
Views: 2359

Re: 1.2 RC2 anonymous user

I also discovered this today and opened the following issue to it. You might want to add your notes there or monitor the issue:
http://www.mantisbt.org/bugs/view.php?id=11058
by vboctor
20 Oct 2009, 06:08
Forum: Help
Topic: Problem installing InstantMantis-1.1.1
Replies: 2
Views: 1923

Re: Problem installing InstantMantis-1.1.1

InstantMantis requires to be installed on a sub folder of the root with no spaces in the folder name. Here is the wiki for instant mantis. Feel free to update it with your finding (you will need to be logged in into the bug tracker first - http://www.mantisbt.org/bugs/) http://www.mantisbt.org/wiki/...
by vboctor
20 Oct 2009, 06:05
Forum: Help
Topic: Cannot call overloaded function v -0.19.3
Replies: 4
Views: 2850

Re: Cannot call overloaded function v -0.19.3

MantisBT 0.19.3 is no longer supported. The error you are getting is actually in ADODB which is a 3rd party library that is packaged with MantisBT.

What version of PHP are you using?
by vboctor
20 Oct 2009, 06:02
Forum: Help
Topic: Mantis log showing full path instead of relative path
Replies: 5
Views: 5159

Re: Mantis log showing full path instead of relative path

Try setting $g_path in your config_inc.php to the MantisBT URL.
by vboctor
20 Oct 2009, 06:02
Forum: Help
Topic: XML import
Replies: 1
Views: 3923

Re: XML import

Link this to the corresponding bug report:
http://www.mantisbt.org/bugs/view.php?id=11029
by vboctor
20 Oct 2009, 06:00
Forum: Help
Topic: rollback version 1.2rc2 to 1.1.8
Replies: 2
Views: 1773

Re: rollback version 1.2rc2 to 1.1.8

This is not a supported scenario.

1. Why do you need to rollback?
2. Don't you have a backup?
by vboctor
20 Oct 2009, 05:40
Forum: Customizations
Topic: customized mails
Replies: 4
Views: 3602

Re: customized mails

There is no way to do that without changing the code. However, the code can be found at: core/email_api.php
by vboctor
15 Oct 2009, 09:00
Forum: General Discussion
Topic: Prohibit reporter to see who the issue is assigned to
Replies: 3
Views: 3179

Re: Prohibit reporter to see who the issue is assigned to

It is partially possible. Checkout the following configuration option:

$g_view_handler_threshold = DEVELOPER;
by vboctor
15 Oct 2009, 08:57
Forum: General Discussion
Topic: desirable anonymous report functionality unavailable
Replies: 1
Views: 2472

Re: desirable anonymous report functionality unavailable

What you are looking for is almost 10 years old and even if found will probably be completely broken against the latest code base. There is AnonyMantis which attempts to achieve what you are after:
http://bleepsoft.com/anonymantis/
by vboctor
15 Oct 2009, 08:46
Forum: General Discussion
Topic: Multiple Mantis frontends possible?
Replies: 1
Views: 2006

Re: Multiple Mantis frontends possible?

What kind of features are you planning to enable internally but not in the DMZ?
Can't you just disable these features for external users and enable them for internal ones? The assumption here is that internal users have higher access level than external ones.
by vboctor
15 Oct 2009, 08:40
Forum: General Discussion
Topic: mantisbt + google
Replies: 1
Views: 3134

Re: mantisbt + google

This code is now committed on a branch rather than the main trunk. Hence, it is not part of the 1.2.0rc2 release.