Modify ↓
Opened 16 years ago
Closed 12 years ago
#3878 closed defect (wontfix)
Error on copying tickets.
Reported by: | Owned by: | Noah Kantrowitz | |
---|---|---|---|
Priority: | high | Component: | DatamoverPlugin |
Severity: | blocker | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description (last modified by )
When I try to use the DataMover to move from one Trac environment to another, I receive the following error:
Traceback (most recent call last): File "C:\Python24\lib\site-packages\trac\web\main.py", line 406, in dispatch_request dispatcher.dispatch(req) File "C:\Python24\lib\site-packages\trac\web\main.py", line 237, in dispatch resp = chosen_handler.process_request(req) File "C:\Python24\lib\site-packages\tracwebadmin-0.1.2dev_r5753-py2.4.egg\webadmin\web_ui.py", line 109, in process_request path_info) File "build\bdist.win32\egg\datamover\ticket.py", line 69, in process_admin_request File "build\bdist.win32\egg\datamover\util.py", line 40, in copy_ticket TypeError: zip argument #2 must support iteration
I am using Trac version 0.10.4
Attachments (0)
Change History (2)
comment:1 Changed 12 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 12 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
This plugin is deprecated. Please use the TracMigratePlugin.