Edgewall Software
Modify

Opened 16 years ago

Closed 16 years ago

#6659 closed defect (invalid)

Error msg if I edit page or login

Reported by: mehmet.ersue@… Owned by: Christian Boos
Priority: normal Milestone:
Component: wiki system Version:
Severity: normal Keywords:
Cc: bertietf@… Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Emmanuel Blot)

I get an Error msg if I edit the Netconf Wiki page. Now the error msg comes also at login:

Python Traceback
Traceback (most recent call last):
  File "/var/lib/python-support/python2.4/trac/web/main.py", line 406, in dispatch_request
    dispatcher.dispatch(req)
  File "/var/lib/python-support/python2.4/trac/web/main.py", line 237, in dispatch
    resp = chosen_handler.process_request(req)
  File "/var/lib/python-support/python2.4/trac/web/auth.py", line 100, in process_request
    self._do_login(req)
  File "/var/lib/python-support/python2.4/trac/web/auth.py", line 139, in _do_login
    "VALUES (%s, %s, %s, %s)", (cookie, remote_user,
  File "/var/lib/python-support/python2.4/trac/db/util.py", line 50, in execute
    return self.cursor.execute(sql_escape_percent(sql), args)
  File "/var/lib/python-support/python2.4/trac/db/sqlite_backend.py", line 56, in execute
    args or [])
  File "/var/lib/python-support/python2.4/trac/db/sqlite_backend.py", line 48, in _rollback_on_error
    return function(self, *args, **kwargs)
OperationalError: database or disk is full

Attachments (0)

Change History (1)

comment:1 by Emmanuel Blot, 16 years ago

Description: modified (diff)
Priority: highnormal
Resolution: invalid
Severity: criticalnormal
Status: newclosed

Well … "the disk is full", I would say ;-)

Please report this error to the webmaster.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Christian Boos.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Christian Boos 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.