Edgewall Software
Modify

Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#4974 closed defect (wontfix)

search error on reflect damage

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

Description (last modified by Emmanuel Blot)

Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 387, in dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 237, in dispatch
    resp = chosen_handler.process_request(req)
  File "/usr/lib/python2.4/site-packages/trac/Search.py", line 181, in process_request
    results += list(source.get_search_results(req, terms, filters))
  File "/usr/lib/python2.4/site-packages/TracDoxygen-0.4-py2.4.egg/doxygentrac/doxygentrac.py", line 221, in get_search_results
    keywords = query.split(' ')
AttributeError: 'list' object has no attribute 'split'

Attachments (0)

Change History (2)

comment:1 by Emmanuel Blot, 18 years ago

Description: modified (diff)
Resolution: wontfix
Status: newclosed

Please report plugin issues to the plugin maintainer. This error seems to come from the Doxygen plugin.

This bug tracker is solely dedicated to the development of Trac. Thanks in advance.

comment:2 by Emmanuel Blot, 18 years ago

Additional note: do not forget to report which version of Trac you are using, as this may help understanding the issue.

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.