Anonymous | Login | Signup for a new account | 2012-09-13 19:33 PDT |
Main | Blog | My View | View Issues | Change Log | Roadmap | IRC Chat | Repositories | Scrum Board |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||||
202 | Source Integration | SFSVN | public | 2011-03-20 10:36 | 2011-03-21 11:58 | ||||||
Reporter | Carl | ||||||||||
Assigned To | John Reese | ||||||||||
Priority | normal | Severity | crash | Reproducibility | always | ||||||
Status | acknowledged | Resolution | open | ||||||||
Product Version | |||||||||||
Target Version | Fixed in Version | ||||||||||
Summary | 202: Table 'mantis.mantis_mantis_user_table_table' doesn't exist (source control int) | ||||||||||
Description | APPLICATION 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 Reproduce | Click Repositories, click the search link | ||||||||||
Additional Information | In 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 | ||||||||||
Tags | No tags attached. | ||||||||||
Attached Files | |||||||||||
![]() |
|
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. |
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. |
![]() |
|||
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 |