Edgewall Software

Changes between Initial Version and Version 1 of Ticket #6984


Ignore:
Timestamp:
Mar 10, 2008, 6:05:07 PM (16 years ago)
Author:
Christian Boos
Comment:

Can you please tell us in which way we could improve the following message:

You are about to file a ticket against Trac.
Please note that this is not a demo or test system. Rather, it is used for the development of Trac itself. If you'd like to see how Trac works, either download and install it locally, or check the unofficial demo site.

Support and installation questions should be asked on the mailing list or IRC channel, not filed as tickets. Also, please check whether the issue you've encountered has been reported before.

For us to be able to help you and resolve your issue as fast as possible, please check the new ticket guidelines to make sure you're not leaving out some vital information.

… so that it becomes a bit more obvious that one should look for duplicates before creating a new bug report?

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6984

    • Property Status newclosed
    • Property Resolutionduplicate
  • Ticket #6984 – Description

    initial v1  
    11Traceback (most recent call last):
    2   File "C:\Python24\Lib\site-packages\trac\web\main.py", line 406, in dispatch_request
    3     dispatcher.dispatch(req)
    4   File "C:\Python24\Lib\site-packages\trac\web\main.py", line 237, in dispatch
    5     resp = chosen_handler.process_request(req)
    6   File "build\bdist.win32\egg\simpleticket\web_ui.py", line 72, in process_request
    7   File "C:\Python24\Lib\site-packages\trac\ticket\web_ui.py", line 138, in process_request
    8     self._do_create(req, db)
    9   File "C:\Python24\Lib\site-packages\trac\ticket\web_ui.py", line 201, in _do_create
    10     ticket.insert(db=db)
    11   File "C:\Python24\Lib\site-packages\trac\ticket\model.py", line 161, in insert
    12     [self[name] for name in std_fields] +
    13   File "C:\Python24\Lib\site-packages\trac\db\util.py", line 50, in execute
    14     return self.cursor.execute(sql_escape_percent(sql), args)
    15   File "C:\Python24\Lib\site-packages\trac\db\sqlite_backend.py", line 56, in execute
    16     args or [])
    17   File "C:\Python24\Lib\site-packages\trac\db\sqlite_backend.py", line 48, in _rollback_on_error
    18     return function(self, *args, **kwargs)
     2{{{
     3...
    194OperationalError: database is locked
     5}}}