Running Mantis Bug Tracker on MS Sql Server with Unicode Supported

By | January 25, 2015

Mantis is a great issue tracking system. But you may encounter some difficulties when you try to run it on Microsoft sql server and with Unicode(like my scenario, Chinese).

Here’s the solution:

When you try to deploy the MantisBT using build-in install page, you may encounter errors and cannot continue, so I modified the sql, please find mantis_initial_new_utf_8.sql the the package in the download section. Then you can create the initial database.

You also may find the Unicode may not working and the file upload feature, replace the adodb-mssqlnative.inc.php and file_api.php and replace the corresponded files in the mantis package.

Please download the original MantisBT mantisbt-1.2.18 and modified files here: http://www.jinweijie.com/download/mantis_sqlserver.zip . Hope it helps. Smile