Modify ↓
      
#10798 closed defect (cantfix)
AttributeError: 'Chrome' object has no attribute 'add_wiki_toolbars'
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | 0.11.7 | 
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
How to Reproduce
While doing a GET operation on /admin/projects/components/Alerts, Trac issued an internal error.
This error occured after installing SimpleMultiProjects plugin 0.0.3
Request parameters:
{'cat_id': u'projects', 'panel_id': u'components', 'path_info': u'Alerts'}
User Agent was: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:14.0) Gecko/20100101 Firefox/14.0.1
System Information
| Trac |  0.11.7 
 | 
| Python |  2.6.5 (r265:79063, Apr 16 2010, 14:15:55)  [GCC 4.4.3] 
 | 
| setuptools |  0.6 
 | 
| MySQL |  server: "5.1.41-3ubuntu12.10", client: "5.1.41", thread-safe: 1 
 | 
| MySQLdb |  1.2.2 
 | 
| Genshi |  0.5.1 
 | 
| mod_python |  3.3.1 
 | 
| Pygments |  1.2.2 
 | 
| Subversion |  1.6.6 (r40053) 
 | 
| CustomFieldAdmin |  0.2.6 
 | 
| RPC |  1.1.2-r9970 
 | 
| jQuery: |  1.3.2 
 | 
Python Traceback
Traceback (most recent call last):
  File "/usr/lib/python2.6/dist-packages/trac/web/main.py", line 450, in _dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.6/dist-packages/trac/web/main.py", line 206, in dispatch
    resp = chosen_handler.process_request(req)
  File "/usr/lib/python2.6/dist-packages/trac/admin/web_ui.py", line 114, in process_request
    path_info)
  File "build/bdist.linux-x86_64/egg/simplemultiproject/admin_component.py", line 90, in render_admin_panel
    Chrome(self.env).add_wiki_toolbars(req)
AttributeError: 'Chrome' object has no attribute 'add_wiki_toolbars'
Attachments (0)
Change History (3)
comment:1 by , 13 years ago
| Resolution: | → cantfix | 
|---|---|
| Status: | new → closed | 
comment:3 by , 13 years ago
Replying to anonymous:
Is being trac'ed here: TH:#10515… patch always welcome.
volodymyr.koval, please have a look at TH:#10515
  Note:
 See   TracTickets
 for help on using tickets.
    


  
PluginIssue (my guess is that the plugin isn't compatible with Trac 0.11.x).