Edgewall Software
Modify

Opened 20 years ago

Closed 20 years ago

#321 closed defect (duplicate)

Can't modify wiki over 10 times

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

Description

When attempt to modify WikiStart for the 11th time, get error:

Trac detected an internal error:

columns name, version are not unique

Traceback (most recent call last):

File "/usr/lib/python2.3/site-packages/trac/trac.py", line 254, in main

real_main()

File "/usr/lib/python2.3/site-packages/trac/trac.py", line 208, in real_main

module.run()

File "/usr/lib/python2.3/site-packages/trac/Module.py", line 38, in run

self.render()

File "/usr/lib/python2.3/site-packages/trac/Wiki.py", line 677, in render

self.page.commit ()

File "/usr/lib/python2.3/site-packages/trac/Wiki.py", line 538, in commit

self.authname, self.remote_addr, 0, self.text)

File "/usr/lib/python2.3/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)

comment:1 by anonymous, 20 years ago

Resolution: duplicate
Status: newclosed

Sorry, get solution in FAQ.

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.