Search found 144 matches

by vzw614
04 Aug 2008, 14:49
Forum: Help
Topic: Configure mantis to receive mail on new issue
Replies: 19
Views: 9212

Re: Configure mantis to receive mail on new issue

That setting just controls if you receive emails for actions you perform. Some people don't want to get emails when they do something with an issue because they know they did something to it. The settings are either = ON or = OFF. If you are using a "report" user to enter the bug and not g...
by vzw614
04 Aug 2008, 13:55
Forum: Help
Topic: Configure mantis to receive mail on new issue
Replies: 19
Views: 9212

Re: Configure mantis to receive mail on new issue

Your setting look correct. Have you changed anything in your account profile? My Account -> Preferences You can turn off/on some email notification there for your specific login. Check to make sure "Email on New" is checked and you have "severity" = "any" Also, are thes...
by vzw614
04 Aug 2008, 13:50
Forum: Customizations
Topic: Add possibility to choose the attributes in the bug pages
Replies: 1
Views: 2519

Re: Add possibility to choose the attributes in the bug pages

You might want to submit this as a "feature" so the devs can decide if they want to add your code to the project.

Create a new bug, mark it as a feature, explain what you've done and attach your file to the bug.
http://www.mantisbt.org/bugs
by vzw614
01 Aug 2008, 17:27
Forum: Help
Topic: Manage Configuration
Replies: 11
Views: 7316

Re: Manage Configuration

I guess it's a bug in the web interface. Check out this bug, it states a workaround..
http://www.mantisbt.org/bugs/view.php?id=9426

The short answer is do not put a space between array and the opening parens..

array(

NOT

array (
by vzw614
01 Aug 2008, 17:23
Forum: Help
Topic: No emails when bugnote is added
Replies: 2
Views: 1810

Re: No emails when bugnote is added

There was a bug in v1.1.2 and there is a patch. Seach my other posts to find the link to the patch.
by vzw614
31 Jul 2008, 19:56
Forum: Help
Topic: error in configuration
Replies: 6
Views: 4659

Re: error in configuration

It may be a bug in 1.1.2. Submit a bug report and see if any of the devs can help you out.
by vzw614
31 Jul 2008, 19:55
Forum: Help
Topic: List of mantis configuration parameters
Replies: 1
Views: 2905

Re: List of mantis configuration parameters

Check out the manual for 1.1.2. Most of it is also valid for 1.1.1
http://www.scribd.com/full/2088848?acce ... jvshqlc2hw

You can also read through the config_defaults_inc.php file. It is pretty well documented.
by vzw614
31 Jul 2008, 19:54
Forum: Help
Topic: MySQL Error
Replies: 7
Views: 4656

Re: MySQL Error

Glad you got it figured out.
by vzw614
31 Jul 2008, 19:53
Forum: Help
Topic: Help with custom buttons
Replies: 3
Views: 2828

Re: Help with custom buttons

Try the Mantis Manual. It's for 1.1.2 but most of it also applies to 1.1.1

http://www.scribd.com/full/2088848?acce ... jvshqlc2hw
by vzw614
31 Jul 2008, 19:52
Forum: Help
Topic: no email notifications in spite of positiv email-test
Replies: 3
Views: 2556

Re: no email notifications in spite of positiv email-test

You should ONLY make changes to config_inc.php, never config_defaults_inc.php because that file will be over-written when you upgrade to a new version of Mantis. config_inc.php is not over-written when you upgrade. If you need to make changes, copy the needed section(s) from config_defaults_inc.php ...
by vzw614
31 Jul 2008, 19:47
Forum: Help
Topic: Mantis takes too long when creating a bug
Replies: 3
Views: 2768

Re: Mantis takes too long when creating a bug

Have you tried running /admin/check.php and testing the email functionality to make sure your email settings are configured properly. I would agree with the poster above that it's most likely a problem with your email configuration and Mantis is waiting for the email send to time out.
by vzw614
31 Jul 2008, 19:45
Forum: Help
Topic: Mantis not working
Replies: 3
Views: 4093

Re: Mantis not working

Did you possibly overwrite your DB settings that were in config_inc.php? If it worked before you started messing around with that file then you obviously made a change to the file that cause the problem. I always make a backup of the file before I make any changes, that way I can go back to known wo...
by vzw614
30 Jul 2008, 20:45
Forum: Help
Topic: error in configuration
Replies: 6
Views: 4659

Re: error in configuration

Are you logged in as an administrator?

Have you looked for a bug report here?
http://www.mantisbt.org/bugs/login_page.php
by vzw614
30 Jul 2008, 20:41
Forum: Help
Topic: Application Error #300
Replies: 3
Views: 4552

Re: Application Error #300

Well it really doesn't have all of the information.

What version of Mantis?
What server type (windows or linux)?
What web server?
Do you get that error when you report a bug or/and when you update a bug?