Opened 17 years ago
Closed 17 years ago
#6270 closed defect (worksforme)
Python Traceback
Reported by: | romainvv | Owned by: | Christian Boos |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | version control/browser | Version: | |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Hello, So i am french and then it is a bit difficult for me… I have a error when I click on the button of my "trac". When I clic on Wiki, Timeline, Roadmap, Browse Source View Tickets, New ticket, Search, Admin. I have always the same error :
Python Traceback Traceback (most recent call last):
File "/var/lib/python-support/python2.4/trac/web/main.py", line 406, in dispatch_request
dispatcher.dispatch(req)
File "/var/lib/python-support/python2.4/trac/web/main.py", line 191, in dispatch
chosen_handler = self._pre_process_request(req, chosen_handler)
File "/var/lib/python-support/python2.4/trac/web/main.py", line 263, in _pre_process_request
chosen_handler = f.pre_process_request(req, chosen_handler)
File "/var/lib/python-support/python2.4/trac/versioncontrol/api.py", line 73, in pre_process_request
self.get_repository(req.authname).sync()
File "/var/lib/python-support/python2.4/trac/versioncontrol/cache.py", line 82, in sync
raise TracError("The 'repository_dir' has changed, "
TracError: The 'repository_dir' has changed, a 'trac-admin resync' operation is needed.
As noted in the last line of the error message, you've recently changed the
repository_dir
variable, and now need to run thetrac-admin resync
command to fix it. For installation help, please check out the MailingList and submit general questions there. The ticket system is for defects and feature requests.