View Issue Details

IDProjectCategoryView StatusLast Update
0013676mantisbtinstallationpublic2012-01-17 03:32
Reportershahshree Assigned Todregad  
PriorityurgentSeverityblockReproducibilityalways
Status closedResolutionduplicate 
PlatformMS SQL 2008OSWINDOWSOS Version2008 R2
Product Version1.2.8 
Summary0013676: unable to configure ms sql server
Description

While configuring MANTIS for MS SQL SERVER, it throws error message:

"database is not supported by PHP. Check that it has been compliled into your server"

This error message is for "Checking PHP support for database type"

Steps To Reproduce

MANTIS configuration

TagsNo tags attached.

Relationships

duplicate of 0011776 closeddregad Support for Sql Server Native driver (sqlsrv) 

Activities

dregad

dregad

2011-12-14 11:54

developer   ~0030610

Most likely you have not compiled/configured the required php library.

Since this is not an issue about MantisBT, I'm resolving this issue. Please use the forums for support.

shahshree

shahshree

2011-12-28 03:20

reporter   ~0030713

This does not work in PHP 5.3. It has got sqlsrvr services instead of mssql services used until now. MANTIS installation does not work with sqlsrvr services.

dregad

dregad

2012-01-01 12:27

developer   ~0030754

Again, this is not a problem with MantisBT.

The installation script checks for existence of function mssql_connect(); if that is not available in PHP, Mantis won't install. Please check your PHP configuration.

shahshree

shahshree

2012-01-02 02:04

reporter   ~0030756

There is change in MS SQL service name from mssql to sqlsrvr. For this change in mantis necessary for SQL connection. This is a change needed in MANTIS for php5.3

shahshree

shahshree

2012-01-02 02:06

reporter   ~0030757

@dregard,

As PHP5.3 has stopped support to MSSQL, one needs to install SQL driver for PHP and this uses sqlsrvr class instead of legacy mssql class.

This is the updation needed in MANTIS setup to accomodate sqlsrvr service and related API.

dregad

dregad

2012-01-02 11:39

developer   ~0030762

OK, I get your point (finally) - did not realize you were not using the mssql driver. Apologies.

Support for sqlsrv driver is a known issue, please see 0011776. I'm marking this one as duplicate, and will add you to the monitoring list of the other issue so you'll be notified of any progress.

shahshree

shahshree

2012-01-03 08:35

reporter   ~0030775

Thanks a ton. shall monitor the known issue now