Opened 18 years ago
Closed 14 years ago
#2517 closed defect (wontfix)
Can't view load usermanager admin page - user mangement
| Reported by: | Ian Jones | Owned by: | Catalin BALAN |
|---|---|---|---|
| Priority: | normal | Component: | UserManagerPlugin |
| Severity: | normal | Keywords: | compatibility python2.3 |
| Cc: | Trac Release: | 0.10 |
Description
How to Reproduce
While doing a GET operation on /admin/general/user_management, Trac issued an internal error.
Same as my previous ticket #2516. install via easyinstall, enable via webadmin, tried to click on the admin page user mangement. Perhaps I should mention I'm using mysql for the db backend.
Request parameters:
{'cat_id': u'general', 'panel_id': u'user_management', 'path_info': None}
System Information
| Trac | 0.11b1
|
| Python | 2.3.5 (#2, Oct 16 2006, 19:19:48) [GCC 3.3.5 (Debian 1:3.3.5-13)]
|
| setuptools | 0.6c7
|
| MySQL | server: "5.0.24a-standard-log", client: "5.0.16", thread-safe: 1
|
| MySQLdb | 1.2.2
|
| Genshi | 0.4.4
|
| Pygments | 0.8.1
|
| Subversion | 1.4.2 (r22196)
|
Python Traceback
Traceback (most recent call last):
File "/home/.skeets/myuser/packages/lib/python2.3/site-packages/Trac-0.11b1-py2.3.egg/trac/web/main.py", line 398, in _dispatch_request
dispatcher.dispatch(req)
File "/home/.skeets/myuser/packages/lib/python2.3/site-packages/Trac-0.11b1-py2.3.egg/trac/web/main.py", line 195, in dispatch
resp = chosen_handler.process_request(req)
File "/home/.skeets/myuser/packages/lib/python2.3/site-packages/Trac-0.11b1-py2.3.egg/trac/admin/web_ui.py", line 108, in process_request
path_info)
File "build/bdist.linux-i686/egg/tracusermanager/admin.py", line 124, in render_admin_panel
TypeError: update() takes no keyword arguments
Attachments (1)
Change History (4)
Changed 18 years ago by
| Attachment: | python2.3_update_compatibility.patch added |
|---|
comment:1 Changed 18 years ago by
with the patch from #2516 and this one applied I can view both admin pages, add users, change profiles etc but the permissions tab and authentication tab still do not work.
comment:2 Changed 18 years ago by
frustrating part is that the errors don't seem to make it to trac.log or the screen so I'm not sure where to continue looking
comment:3 Changed 14 years ago by
| Keywords: | compatibility python2.3 added |
|---|---|
| Resolution: | → wontfix |
| Status: | new → closed |
Sorry for the lack of action here too. But as detailed in my comment to sibling ticket #2516 the issue reported here is seriously outdated. All maintained OS's have left Python 2.3 behind for good reasons, so please move on too.



not all that thrilled with the code - but it works