Edgewall Software
Modify

Opened 20 years ago

Closed 20 years ago

#380 closed defect (duplicate)

Wiki database integrity error

Reported by: daragh@… Owned by: Jonas Borgström
Priority: normal Milestone:
Component: wiki system Version: 0.6.1
Severity: major Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

When messing around with my Wiki, I got the database in a weird state, and now I can't change my Wiki start page!

Oops...

Trac detected an internal error:

columns name, version are not unique

Traceback (most recent call last):
  File "D:\Python23\Lib\site-packages\trac\trac.py", line 254, in main
    real_main()
  File "D:\Python23\Lib\site-packages\trac\trac.py", line 208, in real_main
    module.run()
  File "D:\Python23\Lib\site-packages\trac\Module.py", line 38, in run
    self.render()
  File "D:\Python23\Lib\site-packages\trac\Wiki.py", line 677, in render
    self.page.commit ()
  File "D:\Python23\Lib\site-packages\trac\Wiki.py", line 538, in commit
    self.authname, self.remote_addr, 0, self.text)
  File "D:\Python23\Lib\site-packages\sqlite\main.py", line 255, in execute
    self.rs = self.con.db.execute(SQL % parms)
IntegrityError: columns name, version are not unique

Attachments (0)

Change History (1)

Modify Ticket

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