Opened 16 years ago
Closed 16 years ago
#7456 closed defect (wontfix)
Error when using search
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | search system | Version: | |
Severity: | normal | Keywords: | |
Cc: | hak@… | Branch: | |
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Python Report
Python Traceback
Traceback (most recent call last):
File "/usr/lib64/python2.5/site-packages/trac/web/main.py", line 406, in dispatch_request
dispatcher.dispatch(req)
File "/usr/lib64/python2.5/site-packages/trac/web/main.py", line 237, in dispatch
resp = chosen_handler.process_request(req)
File "/usr/lib64/python2.5/site-packages/trac/Search.py", line 181, in process_request
results += list(source.get_search_results(req, terms, filters))
File "build/bdist.linux-x86_64/egg/doxygentrac/doxygentrac.py", line 196, in get_search_results
for doc in os.listdir(self.base_path):
OSError: [Errno 2] No such file or directory: '/var/lib/trac/doxygen'
That's an error with the TracHacks:DoxygenPlugin.
But anyway, the error seems pretty obvious, no?
The base path (i.e.
[doxygen] path
in TracIni) is misconfigured.