Search found 13 matches
- 28 Apr 2011, 07:17
- Forum: Help
- Topic: APPLICATION ERROR #401
- Replies: 6
- Views: 6139
Re: APPLICATION ERROR #401
That sounds like the problems we are seeing, thanks for that!
- 27 Apr 2011, 09:30
- Forum: Help
- Topic: APPLICATION ERROR #401
- Replies: 6
- Views: 6139
Re: APPLICATION ERROR #401
I looked into other reported Application Error 401's and database 1064 error's, but they seem to have been related to the name of the custom field including special characters ( parenthesis and hyphens). In this case however it was the string in the custom field that seems to be causing an issue ...
- 27 Apr 2011, 02:53
- Forum: Help
- Topic: APPLICATION ERROR #401
- Replies: 6
- Views: 6139
Re: APPLICATION ERROR #401
*poke*
Anyone got an ideas on how to resolve this?
Anyone got an ideas on how to resolve this?
- 14 Apr 2011, 03:21
- Forum: Help
- Topic: APPLICATION ERROR #401
- Replies: 6
- Views: 6139
APPLICATION ERROR #401
Mantis version 1.2.3
Got the following error message in our MantisBT. I looked into other reported Application Error 401's and database 1064 error's, but they seem to have been related to the name of the custom field including special characters ( parenthesis and hyphens). In this case however it ...
Got the following error message in our MantisBT. I looked into other reported Application Error 401's and database 1064 error's, but they seem to have been related to the name of the custom field including special characters ( parenthesis and hyphens). In this case however it ...
- 14 Apr 2011, 02:35
- Forum: Customizations
- Topic: how to add
- Replies: 6
- Views: 6741
Re: how to add
According to the manual:
1. Create a new file in your mantisbt install called: custom_constant_inc.php
2. Add a new line to this file, in this case:
define( 'TRAIL', 90 );
3. Create and modify 'config_inc.php' and make the following changes:
$g_severity_enum_string =
'10:feature,20:trivial,30 ...
1. Create a new file in your mantisbt install called: custom_constant_inc.php
2. Add a new line to this file, in this case:
define( 'TRAIL', 90 );
3. Create and modify 'config_inc.php' and make the following changes:
$g_severity_enum_string =
'10:feature,20:trivial,30 ...
- 01 Apr 2011, 03:05
- Forum: Customizations
- Topic: Enumerated custom field of Projectid's
- Replies: 7
- Views: 7391
Re: Enumerated custom field of Projectid's
I'll look into that, at the moment they have given the go ahead to prototype some changes in Mantis itself, but if they aren't happy I'll offer them the option to build a plugin.
Cheers for all your help!
Cheers for all your help!
- 31 Mar 2011, 03:14
- Forum: Customizations
- Topic: Enumerated custom field of Projectid's
- Replies: 7
- Views: 7391
Re: Enumerated custom field of Projectid's
My thoughts too, but they want it in Mantis directly so that its all in one program, and as quick as possible.
- 30 Mar 2011, 09:35
- Forum: Customizations
- Topic: how to add
- Replies: 6
- Views: 6741
Re: how to add
I note that all the other fields are in capitals, as well as the examples provided, but the final product is in lowecase, perhaps setting the ('trail', 90) to ('TRAIL', 90)?
Not sure, haven't dug into this too much yet, but I will be over the next couple of days. If I get a definitive answer, I'll ...
Not sure, haven't dug into this too much yet, but I will be over the next couple of days. If I get a definitive answer, I'll ...
- 30 Mar 2011, 09:30
- Forum: Customizations
- Topic: Enumerated custom field of Projectid's
- Replies: 7
- Views: 7391
Re: Enumerated custom field of Projectid's
Hi Cas,
Thanks for that, I thought that would be the case.
My bosses want to include Customer Relations into the MantisBT database, but to implement all the new fields they want for that without cluttering the actual bugtracking pages, I suggested a new project for the Customer Relations stuff ...
Thanks for that, I thought that would be the case.
My bosses want to include Customer Relations into the MantisBT database, but to implement all the new fields they want for that without cluttering the actual bugtracking pages, I suggested a new project for the Customer Relations stuff ...
- 29 Mar 2011, 02:32
- Forum: Customizations
- Topic: Enumerated custom field of Projectid's
- Replies: 7
- Views: 7391
Re: Enumerated custom field of Projectid's
Hi Guys,
Anyone have any ideas on how this can be done/is this possible?
Anyone have any ideas on how this can be done/is this possible?
- 23 Mar 2011, 03:13
- Forum: Customizations
- Topic: how to add
- Replies: 6
- Views: 6741
Re: how to add
If you haven't found it already, this is covered in the wiki
http://www.mantisbt.org/wiki/doku.php/mantisbt:faq
Hope this helps
http://www.mantisbt.org/wiki/doku.php/mantisbt:faq
Hope this helps
- 21 Mar 2011, 06:59
- Forum: Customizations
- Topic: How to hide some fields by category
- Replies: 2
- Views: 3213
Re: How to hide some fields by category
I would also be interested in this, but I haven't been able to find any implication this would be a simple change.
- 21 Mar 2011, 06:31
- Forum: Customizations
- Topic: Enumerated custom field of Projectid's
- Replies: 7
- Views: 7391
Enumerated custom field of Projectid's
Hi all
I've been doing some research on making changes to our MantisBT to support features requested by the users.
One of these features involves creating a custom field of Enumerated type, containing all the other Projects within the Database. Without looking too deeply into the database or the ...
I've been doing some research on making changes to our MantisBT to support features requested by the users.
One of these features involves creating a custom field of Enumerated type, containing all the other Projects within the Database. Without looking too deeply into the database or the ...