Modify ↓
Opened 16 years ago
Closed 14 years ago
#4018 closed defect (fixed)
Seems to work fine but got errors in trac.log
Reported by: | anonymous | Owned by: | Prentice Wongvibulsin |
---|---|---|---|
Priority: | normal | Component: | TracTicketStatsPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description (last modified by )
2008-11-01 05:12:13,291 Trac[main] ERROR: 'TicketStatsPlugin' object has no attribute 'get_htdocs_dirs'
Traceback (most recent call last): File "/usr/local/lib/python2.5/site-packages/Trac-0.11.1-py2.5.egg/trac/web/main.py", line 423, in _dispatch_request dispatcher.dispatch(req) File "/usr/local/lib/python2.5/site-packages/Trac-0.11.1-py2.5.egg/trac/web/main.py", line 197, in dispatch resp = chosen_handler.process_request(req) File "/usr/local/lib/python2.5/site-packages/Trac-0.11.1-py2.5.egg/trac/web/chrome.py", line 364, in process_request in provider.get_htdocs_dirs() if dir[0] == prefix]: AttributeError: 'TicketStatsPlugin' object has no attribute 'get_htdocs_dirs'
Attachments (0)
Change History (3)
comment:1 Changed 14 years ago by
Description: | modified (diff) |
---|
comment:3 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
I've seen this issue a couple of times previously. I'll submit a patch for this.