Modify ↓
Opened 16 years ago
Closed 15 years ago
#6967 closed defect (fixed)
problem when create new tickets
| Reported by: | Ricky | Owned by: | Yuji OKAZAKI |
|---|---|---|---|
| Priority: | normal | Component: | TracDependencyPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.11 |
Description
When creating a new ticket, I get the following error:
Trac detected an internal error: AttributeError: 'NoneType' object has no attribute 'strip'
The I identified the problem in funtion "get_ticket" in "intertrac.py". Because variable "ticket" is None ant thus can't be stripped. So I added a validation patch and now it works. Hope this patch can help a little bit.
Attachments (1)
Change History (5)
Changed 16 years ago by
| Attachment: | patch.diff added |
|---|
comment:1 Changed 16 years ago by
| Status: | new → assigned |
|---|
comment:3 Changed 16 years ago by
comment:4 Changed 15 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.



Thank you. I will confirm your patch.