Opened 17 years ago
Closed 17 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 )
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 , 17 years ago
Description: | modified (diff) |
---|---|
Severity: | blocker → major |
comment:3 by , 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 , 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 , 17 years ago
Keywords: | needinfo added |
---|
comment:6 by , 17 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Today is worksforme
cleanup day ;-)
First of all, please define - in the dedicated field - which version of Trac you're using.