Modify

Opened 17 years ago

Closed 14 years ago

#1954 closed defect (worksforme)

TracRepoSearchPlugin' object has no attribute 'framework'

Reported by: fforums@… Owned by: Ryan J Ollos
Priority: normal Component: RepoSearchPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.10

Description

Hello,

When I try to search something in source repository I've got such error:

Traceback (most recent call last):
  File "/usr/local/lib/python2.5/site-packages/trac/web/main.py", line 406, in dispatch_request
    dispatcher.dispatch(req)
  File "/usr/local/lib/python2.5/site-packages/trac/web/main.py", line 237, in dispatch
    resp = chosen_handler.process_request(req)
  File "/usr/local/lib/python2.5/site-packages/trac/Search.py", line 181, in process_request
    results += list(source.get_search_results(req, terms, filters))
  File "build/bdist.freebsd-6.2-RELEASE-i386/egg/tracreposearch/__init__.py", line 158, in get_search_results
  File "build/bdist.freebsd-6.2-RELEASE-i386/egg/tracreposearch/__init__.py", line 191, in _update_index
AttributeError: 'TracRepoSearchPlugin' object has no attribute 'framework'

trac.ini

[components]
tracreposearch.* = enabled

[repo-search]
include = *.py:*.txt
exclude = *.pyc:*.png:*.jpg:*.gif:*/README
index = /data/trac/projectname/cache
indexer = hype:///tmp/reposearch-hype.idx

tracreposearch-0.3
pyndexter-0.2

FreeBSD 6.2
Trac 0.10.4
Python 2.5

Attachments (0)

Change History (3)

comment:1 Changed 14 years ago by Ryan J Ollos

Reassigning ticket after changing maintainer of plugin.

comment:2 Changed 14 years ago by Ryan J Ollos

Owner: changed from Alec Thomas to Ryan J Ollos

comment:3 Changed 14 years ago by Ryan J Ollos

Resolution: worksforme
Status: newclosed

We'd need to discuss further in order to try and solve this issue. Since some time has passed I don't anticipate the Reporter will follow up, but feel free to reopen and I will try to help you solve the issue.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Ryan J Ollos.
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.