Edgewall Software
Modify

Ticket #2976 (closed defect: duplicate)

Opened 6 years ago

Last modified 6 years ago

Search has failed

Reported by: Fedor.Losev@… Owned by: jonas
Priority: low Milestone:
Component: search system Version: 0.9.4
Severity: minor Keywords:
Cc:
Release Notes:
API Changes:

Description

1) Go to http://springide.org, Search section
2) Type title="Spring IDE"
3) See traceback

== Python traceback ==

Traceback (most recent call last):
  File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 306, in dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 175, in dispatch
    resp = chosen_handler.process_request(req)
  File "/usr/lib/python2.3/site-packages/trac/Search.py", line 181, in process_request
    results += list(source.get_search_results(req, terms, filters))
  File "/usr/lib/python2.3/site-packages/trac/ticket/api.py", line 193, in get_search_results
    args + args2)
  File "/usr/lib/python2.3/site-packages/trac/db/util.py", line 47, in execute
    return self.cursor.execute(sql_escape_percent(sql), args)
  File "/usr/lib/python2.3/site-packages/sqlite/main.py", line 255, in execute
    self.rs = self.con.db.execute(SQL % parms)
DatabaseError: near "ESCAPE": syntax error

Attachments

Change History

comment:1 Changed 6 years ago by mgood

  • Resolution set to duplicate
  • Status changed from new to closed

Duplicate of #2960.

View

Add a comment

Modify Ticket

Change Properties
<Author field>
Action
as closed
The resolution will be deleted. Next status will be 'reopened'
to The owner will be changed from jonas. Next status will be 'closed'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.