View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0012954 | mantisbt | db mssql | public | 2011-04-21 07:18 | 2014-05-16 15:00 |
| Reporter | flame | Assigned To | rombert | ||
| Priority | normal | Severity | crash | Reproducibility | always |
| Status | closed | Resolution | duplicate | ||
| Platform | X64 | OS | Windows Server 2008 R2 | ||
| Product Version | 1.2.5 | ||||
| Summary | 0012954: Cannont view issue details | ||||
| Description | When I try view an issue details by clicking on the ID from the Viewing Issue table, i get the following error: APPLICATION ERROR 0000401 Please use the "Back" button in your web browser to return to the previous page. There you can correct whatever problems were identified in this error or select another action. You can also click an option from the menu bar to go directly to a new section. | ||||
| Steps To Reproduce | New install of Mantis on Microsoft Windows Server 2008 R2 with MSSQL 2008 R2. PHP 5.3.6 (php_sqlsrv_53_nts_vc9.dll) | ||||
| Additional Information | New install of Mantis on Microsoft Windows Server 2008 R2 with MSSQL 2008 R2. PHP 5.3.6 (php_sqlsrv_53_nts_vc9.dll). The database was migrated from MySQL. | ||||
| Tags | No tags attached. | ||||
|
I am running the exact same configuration and get the same error. |
|
|
another error:
|
|
|
в файл tag_api.php строка 424 добавьте |
|
|
Could this be caused by your using the PHP sqlsrv driver instead of the mssql one ? Please see 0011776 |
|
|
This is already fixed, but not released. You can try the latest git version from master-1.2.x . |
|
|
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 |
|