Modify

Opened 18 years ago

Closed 18 years ago

#364 closed defect (fixed)

Search doesn't works

Reported by: rapin.s@… Owned by: Emmanuel Blot
Priority: high Component: TracFrenchTranslation
Severity: critical Keywords:
Cc: Trac Release: 0.10

Description

After installation "Search" doesn't works :

Traceback (most recent call last):
  File "C:\PYTHON23\Lib\site-packages\trac\web\main.py", line 292, in dispatch_request
    dispatcher.dispatch(req)
  File "C:\PYTHON23\Lib\site-packages\trac\web\main.py", line 170, in dispatch
    resp = chosen_handler.process_request(req)
  File "C:\PYTHON23\Lib\site-packages\trac\Search.py", line 181, in process_request
    results += list(source.get_search_results(req, terms, filters))
  File "C:\PYTHON23\Lib\site-packages\trac\ticket\api.py", line 198, in get_search_results
    args + args2)
  File "C:\PYTHON23\Lib\site-packages\trac\db\util.py", line 47, in execute
    return self.cursor.execute(sql_escape_percent(sql), args)
  File "C:\Python23\Lib\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 Changed 18 years ago by rapin.s@…

Resolution: fixed
Status: newclosed

Sorry it's there is the same tickets on Trac version #2960...

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Emmanuel Blot.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


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

 
Note: See TracTickets for help on using tickets.