Search found 14 matches

by spacomp
14 Jul 2017, 05:49
Forum: Help
Topic: Is it possible to Install / Upgrade to latest Mantis Version
Replies: 1
Views: 2676

Is it possible to Install / Upgrade to latest Mantis Version

Is it possible to Install / Upgrade to latest version of Mantis and still retain the classic look and feel of it as we get it from previous versions of it?
by spacomp
23 Aug 2016, 04:39
Forum: General Discussion
Topic: Fatal error: 401 in C:\xampp\htdocs\MY_Application_Folder\co
Replies: 1
Views: 5034

Fatal error: 401 in C:\xampp\htdocs\MY_Application_Folder\co

I am trying to install the latest version of MantisBT, i.e. 1.3.0

I am getting this FATAL ERROR

"Fatal error: 401 in C:\xampp\htdocs\MY_Application_Folder\core\database_api.php on line 460"

Has anyone came across same issue?

Have you found a solution for this? Please share the solution [If any]
by spacomp
18 Aug 2015, 12:04
Forum: Help
Topic: How to provide a link to external URL on the top Menu Bar?
Replies: 1
Views: 3461

How to provide a link to external URL on the top Menu Bar?

We have a requirement as to provide a link to external URL, so that when user want to migrate to other website he can just click on the menu item with hyperlink being enabled.

This is very trivial, but will be of great use.
by spacomp
29 Jul 2013, 12:32
Forum: Help
Topic: Mantis and Testlink Integration
Replies: 13
Views: 50207

Re: Mantis and Testlink Integration

I am running Testlink and Mantis on two different terminals, ideally speaking the DB reference has to be changed to point from the respective locations.

I have tried the same, but it is not working.

I had similar setup earlier and both TestLink and Mantis existed on the same machine and that time ...
by spacomp
18 Mar 2013, 13:21
Forum: Help
Topic: How to restrict the users to close the issues reported from
Replies: 1
Views: 3455

How to restrict the users to close the issues reported from

How to restrict the users to close the issues reported from them?

Summary 0015663:

How to restrict the users to close the issues reported from them?
Description Currently we have a scenario wherein - both onsite and offshore team will together report a issue into Mantis, both can verify the issues ...
by spacomp
07 Mar 2013, 14:40
Forum: Help
Topic: How to add new roles in Mantis?
Replies: 12
Views: 24969

Re: How to add new roles in Mantis?

This was really helpful.

I have a role created which like this

ADMINISTRATOR < COORDINATOR > MANAGER

COORDINATOR is in the middle of Manager and a Admin.

Now I want to give the "COORDINATOR" a privilege to

1. Create Users
2. Create Project
3. Manage Custom Fields

And most other things that ...
by spacomp
28 Feb 2013, 10:11
Forum: Customizations
Topic: Slight Modification to the default CSS
Replies: 7
Views: 14379

Re: Slight Modification to the default CSS

I have replaced my existing "default.css" file with the one provided here, No changes after that.

Do I need to configure anything else?

However I didn't replace the Fevicon image...
by spacomp
29 Jan 2013, 10:01
Forum: Customizations
Topic: Customizing Excel Export to Include Bugnote dicsussions
Replies: 2
Views: 6275

Customizing Excel Export to Include Bugnote dicsussions

Hi All,

Hope this feature was already discussed, but what we are looking for is somewhat like this.

1. We have done the customization part as to match with our customer's request to get the required fields, there is a slight tricky requirement this time.

Our customer wants the "Root Cause" and ...
by spacomp
13 Sep 2012, 08:47
Forum: Customizations
Topic: Displaying last note on view_all_bugs_page.php
Replies: 10
Views: 24516

Re: Displaying last note on view_all_bugs_page.php

Hi I would be interested in using this feature with our Mantis Setup at our organization.

Please share the detailed steps and the plugins if any?

awaiting your response.

Regards

Santosh S
by spacomp
18 Jan 2012, 10:09
Forum: Help
Topic: Adding a Custom Status field for the Mantis
Replies: 6
Views: 10182

Re: Adding a Custom Status field for the Mantis

Application Error
Application Error
Application Error.PNG (20.12 KiB) Viewed 10168 times
by spacomp
18 Jan 2012, 08:35
Forum: Help
Topic: Adding a Custom Status field for the Mantis
Replies: 6
Views: 10182

Re: Adding a Custom Status field for the Mantis

Following are the changes being done with various files.

1. custom_constant_inc.php
<?php
define ( 'Code_Review_Assignment_PENDING', 60 );
define ( 'Code_Review_INPROGRESS', 61 );
define ( 'Code_Review_Phase_PASSED', 62 );
define ( 'Code_Review_Phase_FAILED', 63 );
define ( 'Verified', 64 ...
by spacomp
18 Jan 2012, 04:46
Forum: Help
Topic: Adding a Custom Status field for the Mantis
Replies: 6
Views: 10182

Re: Adding a Custom Status field for the Mantis

Atrol, I have read the feedback provided at the Mantis Bug Tracker. I did post this on the forum to get the solution for a problem that I am facing.
PPLICATION WARNING #300: String "CORRECTED-Code-Review-Assignment-PENDING_bug_title" not found.

did anyone face the same problem?, if so tell me ...
by spacomp
17 Jan 2012, 14:46
Forum: Help
Topic: Adding a Custom Status field for the Mantis
Replies: 6
Views: 10182

Adding a Custom Status field for the Mantis

As of now we have

Status
-------
New
Feedback
Acknowledged
Confirmed
Assigned
Resolved
Closed

Along with these we need to accommodate two more entries such as

*Code-Review-Assignment-PENDING
*Code-Review-INPROGRESS
*Code-Review-Phase-PASSED
*Code-Review-Phase-FAILED
*Verified
*Needs-Onsite ...