Changes between Initial Version and Version 1 of Ticket #402


Ignore:
Timestamp:
May 31, 2006, 5:51:11 PM (18 years ago)
Author:
Noah Kantrowitz
Comment:

Fix formatting on traceback

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #402 – Description

    initial v1  
    33The traceback is as follows (typed in by hand):
    44
     5{{{
    56Traceback (most recent call last):
    67  File "E:\Python23\Lib\site-packages\trac\web\cgi_frontend.py", line 131, in run dispatch_request(req.path_info, req, env)
     
    1112  File "E:\Python23\Lib\site-packages\sqlite\main.py", line 244, in execute self.rs = self.con.db.execute(SQL)
    1213DatabaseError: no such column: forum.id
     14}}}
    1315
    1416Any suggestions?