#4052 closed defect (fixed)
Missing 'get_htdocs_dirs' method for TicketStatsPlugin
Reported by: | 10function | Owned by: | Prentice Wongvibulsin |
---|---|---|---|
Priority: | normal | Component: | TracTicketStatsPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
Here is my current software configuration :
User Agent: Mozilla/5.0 (compatible; Konqueror/3.5; Linux) KHTML/3.5.9 (like Gecko) (Debian)
Trac:0.11.1 Python:2.5.2 (r252:60911, Sep 29 2008, 21:15:13) [GCC 4.3.2] setuptools:0.6c8 SQLite:3.5.9 pysqlite:2.4.1 Genshi:0.5.1 Subversion:1.5.1 (r32289) jQuery: 1.2.6
The TicketStatslugin in itself works correctly, but combined with some plugins (like Stractistics) on trac 0.11 exhibit the following error :
AttributeError: 'TicketStatsPlugin' object has no attribute 'get_htdocs_dirs' Python Traceback Most recent call last: File "/usr/lib/python2.5/site-packages/Trac-0.11.1-py2.5.egg/trac/web/main.py", line 423, in _dispatch_request File "/usr/lib/python2.5/site-packages/Trac-0.11.1-py2.5.egg/trac/web/main.py", line 197, in dispatch File "/usr/lib/python2.5/site-packages/Trac-0.11.1-py2.5.egg/trac/web/chrome.py", line 364, in process_request
This simple patch do the trick and correct the problem :
35,37d34 < def get_htdocs_dirs(self): < return pkg_resources.resource_filename(__name__, 'htdocs') <
Attachments (0)
Change History (2)
comment:1 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 14 years ago by
#4018 and #3385 are duplicates of this ticket. I mentioned because #7423 is having a problem which appears to be due to running an older version of TracTicketStatsPlugin, prior to the fix in [6379].
Thanks for catching that! I think its fixed in [6379].