Modify ↓
Opened 15 years ago
Closed 15 years ago
#8999 closed defect (duplicate)
Unable to add information to an existing ticket
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description (last modified by )
Error:- Trac detected an internal error: database or disk is full
Trace:-
Python traceback
Traceback (most recent call last): File "C:\Python243\lib\site-packages\trac\web\modpython_frontend.py", line 206, in handler dispatch_request(mpr.path_info, mpr, env) File "C:\Python243\lib\site-packages\trac\web\main.py", line 140, in dispatch_request dispatcher.dispatch(req) File "C:\Python243\lib\site-packages\trac\web\main.py", line 108, in dispatch resp = chosen_handler.process_request(req) File "C:\Python243\lib\site-packages\trac\ticket\web_ui.py", line 190, in process_request self._do_save(req, db, ticket) File "C:\Python243\lib\site-packages\trac\ticket\web_ui.py", line 355, in _do_save req.args.get('comment'), when=now, db=db) File "C:\Python243\lib\site-packages\trac\ticket\model.py", line 219, in save_changes (self[name], self.id, name)) File "C:\Python243\lib\site-packages\trac\db.py", line 219, in execute args or []) File "C:\Python243\lib\site-packages\trac\db.py", line 211, in _rollback_on_error return function(self, *args, **kwargs) OperationalError: database or disk is full
Attachments (0)
Change History (1)
comment:1 by , 15 years ago
Description: | modified (diff) |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
search:"?q='database or disk is full'&ticket=on"