To make it working I had to edit the SQL schema creation script as you did. And once I had the database created I had the problem you mentioned (APPLICATION WARNING #user_get_field() for NO_USER). That's when I edited the file.
I documented the full process of mounting Mantis on MSSQL in my blog ...
Search found 2 matches
- 29 Mar 2010, 16:22
- Forum: Help
- Topic: 1.2.0rc2 + MS SQL = Not working?
- Replies: 6
- Views: 9707
- 09 Mar 2010, 16:11
- Forum: Help
- Topic: 1.2.0rc2 + MS SQL = Not working?
- Replies: 6
- Views: 9707
Re: 1.2.0rc2 + MS SQL = Not working?
Just in case it helps, I have also edited the SQL creation script.
The problem "APPLICATION WARNING #user_get_field() for NO_USER" and general access to Mantis using SQL was solved editing the file
...\library\adodb\adodb.inc.php
and changing the line
define('ADODB_FETCH_ASSOC',2);
to
define ...
The problem "APPLICATION WARNING #user_get_field() for NO_USER" and general access to Mantis using SQL was solved editing the file
...\library\adodb\adodb.inc.php
and changing the line
define('ADODB_FETCH_ASSOC',2);
to
define ...