Edgewall Software
Modify

Opened 17 years ago

Closed 14 years ago

Last modified 12 years ago

#5844 closed defect (wontfix)

Error occurred posting items

Reported by: craigcorte@… 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 Emmanuel Blot)

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 Emmanuel Blot, 17 years ago

Description: modified (diff)

Which version of Trac are you using?

comment:2 by craigcorte@…, 17 years ago

Version: 0.10.3.1

we are using Trac 0.10.3.1

comment:3 by craigcorte@…, 17 years ago

Cc: Emmanuel Blot added

version is 0.10.3.1

in reply to:  3 comment:4 by Emmanuel Blot, 17 years ago

Cc: Emmanuel Blot 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.

comment:5 by Christian Boos, 14 years ago

Resolution: wontfix
Status: newclosed

Way too obsolete bug…

comment:6 by Christian Boos, 12 years ago

Milestone: not applicable

(clearing report:35)

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.