Notice: this is a static mirror for historical purposes.

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
202Source IntegrationSFSVNpublic2011-03-20 10:362011-03-21 11:58
ReporterCarl 
Assigned ToJohn Reese 
PrioritynormalSeveritycrashReproducibilityalways
StatusacknowledgedResolutionopen 
Product Version 
Target VersionFixed in Version 
Summary202: Table 'mantis.mantis_mantis_user_table_table' doesn't exist (source control int)
DescriptionAPPLICATION ERROR #401Database query failed. Error received from database was #1146: Table 'mantis.mantis_mantis_user_table_table' doesn't exist for the query: SELECT DISTINCT( c.user_id ), u.username FROM mantis_plugin_Source_changeset_table AS c JOIN mantis_mantis_user_table_table AS u ON c.user_id=u.id ORDER BY u.username ASC.Please use the "Back" button in your web browser to return to the previous page. There you can correct whatever problems were identified in this error or select another action. You can also click an option from the menu bar to go directly to a new section.

Steps To ReproduceClick Repositories, click the search link
Additional InformationIn Source.FilterAPI.php there are two places where db_get_table uses the full table name:

$t_user_table = db_get_table( 'mantis_user_table' );


Changing it to $t_user_table = db_get_table( 'user' ); fixed it.


MantisBT Core 1.3.0dev
MantisBT Formatting 1.0a
Meta Programming 0.1
Source Control Integration 0.16.2
Subversion Integration 0.16
TagsNo tags attached.
Attached Files

- Relationships

-  Notes
User avatar (274)
John Reese (administrator)
2011-03-21 06:40

Currently, the source integration plugins are not yet compatible with mantis 1.3.0 due to changes in the Mantis APIs since 1.2. This will be an eventual task for me, although anyone willing to contribute the effort would be greatly appreciated.
User avatar (276)
Carl (reporter)
2011-03-21 11:58

I'm using them together without any probs and I believe that was the only error besides the Invalid XML errors Firefox kept hiccuping on.

- Issue History
Date Modified Username Field Change
2011-03-20 10:36 Carl New Issue
2011-03-21 06:40 John Reese Note Added: 274
2011-03-21 06:40 John Reese Assigned To => John Reese
2011-03-21 06:40 John Reese Status new => acknowledged
2011-03-21 11:58 Carl Note Added: 276


Copyright © 2000 - 2012 MantisBT Group
Time: 0.1390 seconds.
memory usage: 8,321 KB
Powered by Mantis Bugtracker

hosted with
Linode