Questions tagged [mantis]

MantisBT is a free popular web-based bugtracking system. It is written in the PHP scripting language and works with MySQL, MS SQL, and PostgreSQL databases and a webserver. MantisBT has been installed on Windows, Linux, Mac OS, OS/2, and others. Almost any web browser should be able to function as a client. It is released under the terms of the GNU General Public License (GPL).

MantisBT is a free popular web-based bugtracking system. It is written in the PHP scripting language and works with MySQL, MS SQL, and PostgreSQL databases and a webserver. MantisBT has been installed on Windows, Linux, Mac OS, OS/2, and others. Almost any web browser should be able to function as a client. It is released under the terms of the GNU General Public License (GPL).

For discussion forum: Mantis Forum

246 questions
2
votes
1 answer

Date format of mails sent by Mantis Bug Tracker

Im using Mantis bug tracker v1.1.8. When mails sent from mantis arrive in my company inbox,the date shown on the Inbox page is "Unknown Date" for the message. On opening the message, i can see the actual date. The date of mails received from Mantis…
Tim
  • 21
  • 1
2
votes
1 answer

parsing wsdl file with wsdl2java result in error message

I'm trying to generate java client stubs from a wsdl file, but this results in a cumbersome error message: Exception in thread "main" org.apache.axis2.wsdl.codegen.CodeGenerationException: java.lang.RuntimeException: …
Mike Dooley
  • 936
  • 11
  • 26
2
votes
0 answers

adding an attribute to xml tags before exporting the file from excel 2010 to use with mantis

i'm using mantis and i need to import my bugs written on excel spreadsheet to mantis,so i created a schema(file.xsd) and mapped my data to that schema and finally i exported my bugs into xml file that is compatible with mantis.the problem is i need…
Engy El-kafrawy
  • 68
  • 1
  • 2
  • 5
2
votes
1 answer

Eclipse Mantis Error

When I try to add my Mantis-Repository (V1.2.12) to My Eclipse Juno with The Mantis Plugin (org.eclipse.mylyn_feature.feature.group, V3.8.2) my Eclipse shows this error: Unable to load projects : Failed getting projects : Error Type: SYSTEM …
das_j
  • 4,444
  • 5
  • 31
  • 47
2
votes
1 answer

How do you install Mantis (php) into Quercus (java based php engine) running on Tomcat

This question explains that Quercus can be used to install Mantis Bug Tracker ( a php based application) within a tomcat installation. Free Wiki and Bug Tracker for JBoss/Tomcat I've now deployed Quercus successfully on Tomcat7, but I do not…
Paul Taylor
  • 13,411
  • 42
  • 184
  • 351
2
votes
1 answer

Backup Mantis

I want to fully backup my Mantis tracking system, what is the easiest way to do this? If I only backup the database, does it backup everything on Mantis already? Thanks!!
RRN
  • 1,127
  • 1
  • 12
  • 37
2
votes
1 answer

Mantis Bug tracker severity options customization

When we Report Issue in Mantis, there comes Severity option, where I want to add one custom field, which should display in that drop down. Any idea which files needs to change this for or can we manage it from Database? Any body has done this kind…
Aditya P Bhatt
  • 21,431
  • 18
  • 85
  • 104
2
votes
4 answers

Send email on new bug in Mantis

For a particular project, I am trying to configure mantis to send an email to all Supervisors (65) whenever a new bug is submitted. To do this I have added an entry to the Configuration Report page as so: Username: All Users Project Name: Test…
neildeadman
  • 3,974
  • 13
  • 42
  • 55
2
votes
1 answer

DokuWiki integration with mantis fails

I try to integrate dokuwiki with mantis. -> DokuWiki Integration I use mantis 1.1.6 and the latests dokuwiki(angua). These applications runs on apache 2.2.14, which is integrated in xampp 1.7.4 My configuration looks like the…
Christine Bauers
  • 298
  • 1
  • 5
  • 13
1
vote
1 answer

Mantis Installing Error on Mysql

I tried to install the latest version of Mantis, but i keep getting this error: APPLICATION ERROR #401 Database query failed. Error received from database was #1146: Table 'user_mantis.mantis_user_table' doesn't exist for the query: SELECT * FROM…
Waleed Asender
  • 1,477
  • 15
  • 27
1
vote
1 answer

Bugzilla vs Mantis: Does Bugzilla offer a "Report/Screen" with varius status side by side?

Does Bugzilla have a similar report/view as shown below. What are the rough steps in bugzilla to create such a report/view? Update: What I am Looking for is a reporttype/view that allows to show categorized (like below) N items (N should be a number…
user1145216
  • 2,434
  • 3
  • 15
  • 14
1
vote
2 answers

mantis time out issue

I have configured Mantis, the thing is after sometime if I stay idle, Mantis sort of timeout. I refresh the page again and again but it does not load Mantis at all. Whenever I restart XAMPP it starts working fine (until I don't sit idle). Here are…
noobie-php
  • 6,817
  • 15
  • 54
  • 101
1
vote
1 answer

how to set Steps To Reproduce field required in MANTIS

Is this possible to setup Steps To Reproduce field so it's required? It's always difficult to get enough info from reporters, so maybe forcing them to fill this field will help us - programmers - a little. I would like to still be able to update…
seler
  • 8,803
  • 4
  • 41
  • 54
1
vote
0 answers

Mantis Bugtracker change id

I have 3 projects and I wanted to change the default ‚id‘. Example: Project 1: „devBranch“ ID: devBranch-000001 devBranch-000002 ... Project 2: „stable“: stable-000001 stable-000002 Same for the other projects. Right now Mantis just auto inc. the…
AidenDean
  • 318
  • 2
  • 14
1
vote
2 answers

Why do I get this error: post-commit hook failed (exit code 255) with no output

I am getting the following error when I commit to a repository: post-commit hook failed (exit code 255) with no output. The post commit code is as follows: @echo off setlocal enableextensions set REPOS=%1 set REV=%2 set…
LeonardChallis
  • 7,759
  • 6
  • 45
  • 76