Dependency Graph

Dependency Graph
related to related to child of child of duplicate of duplicate of

View Issue Details

IDProjectCategoryView StatusLast Update
0008868mantisbtdb mssqlpublic2014-05-16 15:00
Reporterjeckyll Assigned Todhx  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionduplicate 
PlatformIIS 6.0 (PHP 5.2.5)OSWindows Server 2003OS VersionSR02
Product Version1.1.1 
Summary0008868: Warning when sorting users/updating a bug
Description

When one's tries to sort Users list in «Users Management», Mantis display a warning message « Warning: in_array(): Wrong datatype for second argument »
The same problem occurs when updating a bug.
My Mantis works with SQL Server 2005 database.

Steps To Reproduce

Go to user's management page and try to sort users list (e.g. by real name)

Additional Information

It seems that the function db_field_names (core\database_api.php) always return false (witch causes a warning in function in_array in manage_user_page.php l.45)

TagsNo tags attached.

Relationships

duplicate of 0010818 closeddhx SYSTEM WARNING: in_array() [function.in-array]: Wrong datatype for second argument 

Activities

dhx

dhx

2010-01-16 23:07

reporter   ~0024174

Fixed in 0010818

grangeway

grangeway

2014-05-16 15:00

reporter   ~0040392

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
Paul