#2984 closed defect (fixed)
Can't uninstall plugin
Reported by: | Owned by: | daan | |
---|---|---|---|
Priority: | low | Component: | ScrumBurndownPlugin |
Severity: | minor | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
I mistakenly installed this plugin without testing it or making sure it was compatible with Trac 0.11b2. It hosed my Trac and I want to uninstall it. How do I uninstall?
I've removed the plugin from the plugins directory, restored a backup of the database, and removed the component entry from trac.ini. What else is there?
For completeness, here's the error when I try to load Trac with the plugin installed:
Traceback (most recent call last):
File "/usr/local/lib/python2.5/site-packages/Trac-0.11b2-py2.5.egg/trac/web/api.py", line 339, in send_error
'text/html')
File "/usr/local/lib/python2.5/site-packages/Trac-0.11b2-py2.5.egg/trac/web/chrome.py", line 673, in render_template
data = self.populate_data(req, data)
File "/usr/local/lib/python2.5/site-packages/Trac-0.11b2-py2.5.egg/trac/web/chrome.py", line 581, in populate_data
dchrome?.update(req.chrome)
File "/usr/local/lib/python2.5/site-packages/Trac-0.11b2-py2.5.egg/trac/web/api.py", line 168, in getattr
value = self.callbacks[name](self)
File "/usr/local/lib/python2.5/site-packages/Trac-0.11b2-py2.5.egg/trac/web/chrome.py", line 452, in prepare_request
for category, name, text in contributor.get_navigation_items(req):
File "build/bdist.linux-i686/egg/burndown/burndown.py", line 142, in get_navigation_items
yield 'mainnav', 'burndown', Markup('<a href="%s">Burndown</a>', self.env.href.burndown())
LookupError: unknown encoding: /trac/my_project/burndown
Attachments (0)
Change History (3)
comment:1 Changed 17 years ago by
Priority: | high → low |
---|---|
Severity: | blocker → minor |
comment:2 Changed 16 years ago by
Owner: | changed from Sam Bloomquist to daan |
---|
comment:3 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Uninstalling is just doing what you said :-) Make sure there are no eggs hanging around and restart your webserver.
Nevermind! A combo if upgrading to 0.11rc1 and using the 0.11 based version of the plugin from another ticket solved the issue. Still, some instructions on how to uninstall would be helpful.