Edgewall Software
Modify

Opened 17 years ago

Closed 17 years ago

#5175 closed defect (worksforme)

tried to change owner of a ticket, got an error message

Reported by: Jim Owned by: Jonas Borgström
Priority: normal Milestone:
Component: general Version:
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Emmanuel Blot)

Python traceback read:

Python Traceback
Traceback (most recent call last):
  File "/data/trac/trac/trac/web/main.py", line 307, in dispatch_request
    dispatcher.dispatch(req)
  File "/data/trac/trac/trac/web/main.py", line 196, in dispatch
    resp = chosen_handler.process_request(req)
  File "/data/trac/trac/trac/ticket/web_ui.py", line 274, in process_request
    self._do_save(req, db, ticket)
  File "/data/trac/trac/trac/ticket/web_ui.py", line 501, in _do_save
    ticket.populate(req.args)
  File "/data/trac/trac/trac/ticket/model.py", line 155, in populate
    self[name] = values.get(name, '').encode('ascii','ignore')
  File "/data/trac/trac/trac/ticket/model.py", line 131, in __setitem__
    if self.values.has_key(name) and str(self.values[name]) == value:
UnicodeEncodeError: 'ascii' codec can't encode characters in position 109-110: ordinal not in range(128)

Powered by Trac 0.10dev By Edgewall Software. Visit the Trac open source project at http://trac.edgewall.com/

Attachments (0)

Change History (1)

comment:1 by Emmanuel Blot, 17 years ago

Description: modified (diff)
Resolution: worksforme
Status: newclosed

Well, it seems that the web site in trouble is using a development snapshot of Trac (0.10dev)

Please upgrade to the last release 0.10.3.1 or ask the admin to upgrade the server. Feel free to re-open this ticket if the problem still occurs after the upgrade.

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.