Mantis Graphs erro...

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
schmack
Posts: 11
Joined: 24 Aug 2011, 17:34

Mantis Graphs erro...

Post by schmack »

Can I get some help?
Got this erro when installing the Mantis Graphs 1.0:

library/adodb/drivers/adodb-msssqlnative.inc.php for debugging database only (line 477):
SQL-Error: INSERT INTO mantis_config_table ( value, type, access_reqd, config_id, project_id, user_id ) VALUES (?, ?, ?, ?, ?,? ) --- array ( 0 => -1, 1 => 1, 2 => 90, 3 => 'plugin_MantisGraph_schema', 4 => 0, 5 => 0, )

INSERT INTO mantis_config_table ( value, type, access_reqd, config_id, project_id, user_id ) VALUES ( -1, 1, 90, 'plugin_MantisGraph_schema', 0, 0 )


Thank you
atrol
Site Admin
Posts: 8578
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Mantis Graphs erro...

Post by atrol »

There are various known issues when using mssql.
Some of them will be fixed in version 1.2.9
see http://www.mantisbt.org/bugs/view.php?id=11776 and related issues.

You could try a nightly build from http://www.mantisbt.org/builds
Please use Search before posting and read the Manual
Post Reply