Opened 15 years ago
Closed 15 years ago
#8975 closed defect (cantfix)
Unable to save the wiki
Reported by: | Owned by: | sethim | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | wiki system | Version: | |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Hi,
I was unable to save the wiki due to database being full.
Please find the stacktrace below:-
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 406, in dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 237, in dispatch
resp = chosen_handler.process_request(req)
File "/usr/lib/python2.4/site-packages/trac/wiki/web_ui.py", line 113, in process_request
self._do_save(req, db, page)
File "/usr/lib/python2.4/site-packages/trac/wiki/web_ui.py", line 239, in _do_save
req.remote_addr)
File "/usr/lib/python2.4/site-packages/trac/wiki/model.py", line 126, in save
"%s,%s)", (self.name, self.version + 1, t, author,
File "/usr/lib/python2.4/site-packages/trac/db/util.py", line 50, in execute
return self.cursor.execute(sql_escape_percent(sql), args)
File "/usr/lib/python2.4/site-packages/trac/db/sqlite_backend.py", line 56, in execute
args or [])
File "/usr/lib/python2.4/site-packages/trac/db/sqlite_backend.py", line 48, in _rollback_on_error
return function(self, *args, kwargs)
OperationalError: database or disk is full
Manoj
InstallationIssue, please report it to the maintainer of the site where you got the error.