Modify ↓
Opened 9 years ago
Closed 9 years ago
#12555 closed defect (wontfix)
After installing, ticket page fails to load
Reported by: | Owned by: | jpsave | |
---|---|---|---|
Priority: | normal | Component: | TicketsBoardPlugin |
Severity: | major | Keywords: | Bloodhound |
Cc: | Trac Release: | 1.0 |
Description
Instead of the ticket page, the following trackback is shown:
Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/trac/web/api.py", line 514, in send_error data, 'text/html') File "/usr/lib/python2.7/site-packages/trac/web/chrome.py", line 979, in render_template template = self.load_template(filename, method=method) File "/usr/lib/python2.7/site-packages/trac/web/chrome.py", line 937, in load_template self.get_all_templates_dirs(), auto_reload=self.auto_reload, File "/usr/lib/python2.7/site-packages/trac/web/chrome.py", line 651, in get_all_templates_dirs for provider in self.template_providers: File "/usr/lib/python2.7/site-packages/trac/core.py", line 78, in extensions components = [component.compmgr[cls] for cls in classes] File "/usr/lib/python2.7/site-packages/multiproduct/env.py", line 576, in __getitem__ return ComponentManager.__getitem__(self, cls) File "/usr/lib/python2.7/site-packages/trac/core.py", line 221, in __getitem__ (cls, e)) TracError: Unable to instantiate component <class 'ticketsboardplugin.web_ui.TicketsboardPage'> (issubclass() arg 1 must be a class)
Attachments (0)
Note: See
TracTickets for help on using
tickets.
This is a Bloodhound issue. Most plugins on trac-hacks.org do not support Bloodhound, and someone would need to fork the plugin to add support.