I recently upgraded from 0.8.4 to 0.9.4. One of the things my developers wanted was a drop-down Assign To. So I set
restrict_owner = true in the instance's trac.ini. But when I create a ticket, I still see a simple text box. Shouldn't I be seeing a drop-down? Any suggestions how I can debug this? In my system logs I'm seeing this disturbing message: Mar 21 12:01:18 osiris Trac[main] ERROR: columns sid, authenticated, var_name are not unique Traceback (most recent call last): File "/usr/local/lib/python2.3/site-packages/trac/web/cgi_frontend.py", line 130, in run dispatch_request(req.path_info, req, env) File "/usr/local/lib/python2.3/site-packages/trac/web/main.py", line 139, in dispatch_request dispatcher.dispatch(req) File "/usr/local/lib/python2.3/site-packages/trac/web/main.py", line 116, in dispatch req.session.save() File "/usr/local/lib/python2.3/site-packages/trac/web/session.py", line 157, in save (self.sid, authenticated, k, v)) File "/usr/local/lib/python2.3/site-packages/sqlite/main.py", line 255, in execute self.rs = self.con.db.execute(SQL % parms) IntegrityError: columns sid, authenticated, var_name are not unique How can I track this down and repair the DB? Thanks. _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
