Edgewall Software

Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#4974 closed defect (wontfix)

search error on reflect damage — at Version 1

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'

Change History (1)

comment:1 by Emmanuel Blot, 17 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.

Note: See TracTickets for help on using tickets.