Modify ↓
Opened 15 years ago
Closed 15 years ago
#6615 closed defect (wontfix)
Images are not shown in admin panel
Reported by: | anonymous | Owned by: | Andreas |
---|---|---|---|
Priority: | normal | Component: | ProjectPlanPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
While showing the admin panel the preview images are not shown. While checking the url trac shows the following error.
AttributeError: 'PageListModule' object has no attribute 'get_htdocs_dirs'
However, the project plan images look fine. It's just a problem within the admin panel.
trac.log shows the following error:
2010-02-12 00:23:11,237 Trac[main] ERROR: Internal Server Error: Traceback (most recent call last): File "/usr/lib/python2.5/site-packages/trac/web/main.py", line 450, in _dispatch_request dispatcher.dispatch(req) File "/usr/lib/python2.5/site-packages/trac/web/main.py", line 206, in dispatch resp = chosen_handler.process_request(req) File "/usr/lib/python2.5/site-packages/trac/web/chrome.py", line 398, in process_request in provider.get_htdocs_dirs() if dir[0] == prefix]: AttributeError: 'PageListModule' object has no attribute 'get_htdocs_dirs'
Attachments (0)
Change History (3)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Owner: | changed from Matthias to Andreas |
---|---|
Status: | new → assigned |
comment:3 Changed 15 years ago by
Resolution: | → wontfix |
---|---|
Status: | assigned → closed |
Well, it seems to be depending on the PageListPlugin?. As we do not use this plugin within ours, the problem seems not to be caused by ProjectPlanPlugin.
Note: See
TracTickets for help on using
tickets.
Using the following configuration: