Opened 17 years ago
Closed 17 years ago
#2868 closed defect (fixed)
The ticket field 'blocking' is invalid: Not a valid list of ticket IDs
Reported by: | Owned by: | Noah Kantrowitz | |
---|---|---|---|
Priority: | normal | Component: | MasterTicketsPlugin |
Severity: | normal | Keywords: | |
Cc: | jdrukman+trac@… | Trac Release: | 0.11 |
Description
Genshi committed some fixes to trunk for python2.3 compatability, so I upgraded Genshi to the latest trunk version and installed MasterTicketsPlugin from svn using easy_install. I added the configuration directives to our project's Trac configuration and performed trac-admin <project-directory> upgrade
on it.
The 'Blocking' and 'Blocked By' fields appear correctly, but now I cannot create tickets. No matter if I leave the new fields empty or enter a simple number like '1' in them, I always get two warnings:
- The ticket field 'blocking' is invalid: Not a valid list of ticket IDs
- The ticket field 'blockedby' is invalid: Not a valid list of ticket IDs
Software versions used:
- CentOS4-x86_64
- python-2.3.4-14.4.el4_6.1
- mod_python-3.1.3-5.1
- Genshi-0.5dev_r826-py2.3-linux-x86_64.egg
- Trac-0.11dev_r6811-py2.3.egg
- TracMasterTickets-2.1.1-py2.3.egg
Attachments (0)
Change History (5)
comment:1 Changed 17 years ago by
Cc: | jdrukman+trac@… added; anonymous removed |
---|
comment:2 Changed 17 years ago by
Set your log level to DEBUG and look for a line of the form MasterTickets: Error parsing ...
. This should contain the actual traceback.
comment:5 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
I have the same problem. I am adding myself to the cc so I can track any replies.