Edgewall Software
Modify

Opened 14 years ago

Closed 14 years ago

#8975 closed defect (cantfix)

Unable to save the wiki

Reported by: sethim@… 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

Attachments (0)

Change History (1)

comment:1 by Remy Blank, 14 years ago

Resolution: cantfix
Status: newclosed

InstallationIssue, please report it to the maintainer of the site where you got the error.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain sethim.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from sethim to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.