Bug0007

Description
HTMLUI has no new_toolbar

This occurs in trying the 'hexdump' and 'text' tabs of the ViewFile report.

Error

exceptions.AttributeError: HTMLUI instance has no attribute 'new_toolbar'

  File "/home/djcolle/code/pyflag//src/pyflag/FlagHTTPServer.py", line 311, in do_GET
    result = flag.process_request(query)
  File "/home/djcolle/code/pyflag/src/pyflag/FlagFramework.py", line 487, in process_request
    report.display(query,result)
  File "/home/djcolle/code/pyflag//src/plugins/DiskForensics/DiskForensics.py", line 222, in display
    context="mode"
  File "/home/djcolle/code/pyflag/src/pyflag/HTMLUI.py", line 1721, in notebook
    cbfunc(query,result)
  File "/home/djcolle/code/pyflag//src/plugins/DiskForensics/DiskForensics.py", line 413, in textdump
    return self.display_data(query,result,max, textdumper)
  File "/home/djcolle/code/pyflag/src/pyflag/FileSystem.py", line 741, in display_data
    toolbar_id = result.new_toolbar()
Logged
2006-11-07
Logged By
203.6.114.4
Assigned to
Status
Closed

Get back to the BugIndex

davec: MC has fixed this one.