Search found 338 matches

by Narcissus
02 Dec 2007, 00:40
Forum: Help
Topic: report all bugs to a mailing list?
Replies: 1
Views: 2353

Re: report all bugs to a mailing list?

Create a user with viewer permissions (or whatever you like) and assign them to the project. For that user, change their email address to be whatever address you want for the mailing list. Now, so long as the project permissions allow sending 'new' emails to viewers, you should be set.
by Narcissus
02 Dec 2007, 00:28
Forum: Help
Topic: Error #503 Invalid upload path
Replies: 1
Views: 3153

Re: Error #503 Invalid upload path

Just a quick thought: does the IIS user have permission to access that shared drive? Remember that Mantis itself, running under IIS, is essentially running as the IIS user...
by Narcissus
21 Nov 2007, 00:35
Forum: General Discussion
Topic: how make a parent category read only not sub projects
Replies: 1
Views: 3584

Re: how make a parent category read only not sub projects

Could you maybe just make the parent project private and then give all users 'reader' permissions on that parent project?
by Narcissus
14 Nov 2007, 15:34
Forum: Help
Topic: cannot find 'and' file
Replies: 5
Views: 4708

Re: cannot find 'and' file

If you already have your WAMP environment set up, download the proper release from http://mantisbt.org/download.php .
by Narcissus
27 Oct 2007, 14:48
Forum: Help
Topic: No Bug reporting in toplevel projects
Replies: 3
Views: 3709

For those projects that you don't want people to have 'write' access to, why don't you just set the 'report' access level to 'administrator' or something similar?
by Narcissus
27 Oct 2007, 14:44
Forum: Help
Topic: 2 questions please
Replies: 5
Views: 5199

Re: Thats it...

shadeoner wrote:So, is any way to make a new categorie ?
You could always just use custom fields and add it that way, couldn't you?
by Narcissus
22 Oct 2007, 14:24
Forum: Help
Topic: how to install mantisConnect?
Replies: 2
Views: 4495

No need for any other commands. Once you've installed the web service, though, you need to write your client application to interface with the web service itself. The MantisConnect files that you downloaded should have a prebuilt .NET library that you can use to write your client with (or you can wr...
by Narcissus
09 Oct 2007, 12:56
Forum: Help
Topic: new account redirects to login screen
Replies: 1
Views: 3033

Off the top of my head, are you running through a proxy by any chance? We found that any time there were things like this happening it was because the user had not added the server to the proxy exception list.
by Narcissus
24 Sep 2007, 12:00
Forum: Help
Topic: PHPMailer with Exchange
Replies: 7
Views: 10890

"then it stops working"

What is "it", exactly? Mantis entirely or just the sending of emails?

For what it's worth, that should be:
$g_enable_email_notification = ON;

anyway, as it's case-sensitive.
by Narcissus
24 Sep 2007, 02:34
Forum: Help
Topic: PHPMailer with Exchange
Replies: 7
Views: 10890

OK, so now I'm clutching at straws :) I wonder if it's a user thing? Maybe if you are logged into the network the Exchange server is giving YOU access but when the web server is trying to access it (Apache, IIS or something else, by the way?) then the user running the server is not given access? Aga...
by Narcissus
20 Sep 2007, 13:11
Forum: Help
Topic: PHPMailer with Exchange
Replies: 7
Views: 10890

This may be a silly question, but are you sure that your Exchange server is set up to accept SMTP requests and/or to be used as a gateway (or whatever it's called... sorry, bad coffee day)?
by Narcissus
12 Sep 2007, 18:13
Forum: Help
Topic: ChangeLog
Replies: 6
Views: 6591

Basically all that is required is that you:
a) have versions associated with your project; and
b) set the 'fixed in version' value when resolving a problem.

I believe that that is all that is required, anyway...
by Narcissus
20 Jul 2007, 03:04
Forum: Help
Topic: Users Mix!
Replies: 4
Views: 5395

I don't suppose you're going through a proxy by any chance? We had these sorts of problems with whatever proxy was being used on our network at work (it was an authenticated proxy).

Once we told the browsers to bypass the proxy for the (local, internal) Mantis server, we had no more problems...
by Narcissus
25 Jun 2007, 13:33
Forum: Help
Topic: APPLICATION ERROR #200
Replies: 6
Views: 11735

HansV: We always had trouble accessing Mantis through the proxy. I assume it was a MS one, seeing as we were an all MS shop... we ended up just setting our browsers to bypass the proxy for the Mantis server. I don't know who was responsible for the problem, but I do know that we had all sorts of tro...
by Narcissus
15 Jun 2007, 15:39
Forum: Help
Topic: Alignment of Mantis screens
Replies: 5
Views: 5990

So, in the HTML source of the 'broken' one, where is the default.css stylesheet supposed to be coming from? That is to say, what's the URL that is pointing to the stylesheet?

Also, does the stylesheet exist there at all?