Modify ↓
Opened 8 months ago
Last modified 3 weeks ago
#10515 new defect
AttributeError: 'Chrome' object has no attribute 'add_wiki_toolbars'
| Reported by: | crossroad | Owned by: | falkb |
|---|---|---|---|
| Priority: | high | Component: | SimpleMultiProjectPlugin |
| Severity: | blocker | Keywords: | |
| Cc: | falkb, hasienda | Trac Release: | 0.11 |
Description
When I try to map the interface "Manage Component / Mapping Projects" for the menu "Components" section "Manage Project" I get the following error:
AttributeError: 'Chrome' object has no attribute 'add_wiki_toolbars'
the detail of the error is:
File "/usr/local/lib/python2.7/dist-packages/Trac-0.11.7-py2.7.egg/trac/web/main.py", line 450, in _dispatch_request dispatcher.dispatch(req) File "/usr/local/lib/python2.7/dist-packages/Trac-0.11.7-py2.7.egg/trac/web/main.py", line 206, in dispatch resp = chosen_handler.process_request(req) File "/usr/local/lib/python2.7/dist-packages/Trac-0.11.7-py2.7.egg/trac/admin/web_ui.py", line 114, in process_request path_info) File "/usr/local/lib/python2.7/dist-packages/SimpleMultiProject-0.0.3dev_r12068-py2.7.egg/simplemultiproject/admin_component.py", line 90, in render_admin_panel Chrome(self.env).add_wiki_toolbars(req)
Trac: 0.11.7
Python: 2.7.3rc2 (default, Apr 22 2012, 22:30:17) [GCC 4.6.3]
Attachments (0)
Change History (3)
comment:1 Changed 8 weeks ago by falkb
- Owner changed from crossroad to falkb
comment:2 Changed 8 weeks ago by falkb
comment:3 Changed 3 weeks ago by falkb
- Cc hasienda added
Steffen, once we talked about this: could you try a test run of this issue with your 0.11 Trac, please? TIA
Note: See
TracTickets for help on using
tickets.


(In [12999]) blindly tried backport to Trac 0.11, I don't have it installed, please report back (refs #10515, refs #10240, refs #10078)