Modify ↓
#5844 closed defect (wontfix)
Error occurred posting items
Reported by: | Owned by: | Jonas Borgström | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | ticket system | Version: | 0.10.3.1 |
Severity: | major | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description (last modified by )
Traceback (most recent call last): File "/usr/lib64/python2.4/site-packages/trac/web/main.py", line 387, in dispatch_request dispatcher.dispatch(req) File "/usr/lib64/python2.4/site-packages/trac/web/main.py", line 237, in dispatch resp = chosen_handler.process_request(req) File "/usr/lib64/python2.4/site-packages/trac/ticket/web_ui.py", line 127, in process_request self._do_create(req, db) File "/usr/lib64/python2.4/site-packages/trac/ticket/web_ui.py", line 190, in _do_create ticket.insert(db=db) File "/usr/lib64/python2.4/site-packages/trac/ticket/model.py", line 161, in insert [self[name] for name in std_fields] + File "/usr/lib64/python2.4/site-packages/trac/db/util.py", line 50, in execute return self.cursor.execute(sql_escape_percent(sql), args) File "/usr/lib64/python2.4/site-packages/trac/db/util.py", line 50, in execute return self.cursor.execute(sql_escape_percent(sql), args) ProgrammingError: character 0xe28099 of encoding "UNICODE" has no equivalent in "LATIN1"
Attachments (0)
Change History (6)
comment:1 by , 17 years ago
Description: | modified (diff) |
---|
comment:4 by , 17 years ago
Cc: | removed |
---|
Replying to craigcorte@gmail.com:
version is 0.10.3.1
Do not add anyone but yourself in the CC list.
I received all the tickets change anyway.
Note:
See TracTickets
for help on using tickets.
Which version of Trac are you using?