View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0010131 | mantisbt | db mssql | public | 2009-02-11 20:31 | 2014-05-16 15:00 |
| Reporter | flyn | Assigned To | grangeway | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | no change required | ||
| Platform | Linux | OS | Fedora | OS Version | 10 |
| Product Version | 1.1.4 | ||||
| Summary | 0010131: MS-SQL backend driver broken | ||||
| Description | We have a mantis installation that uses MS-SQL as its backend database. We have Configuring the MS-SQL backend will fail when executed from the web-based admin ...call to undefined function mssql_get_last_message () in | ||||
| Steps To Reproduce | Install mantis and configure to use the MS-SQL backend. | ||||
| Additional Information | As a temporary work around, I modified See also https://bugzilla.redhat.com/show_bug.cgi?id=484428. | ||||
| Tags | No tags attached. | ||||
|
Paul, feel free to ping me if you need any assistance from the Fedora side of things |
|
|
Please fix it ASAP :-) its a long time assigned... |
|
|
Hello the_invincible, flyn, giallu. This looks like an issue with your setup. I'd be inclined to try running the following script: <?php If this returns, false/false - then it looks like you haven't got mssql setup correctly in php. I can probably give some advice on how to compile php with freetds to do this. Alternatively, i'm sure giallu can give advice on what packages in fedora are required. If this returns true/false and you are running a fedora package, please raise a bug with fedora on this - I've confirmed with a member of the php development team that this function should exist fine. I'd be interested to know what's going on here if you could feedback. Paul |
|
|
for the records, "yum install php-mssql" on my Fedora 11 wants to install: php-mssql x86_64 5.2.9-2.fc11 fedora 42 k so it should be enough to get it running |
|
|
MantisBT currently supports Mysql and has support for other database engines. The support for other databases is known to be problematic. Having implemented the current database layer into Mantis 10 years ago, I'm currently working on replacing the current layer. If you are interested in using Mantis with non-mysql databases - for example, Oracle, PGSQL or MSSQL, and would be willing to help out testing the new database layer, please drop me an email at paul@mantisforge.org In the meantime, I'd advise running Mantis with Mysql Only to avoid issues. Thanks |
|