Modify ↓
#10571 closed defect (cantfix)
IntegrityError occurred when trac go to other step which has blocked trac number
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | highest | Milestone: | |
Component: | general | Version: | 0.11.7 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description (last modified by )
- create trac with blocking trac
- try to go to next step ex) from processing to integration
- i got an error message
Trac detected an internal error:
IntegrityError: (1062, "Duplicate entry '7709-1329378380-blockedby' for key 'PRIMARY'")
- but the step of this trac has been changed.
Attachments (2)
Change History (6)
comment:1 by , 13 years ago
Description: | modified (diff) |
---|---|
Resolution: | → cantfix |
Status: | new → closed |
comment:2 by , 13 years ago
my system is
"Linux trac 2.6.32-5-xen-amd64 #1 SMP Mon Jan 16 20:48:30 UTC 2012 x86_64 GNU/Linux"
and i attached my trac error page and plugin lists
comment:3 by , 13 years ago
So, the error occurs in save()
method of Master Tickets plugin. See th:MasterTicketsPlugin for docs, source, bug tracker and more. Note also that there seems to be an active fork at github.
comment:4 by , 13 years ago
OK, I'll try to re-install TracMasterTickets. But I want to know how to remove the plugins which is already installed.
Note:
See TracTickets
for help on using tickets.
This is a PluginIssue - there is no 'blocking' or 'blockedby' functionality in Trac itself, so whatever you are experiencing is the result of some other plugin external to this project.
If you had pasted the full traceback of your error + provided the system information with list of plugins, we could possibly have helped to identify the offending plugin.