Edgewall Software
Modify

Opened 17 years ago

Closed 16 years ago

#6085 closed defect (worksforme)

I cant edit a wiki file

Reported by: Problem made a change in wiki Owned by: Christian Boos
Priority: highest Milestone:
Component: wiki system Version: 0.10.4
Severity: major Keywords: needinfo
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Emmanuel Blot)

When I try to save changes in my wiki, always appear me:

Oops… Trac detected an internal error:

If you think this really should work and you can reproduce it, you should consider reporting this problem to the Trac team.

Go to http://trac.edgewall.org/ and create a new ticket where you describe the problem, how to reproduce it. Don't forget to include the Python traceback found below.

TracGuide — The Trac User and Administration Guide Python Traceback

Traceback (most recent call last):
  File "/usr/local/lib/python2.4/site-packages/trac/web/main.py", line 406, in dispatch_request
    dispatcher.dispatch(req)
  File "/usr/local/lib/python2.4/site-packages/trac/web/main.py", line 237, in dispatch
    resp = chosen_handler.process_request(req)
  File "/usr/local/lib/python2.4/site-packages/trac/wiki/web_ui.py", line 113, in process_request
    self._do_save(req, db, page)
  File "/usr/local/lib/python2.4/site-packages/trac/wiki/web_ui.py", line 239, in _do_save
    req.remote_addr)
  File "/usr/local/lib/python2.4/site-packages/trac/wiki/model.py", line 126, in save
    "%s,%s)", (self.name, self.version + 1, t, author,
  File "/usr/local/lib/python2.4/site-packages/trac/db/util.py", line 50, in execute
    return self.cursor.execute(sql_escape_percent(sql), args)
  File "/usr/local/lib/python2.4/site-packages/trac/db/sqlite_backend.py", line 56, in execute
    args or [])
  File "/usr/local/lib/python2.4/site-packages/trac/db/sqlite_backend.py", line 50, in _rollback_on_error
    self.cnx.rollback()
  File "/usr/local/lib/python2.4/site-packages/trac/db/sqlite_backend.py", line 177, in rollback
    self.cnx.rollback()
OperationalError: SQL logic error or missing database

Attachments (0)

Change History (6)

comment:1 by Emmanuel Blot, 17 years ago

Description: modified (diff)
Severity: blockermajor

First of all, please define - in the dedicated field - which version of Trac you're using.

in reply to:  description ; comment:2 by anonymous, 17 years ago

The version of my trac is Trac 0.10.4

in reply to:  2 comment:3 by Emmanuel Blot, 17 years ago

Version: 0.10.4

Replying to anonymous:

The version of my trac is Trac 0.10.4

Please use, well, the dedicated field …

comment:4 by sid, 17 years ago

Is this a new installation - have you ever been able to edit a wiki file? If it is a new install, did you install a database as per the TracInstall instructions?

comment:5 by sid, 17 years ago

Keywords: needinfo added

comment:6 by Christian Boos, 16 years ago

Resolution: worksforme
Status: newclosed

Today is worksforme cleanup day ;-)

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.