Dependency Graph

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

View Issue Details

IDProjectCategoryView StatusLast Update
0002027mantisbtsqlpublic2003-12-13 05:00
Reporternob Assigned Toaarjona  
PrioritynormalSeverityfeatureReproducibilityhave not tried
Status closedResolutionduplicate 
Summary0002027: Failed Query when entering search term and clicking 'Apply Filter'
Description

1) Log in
2) Click "View Bugs"
3) Enter "Monitor" in the search field
4) Click "Apply Filter"

An SQL error appears.

Additional Information

ERROR: FAILED QUERY: SELECT DISTINCT( mantis_bug_table.id ) as count FROM mantis_bug_table, mantis_bug_text_table LEFT JOIN mantis_bugnote_table ON mantis_bugnote_table.bug_id = mantis_bug_table.id LEFT JOIN mantis_bugnote_text_table ON mantis_bugnote_text_table.id = mantis_bugnote_table.bugnote_text_id WHERE ((project_id='0000001') OR (project_id='0000002')) AND (view_state='10' OR (view_state='50' AND reporter_id='0003067')) AND status<>'90' AND ((summary LIKE '%monitor%') OR (description LIKE '%monitor%') OR (steps_to_reproduce LIKE '%monitor%') OR (additional_information LIKE '%monitor%') OR (mantis_bug_table.id LIKE '%monitor%') OR (mantis_bugnote_text_table.note LIKE '%monitor%')) AND mantis_bug_text_table.id = mantis_bug_table.bug_text_id :
1052: Column: 'view_state' in where clause is ambiguous

TagsNo tags attached.

Relationships

duplicate of 0002006 closedaarjona when searching and you type in a username you get a sql query error 

Activities

aarjona

aarjona

2002-05-23 07:56

reporter   ~0002657

This bug is a duplicate of bug 0002006 which has been fixed in CVS.