Modify ↓
Opened 16 years ago
Closed 16 years ago
#4083 closed defect (fixed)
oops when saving Legacy Notification
Reported by: | Steve Romanow | Owned by: | Steve Romanow |
---|---|---|---|
Priority: | normal | Component: | AnnouncerPlugin |
Severity: | major | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
Using rhel 5.2, apache, mod_python, python 2.4, trac 11.1.
Oops… Trac detected an internal error:
ProgrammingError: column "value" is of type text but expression is of type boolean HINT: You will need to rewrite or cast the expression.
System Information: Trac: 0.11.1 Python: 2.4.3 (#1, Jan 14 2008, 18:32:40) [GCC 4.1.2 20070626 (Red Hat 4.1.2-14)] setuptools: 0.6c9 psycopg2: 2.0.7 (dec dt ext pq3) Genshi: 0.5.1 mod_python: 3.2.8
Attachments (0)
Change History (5)
comment:2 Changed 16 years ago by
Owner: | changed from Robert Corsaro to Steve Romanow |
---|
comment:3 Changed 16 years ago by
Status: | new → assigned |
---|
comment:4 Changed 16 years ago by
hint from doki_pen:
take a look at line 76 of the subscribers/ticket_compat.py file those should all be casted to strings
comment:5 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
cast to unicode instead. Fixed in r4899
Note: See
TracTickets for help on using
tickets.