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
0
votes
2 answers

Getting the last result of a bug that has been resolved

I have been trying to get a status so i can find out how long has been taking for a bug change its status do 'resolved', so for i have the following SQL: select bug.id, bug.project_id, DATEDIFF (FROM_UNIXTIME(his.date_modified),…
aimbire
  • 3,697
  • 1
  • 15
  • 28
0
votes
0 answers

Reporting bug to mantis through Squash TM

I configured my bug tracker (mantis) in administration section. Now, I want to add a bug to this bugtracker through squashTM. But I got an error like this: http://img854.imageshack.us/img854/2739/20130313092653.png What should I do? When I was…
caro2
  • 155
  • 1
  • 4
  • 13
0
votes
2 answers

Shorten list of version numbers in Mantis

I have a Mantis bug tracker installed that we use for all of our products. One product goes through a rapid development cycle and each new build gets a new version number (the build number is incremented). Since our QA has to report all bugs they…
xxbbcc
  • 16,930
  • 5
  • 50
  • 83
0
votes
1 answer

Mantis BT export request via "WinHttp.WinHttpRequest.5.1"

My boss asked me to export the corp's Mantis bugs database to Excel, but he can't give me access to the SQL Server, and the process has to be automated. The ONLY thing I can use is Excel (no ODBC, no manual export). So I managed to do this : Dim…
user155847
0
votes
1 answer

request limitation with soap on mantis

i'm trying to do some request with soap on mantis . Something like that : foreach ($tabIdBugToRecup as $value) { $tabBugResponse[$i] = $client->mc_issue_get($username, $password, $value); $i++; } when the…
LedZelkin
  • 586
  • 1
  • 10
  • 24
0
votes
3 answers

Mantis Bug Tracking system

I know its a silly question but I have no idea of how bug tracking systems work, I know what they are used for though. Research showed me that mantis is simpler to use over Bugzilla so I decided to use mantis but have no idea how to install it.Can…
0
votes
1 answer

SOAP-ERROR: Parsing WSDL: Couldn't load from mantisconnect

Recently I am trying to integrate two system we use now. We have a customer feedback website that using Helpspot (http://www.helpspot.com/) and the other is Bug tracker Mantis server. we hope some of customer feedback can be added into mantis .…
Jean
  • 11
  • 2
  • 4
0
votes
1 answer

Migrating MantisBT 1.1.2 to JIRA 5.1.1

I have an existing issue tracker system, MantisBT using very old version 1.1.2 (using MySql 5.0) and I have a requirement to migrate it to another issue tracker system JIRA using latest 5.1.1 version. Although JIRA supports MantisBT issue migration,…
tanlccc
  • 363
  • 1
  • 5
  • 13
0
votes
1 answer

How can I link from a dokuwiki wiki article to a mantis ticket?

I would like to link from a dokuwiki article to a mantis ticket and an overview of tickets I have the latest versions of mantisbt, dokuwiki and the mantis plugin for doku wiki. Also I have integrated dokuwiki in mantis. The dokuwiki config looks at…
Christine Bauers
  • 298
  • 1
  • 5
  • 13
0
votes
1 answer

Pre-Installation Check Mantis: can't install

I am trying to install Mantis on my server. Problem is that I can't seem to get pass the Pre-Installation Check step. I click on "Install/Upgrade Database", and displays all "GOOD". Then it says: Database Creation Suppressed, SQL Queries follow <<…
Soph
  • 2,895
  • 5
  • 37
  • 68
0
votes
1 answer

Android Mantis client "Could not find class" error

I am trying to create a Mantis client for Android using http://sourceforge.net/projects/mantisconnect/ Java client. I've created an empty Android project, added a Libs folder and but there a mantisconnect jar file. Then I've added it to the build…
Taras
  • 391
  • 4
  • 10
0
votes
2 answers

Migrate a project from Mantis to Redmine?

The official Redmine documentation teaches how to migrate the full Mantis database, including all users, projects and issues. Is there a way to do it on a per-project basis?
Vladimir Sinenko
  • 4,629
  • 1
  • 27
  • 39
-1
votes
1 answer

How to upgrade mantis bug tracker database online?

Your database has not been created yet. Please create the database, then install the tables and data using the information above before proceeding.
Nikunj
  • 1
  • 2
-1
votes
2 answers

FATAL ERROR: PHP mbstring extension is not enabled (IIS8/Windows 2012)

I am facing issues while install MantisBT after installing PHP 7.2 in IIS8 / Windows 2012 server. When I open the page http://localhost:9099/admin/install.php in the browser, I get the following error: "FATAL ERROR: PHP mbstring extension is not…
Jishan Alam
  • 1
  • 1
  • 4
-1
votes
2 answers

Syntax error Change in database - SQL Server 2012

I'm trying to run this change in SQL Server 2012 on the basis of Mantis and is presenting syntax error, but can not understand where I've tried to use even the SET command before the DEFAULT and the error is the same: The default value of the…
Paulo Roberto
  • 1,498
  • 5
  • 19
  • 42
1 2 3
16
17