View Issue Details

IDProjectCategoryView StatusLast Update
0014359mantisbtinstallationpublic2012-06-19 12:54
Reporterpakoros Assigned Todregad  
PriorityhighSeveritymajorReproducibilityalways
Status closedResolutionduplicate 
PlatformIIS7 + Ms SQL 2008 Express R2OSWindows Server 2008 R2OS VersionSP1
Product Version1.2.10 
Summary0014359: First install but cannot login with default user/password.
Description

After first install to use with sql 2008 express r2 (mysql work fine)
It will show APPLICATION WARNING #user_get_field() for NO_USER:
on login page and cannot use default username/ password to login

after search in halfday i found this solution is fix

go to library\adodb\adodb.inc.php in mantis folder and edit this line
define('ADODB_FETCH_ASSOC',2);
to
define('ADODB_FETCH_ASSOC',0);

for me this line is 110

now warning is gone and can login normally.

Steps To Reproduce

clean install with mssql 2008 server r2 express

Additional Information

information i found post here
http://gonfva.blogspot.com/2010/03/mantis-on-sql-server.html

and past two year ago.

TagsNo tags attached.
Attached Files
7-6-2555 11-18-46.png (36,419 bytes)   
7-6-2555 11-18-46.png (36,419 bytes)   

Relationships

duplicate of 0010742 closeddregad Database query failed. Error received from database was 0000206: Operand type clash: int is incompatible with text for the query 

Activities

dregad

dregad

2012-06-07 06:49

developer   ~0032038

Thanks for reporting.

The issue you mention was already referenced in 0010742:0025034 (see also 0010742:0025405) so I'm closing this as duplicate.