Search found 4 matches

by Bernd
04 Jun 2011, 10:35
Forum: Customizations
Topic: Installing Mantis on IIS 7 with PHP 5.3 andMSSQL-Server 2008
Replies: 4
Views: 9906

Re: Installing Mantis on IIS 7 with PHP 5.3 andMSSQL-Server

I'd love to, but there are so many of them... :wink:

In fact I did not find a suitable way to post my code directly to the developers... it can be merged within minutes because I changed around ten lines of code...
I simply added "mssqlnative" to every database-sitch-case and changed the identity ...
by Bernd
04 Jun 2011, 07:54
Forum: Help
Topic: Problem to connect to SQL Server 2005 with odbc driver
Replies: 2
Views: 4428

Re: Problem to connect to SQL Server 2005 with odbc driver

This message occurs if a 32-Bit Applikation (PHP) tries to use a 64-Bit ODBC-Connection or vice versa.

Open C:\Windows\SysWOW64\odbcad32.exe (don't worry about syswow64 here it is misleading, it is the 32-Bit folder...) to setup a 32-Bit ODBC-Connection.

64-Bit ODBC-Connection (for 64-Bit ...
by Bernd
04 Jun 2011, 07:42
Forum: Help
Topic: MSSQL Express 2008 - IIS 7 - PHP 5.3 Problem with ODBC DSN
Replies: 2
Views: 6030

Re: MSSQL Express 2008 - IIS 7 - PHP 5.3 Problem with ODBC D

Hi Clemens,

I ran into the same problem. The reason is that the SQL-Script generated by the installer contains all development steps. But some of the databse changes lead to errors: Especially the datetime field that have been changed to INT later but contain a default value as STRING.

Look at my ...
by Bernd
03 Jun 2011, 19:20
Forum: Customizations
Topic: Installing Mantis on IIS 7 with PHP 5.3 andMSSQL-Server 2008
Replies: 4
Views: 9906

Installing Mantis on IIS 7 with PHP 5.3 andMSSQL-Server 2008

Hi folks,

since I did not find a proper solution anywhere I did some research last night to get Mantis to work with IIS and SQL-Server 2008. After a lot of code tracking I finally came up with just a few code changes...

1. The SQL-Script generated by the installer does not work out, since it ...