View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0013731 | mantisbt | db mssql | public | 2012-01-06 03:24 | 2014-05-16 15:00 |
| Reporter | jgreenhalgh | Assigned To | dregad | ||
| Priority | normal | Severity | crash | Reproducibility | always |
| Status | closed | Resolution | no change required | ||
| Platform | Sql server 2008 | OS | Windows 2008 | OS Version | 2008 R2 |
| Product Version | 1.2.8 | ||||
| Summary | 0013731: When i click on one tag mantis crash on sql | ||||
| Description | Hi | ||||
| Additional Information | Log : Merci d'utiliser le bouton « Précédent » de votre navigateur web pour retourner à la page précédente. Vous pourrez y corriger les problèmes identifiés par cette erreur ou choisir une autre action. Vous pouvez aussi choisir une option de la barre de menu pour aller directement dans une nouvelle section. Full path: C:\inetpub\wwwroot\mantis\core\database_api.php arr_parms g_queries_array | ||||
| Tags | No tags attached. | ||||
|
This seems to be a pretty nasty limitation of the ODBC driver. This is worked around in various places in the code, but it is not trivial in this case. The good news is that the 1.2 branch recently received support for the native SQL Server driver. Would it be possible for you to try with the native SQL Server driver and see if that works? The system requirements are documented at http://msdn.microsoft.com/en-us/library/cc296170.aspx . |
|
|
Robert, I reported the issue 0013834 with the same problem. I am using version 2.0 of the Native driver. |
|
|
ok but i can't install the native client 2.0 because my version is higher ! |
|
|
Sorry jgreenhalgh, I was answering Robert's question about installing the native driver. The files I uploaded are the error details. The native driver is a set of Dll's developed by Microsoft to use with PHP, you download the driver from microsoft's page, you decompress it and copy the correct (depending of the installation of PHP you have) dll to the EXT directory of the PHP installation. In this link you have the instruction to install Mantis + IIS7 + SQL and it explains the whole process: http://thegrayzone.co.uk/blog/2011/03/setting-up-mantisbt-on-iis-7-w-sql-server/ |
|
|
I have unzip the driver and i have install the driver php_sqlsrv_52_nts_vc6.dll on my php 5.2. |
|
|
(In reply to comment 0013731:0031110)
Just to make sure, did you reinstall using the new SQL driver? |
|
|
hi i have installe the new sql driver with the new php and i have this probleme APPLICATION ERROR 0000401 Merci d'utiliser le bouton « Précédent » de votre navigateur web pour retourner à la page précédente. Vous pourrez y corriger les problèmes identifiés par cette erreur ou choisir une autre action. Vous pouvez aussi choisir une option de la barre de menu pour aller directement dans une nouvelle section. Full path: C:\inetpub\wwwroot\mantis\core\database_api.php arr_parms g_queries_array Filename Line Function Args |
|
|
It's resolve with version 1.2.9 |
|
|
That's good to hear. Thanks for the feedback ! |
|
|
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 |
|