Edgewall Software
Modify

Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#2980 closed defect (duplicate)

got an error while searching on spring ide web site

Reported by: sreeni@… Owned by: Jonas Borgström
Priority: normal Milestone:
Component: general Version:
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

searched for string "import resource other jar projects" and got the following error:

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 (0)

Change History (1)

comment:1 by Christian Boos, 18 years ago

Milestone: 1.0
Resolution: duplicate
Status: newclosed

That was already reported, thanks. See #2960

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.