Edgewall Software

Ticket #3133 (closed defect: duplicate)

Opened 3 years ago

Last modified 2 years ago

internal error in demo site search

Reported by: anonymous Owned by: jonas
Priority: normal Milestone:
Component: general Version: devel
Severity: normal Keywords:
Cc:

Description

1)Went to the search tab at the demo site - see https://ssl.bulix.org/projects/demo/search

(the site says it is powered by "Trac 0.10dev")

2)Entered "bla" (just the 3 letters - lowercase, no quotes)

3) hit the Search button

4) got an error:

Trac detected an internal error:

Python Traceback

Traceback (most recent call last):

File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 299, in dispatch_request

dispatcher.dispatch(req)

File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 189, 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 236, 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

Changed 3 years ago by cboos

  • status changed from new to closed
  • resolution set to duplicate
  • milestone 0.10 deleted

Duplicate of #2960. I also added a note on bulix.org to inform people that this is a known issue...

Add/Change #3133 (internal error in demo site search)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
to The owner will change from jonas. Next status will be 'closed'
 
Note: See TracTickets for help on using tickets.