View Issue Details

IDProjectCategoryView StatusLast Update
0004260mantisbtfilterspublic2004-08-29 02:07
Reportersgrund Assigned Tovboctor  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Product Version0.19.0a1 
Fixed in Version0.19.0rc1 
Summary0004260: APPLICATION ERROR 0000401 when searching
Description

When I search a string in view_all_bug_page, I get an APPLICATION ERROR 0000401 (s. Additional Information).
The view issue Page is then blocked until I delete the MANTIS_VIEW_ALL_COOKIE

Additional Information

APPLICATION ERROR 0000401

Database query failed. Error received from database was 0001064: You have an error in your SQL syntax near '(mantis_bug_table LEFT JOIN mantis_bugnote_table ON mantis_bugnote_table.bug_id ' at line 1 for the query: SELECT COUNT( DISTINCT mantis_bug_table.id ) as count FROM mantis_bug_text_table, mantis_project_table ,(mantis_bug_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 mantis_project_table.enabled = 1 AND mantis_project_table.id = mantis_bug_table.project_id AND (mantis_bug_table.project_id='4') AND ((mantis_bug_table.status='10') OR (mantis_bug_table.status='20') OR (mantis_bug_table.status='30') OR (mantis_bug_table.status='40') OR (mantis_bug_table.status='50') OR (mantis_bug_table.status='80')) AND ((summary LIKE '%oak%')
OR (mantis_bug_text_table.description LIKE '%oak%')
OR (mantis_bug_text_table.steps_to_reproduce LIKE '%oak%')
OR (mantis_bug_text_table.additional_information LIKE '%oak%')
OR (mantis_bug_table.id LIKE '%oak%')
OR (mantis_bugnote_text_table.note LIKE '%oak%')) AND (mantis_bug_text_table.id = mantis_bug_table.bug_text_id)

TagsNo tags attached.

Relationships

child of 0003987 closedvboctor Mantis 0.19.0 Release 

Activities

sgrund

sgrund

2004-08-04 08:49

reporter   ~0006627

I've just tested the current CVD HEAD. The error is fixed there.