Relationship Graph

Relationship Graph
related to related to child of child of duplicate of duplicate of

View Issue Details

IDProjectCategoryView StatusLast Update
0002038mantisbtbugtrackerpublic2003-12-13 05:00
Reporterlibor Assigned Toaarjona  
PrioritynormalSeveritycrashReproducibilityalways
Status closedResolutionduplicate 
Platformyour ownOSyour ownOS Version0.17.3
Product Version0.17.3 
Summary0002038: Usage of word 'quot' in Search field.
Description

I have tried to find all bugs which contains word "quot" but it crashed. :-(

Steps To Reproduce
  1. write down the word "quot" into search field (without quotes :-))
  2. Click on Aply Filter
  3. see SQL error
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' AND (view_state='10' OR (view_state='50' AND reporter_id='0002974')) AND status<>'90' AND ((summary LIKE '%quot%') OR (description LIKE '%quot%') OR (steps_to_reproduce LIKE '%quot%') OR (additional_information LIKE '%quot%') OR (mantis_bug_table.id LIKE '%quot%') OR (mantis_bugnote_text_table.note LIKE '%quot%')) 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-24 09:28

reporter   ~0002665

this should be fixed in CVS
look at bug 0002006

just to be sure before marking as duplicate:
you are getting this error with 0.17.3 or with the latest CVS version?

libor

libor

2002-05-24 09:28

reporter   ~0002666

It is not happened in my installation of Mantis 0.17.3, Slackware 7.1, Apache/1.3.19, PHP 4.0.4pl1.

It has observed only at your demo at <a href="http://mantisbt.sourceforge.net/mantis">http://mantisbt.sourceforge.net/mantis</a>.

aarjona

aarjona

2002-05-24 09:59

reporter   ~0002668

then it is indeed a dupe of 0002006