Modify ↓
#735 closed defect (fixed)
Moving pages causes some error
| Reported by: | anonymous | Owned by: | Noah Kantrowitz |
|---|---|---|---|
| Priority: | highest | Component: | DatamoverPlugin |
| Severity: | critical | Keywords: | |
| Cc: | Trac Release: | 0.10 |
Description
Hi,
I just tried moving a bunch of pages and the following exception occured:
!#python
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 335, in dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 220, in dispatch
resp = chosen_handler.process_request(req)
File "/usr/lib/python2.4/site-packages/TracWebAdmin-0.1.2dev_r3370-py2.4.egg/webadmin/web_ui.py", line 109, in process_request
path_info)
File "build/bdist.linux-i686/egg/datamover/wiki.py", line 61, in process_admin_request
NameError: global name 'ids' is not defined
I'm using:
Attachments (0)
Note: See
TracTickets for help on using
tickets.



(In [1544]) Fix a typo. (fixes #735)