This error isn't critical, but it occurs rather frequently (on every page load). The output of the error is:
2007-03-14 23:28:47,075 Trac[main] ERROR: 'BatchModifyModule' object has no attribute 'get_htdocs_dirs'
Traceback (most recent call last):
File "/home/username/packages/lib/python2.3/site-packages/trac/web/main.py", line 387, in dispatch_request
dispatcher.dispatch(req)
File "/home/username/packages/lib/python2.3/site-packages/trac/web/main.py", line 237, in dispatch
resp = chosen_handler.process_request(req)
File "/home/username/packages/lib/python2.3/site-packages/trac/web/chrome.py", line 225, in process_request
for dir in [os.path.normpath(dir[1]) for dir
AttributeError: 'BatchModifyModule' object has no attribute 'get_htdocs_dirs'